Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 6bdbf9a

Browse files
2 parents 9bbaab8 + 784121a commit 6bdbf9a

File tree

11 files changed

+21216
-2
lines changed

11 files changed

+21216
-2
lines changed

Team_GM5_BaseModel/.DS_Store

6 KB
Binary file not shown.

Team_GM5_BaseModel/.ipynb_checkpoints/Team_GM5_BaseModel-checkpoint.ipynb

Lines changed: 1801 additions & 0 deletions
Large diffs are not rendered by default.

Team_GM5_BaseModel/.ipynb_checkpoints/starter-notebook-checkpoint.ipynb

Lines changed: 463 additions & 0 deletions
Large diffs are not rendered by default.

Team_GM5_BaseModel/Team_GM5_BaseModel.ipynb

Lines changed: 3857 additions & 0 deletions
Large diffs are not rendered by default.

Team_GM5_BaseModel/df_test.csv

Lines changed: 2921 additions & 0 deletions
Large diffs are not rendered by default.

Team_GM5_BaseModel/df_train.csv

Lines changed: 8764 additions & 0 deletions
Large diffs are not rendered by default.

Team_GM5_BaseModel/starter-notebook.ipynb

Lines changed: 463 additions & 0 deletions
Large diffs are not rendered by default.

Team_GM5_BaseModel/submission.csv

Lines changed: 2921 additions & 0 deletions
Large diffs are not rendered by default.

api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Load our model into memory.
3131
# Please update this path to reflect your own trained model.
3232
static_model = load_model(
33-
path_to_model='assets/trained-models/load_shortfall_simple_lm_regression.pkl')
33+
path_to_model='assets/trained-models/mlr_model.pkl')
3434

3535
print ('-'*40)
3636
print ('Model successfully loaded')
2.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)