Spaces:
Sleeping
Sleeping
renew
Browse files
app.py
CHANGED
@@ -31,12 +31,11 @@ log_folder = log_file.parent
|
|
31 |
log_folder.mkdir(parents=True, exist_ok=True) # mkdir!
|
32 |
|
33 |
scheduler = CommitScheduler(
|
34 |
-
repo_id="insurance-charge-mlops-logs", # provide a name "insurance-charge-mlops-logs" for the repo_id
|
35 |
repo_type="dataset",
|
36 |
folder_path=log_folder,
|
37 |
path_in_repo="data",
|
38 |
every=2,
|
39 |
-
use_auth_token=True,
|
40 |
)
|
41 |
|
42 |
# Define the predict function which will take features, convert to dataframe and make predictions using the saved model
|
|
|
31 |
log_folder.mkdir(parents=True, exist_ok=True) # mkdir!
|
32 |
|
33 |
scheduler = CommitScheduler(
|
34 |
+
repo_id="Keytaro/insurance-charge-mlops-logs", # provide a name "insurance-charge-mlops-logs" for the repo_id
|
35 |
repo_type="dataset",
|
36 |
folder_path=log_folder,
|
37 |
path_in_repo="data",
|
38 |
every=2,
|
|
|
39 |
)
|
40 |
|
41 |
# Define the predict function which will take features, convert to dataframe and make predictions using the saved model
|