Keytaro commited on
Commit
1b5e7ca
·
1 Parent(s): 5afc0b9
Files changed (1) hide show
  1. app.py +1 -2
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