penscola commited on
Commit
ad1b890
β€’
1 Parent(s): 53752d9

Rename predict.py to app.py

Browse files
Files changed (1) hide show
  1. 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 = '../../model/Gradient Boosting_pipeline.pkl'
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)