Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

["model"] Results from running files (models, __init__, parameters, constants, base, validators) from develop branch in notebook differ from CHIME web app census csv download

オープン
#495 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
20/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python
領域
data

調査の方向性

添付の automated_notebook_to_text.txt と、models、init、parameters、constants、base、validators を含む src/pnn_chime 配下のファイルから始めてください。ローカル実行を再現し、提供された地域について出力された国勢調査の CSV または XLSX を CHIME Web アプリのダウンロードと比較してください。不一致の理由が説明され、推奨される修正が特定されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

models
Summary

I work for a data science team at a health system, we have limited knowledge/prior experience running docker containers etc so we downloaded (via urllib.request) the files in the src/pnn_chime folder to run locally and output csvs for patient census in each one of our regions our health system covers. code is in attached notebook. fyi, was having problems getting the relative imports to run so I regexed them out so the file could be run by exec().

The output from doing this direct file download and running is different than the output from the CHIME web app even though the same files should be running in both examples

Additional details

ex row of region data:
Pop | current_hosp | date first hosp | doubling_time | initial_infections | hosp_rate | icu_rate | vent_rate | hosp_los | icu_los | vent_los | market_share
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
604227 | 14 | 3-18-2020 | 7 | 61 | 0.025 | 0.01 | 0.0075 | 7 | 9 | 10 | 0.233

output for that region
2020-04-05_projected_census.xlsx

python notebook file as text file:
automated_notebook_to_text.txt

Suggested fix

unknown

主要言語
Python
スター
210
フォーク
153
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CodeForPhilly/chime のほかの issue

CodeForPhilly/chime の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。