Skip to content

Commit cd21e92

Browse files
Merge pull request #220 from cognizant-ai-labs/update-lstm-model
Refactors to the Jupyter notebooks including regenerating the cached historical IPs file
2 parents 5054288 + 98abed8 commit cd21e92

27 files changed

+414907
-20078
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ venv/
55
__pycache__
66
*.pyc
77
.idea/
8+
.vscode/
89
**/.DS_Store
910

1011
predictions/
@@ -20,6 +21,13 @@ covid_xprize/examples/predictors/lstm/models/
2021
covid_xprize/examples/predictors/lstm/predictions/
2122
covid_xprize/examples/predictors/lstm/tests/fixtures/OxCGRT_latest.csv
2223

24+
covid_xprize/examples/predictors/conditional_lstm/data/
25+
covid_xprize/examples/predictors/conditional_lstm/models/
26+
covid_xprize/examples/predictors/conditional_lstm/predictions/
27+
covid_xprize/examples/predictors/conditional_lstm/tests/fixtures/
28+
29+
covid_xprize/oxford_data/tests/test_OxCGRT_data.csv
30+
2331
*prescription_*.csv
2432
**/neat-checkpoint-*
2533
covid_xprize/examples/prescriptors/neat/data/

0 commit comments

Comments
 (0)