["bug"] The current % acutity (Hosp, ICU, and Vent are error prone)
还没有人认领这个 Issue。
评估
调研方向
首先定位使用 Hospitalization、ICU 和 Ventilated 输入的模型入口点;issue 中没有指定文件或测试。检查当前如何解释这些值,然后验证 ICU 和 Vent 百分比是否根据所述的依赖率进行转换,并在示例计算中保留其约束。
由索引模型根据 Issue 内容生成。
描述
The current parameters are dependent but the promoted input and use don't keep that constraint.
- Hospitalization %(total infections)
- ICU %(total infections)
- Ventilated %(total infections)
One could put int a hirer Ventilated rate the ICU or Hosptial, but this is not actually possible.
Furthermore, publications report rates of ICU (Critica Care) as rate hospitalizations. And rate of ventilated patients as rate of critical care patients
Fix
These fields should be updated to:
Hosp %(total infections)
ICU (% total hosp)
Vent (% critical care)
The code should be updated to translate those numbers into %'s of total infections.
For example
Hosp %(total infections) = 2.5
ICU (% total hosp) = 30%
Vent (% critical care) = 66%
ICU % Total infections = Hosp %(total infections) * ICU (% total hosp)
Vent % Total infections = ICU % Total infections * Vent (% critical care)
Where
ICU % Total infections = 0.75
Vent % Total infections = 0.495
Expected behavior:
What I got instead:
(screenshots if applicable)
- 主要语言
- Python
- 星标
- 210
- 派生
- 153
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
CodeForPhilly/chime 的其他 Issue
-
bug
CodeForPhilly/chime#622 · 已指派 1 人 ·
-
难度 5/5 一周以上 新手友好度 25/100
CodeForPhilly/chime#598 ·
-
models
难度 3/5 1-2 天 新手友好度 25/100
CodeForPhilly/chime#597 ·
-
question
CodeForPhilly/chime#568 · 已指派 1 人 ·
-
enhancement k8s infra
难度 4/5 3-5 天 新手友好度 30/100
CodeForPhilly/chime#567 ·
查看 CodeForPhilly/chime 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 74/100
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 84/100
gradio-app/gradio#13895 ·
维护者通常 1 天内回复
-
build-error
难度 2/5 1-3 小时 新手友好度 76/100
spack/spack-packages#6713 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 72/100
ActivityWatch/activitywatch#1464 · 1 个 reaction ·
维护者通常 1 天内回复
-
[Bug]: The ckg tool drops the return type of every decorated Python method in class search results 未关闭
难度 2/5 1-3 小时 新手友好度 78/100
bytedance/trae-agent#483 ·
维护者通常 1 天内回复