You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
["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
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