Spaces:
Sleeping
Sleeping
Rename predict.py to app.py
Browse files- predict.py β app.py +1 -1
predict.py β app.py
RENAMED
@@ -10,7 +10,7 @@ from sklearn.ensemble import GradientBoostingClassifier
|
|
10 |
|
11 |
# Load the saved full pipeline from the file
|
12 |
# Load the saved full pipeline from the file
|
13 |
-
full_pipeline_path = '
|
14 |
|
15 |
with open(full_pipeline_path, 'rb') as f_in:
|
16 |
full_pipeline = pickle.load(f_in)
|
|
|
10 |
|
11 |
# Load the saved full pipeline from the file
|
12 |
# Load the saved full pipeline from the file
|
13 |
+
full_pipeline_path = 'Gradient Boosting_pipeline.pkl'
|
14 |
|
15 |
with open(full_pipeline_path, 'rb') as f_in:
|
16 |
full_pipeline = pickle.load(f_in)
|