AndreaMelioli commited on
Commit
2c38151
1 Parent(s): 6dc9915

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,10 +6,10 @@ import shap
6
  import matplotlib.pyplot as plt
7
 
8
  # Path of the desired scaler to be tested, can be changed
9
- PATH_SCALER = "standard_scaler_1.sav"
10
 
11
  # Path of the desired model to be tested, can be changed
12
- PATH_MODEL = "random_forest_1.sav"
13
 
14
  # Select the type of interface, "Single" for manually inserting a record
15
  # "Multiple" for automatically inserting multiple records from a pickle file
 
6
  import matplotlib.pyplot as plt
7
 
8
  # Path of the desired scaler to be tested, can be changed
9
+ PATH_SCALER = "standard_scaler_8.sav"
10
 
11
  # Path of the desired model to be tested, can be changed
12
+ PATH_MODEL = "random_forest_8.sav"
13
 
14
  # Select the type of interface, "Single" for manually inserting a record
15
  # "Multiple" for automatically inserting multiple records from a pickle file