Skip to content

Commit

Permalink
Merge pull request #220 from cognizant-ai-labs/update-lstm-model
Browse files Browse the repository at this point in the history
Refactors to the Jupyter notebooks including regenerating the cached historical IPs file
  • Loading branch information
JamiesonWarner authored Jun 6, 2023
2 parents 5054288 + 98abed8 commit cd21e92
Show file tree
Hide file tree
Showing 27 changed files with 414,907 additions and 20,078 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ venv/
__pycache__
*.pyc
.idea/
.vscode/
**/.DS_Store

predictions/
Expand All @@ -20,6 +21,13 @@ covid_xprize/examples/predictors/lstm/models/
covid_xprize/examples/predictors/lstm/predictions/
covid_xprize/examples/predictors/lstm/tests/fixtures/OxCGRT_latest.csv

covid_xprize/examples/predictors/conditional_lstm/data/
covid_xprize/examples/predictors/conditional_lstm/models/
covid_xprize/examples/predictors/conditional_lstm/predictions/
covid_xprize/examples/predictors/conditional_lstm/tests/fixtures/

covid_xprize/oxford_data/tests/test_OxCGRT_data.csv

*prescription_*.csv
**/neat-checkpoint-*
covid_xprize/examples/prescriptors/neat/data/
Expand Down
Loading

0 comments on commit cd21e92

Please sign in to comment.