penscola commited on
Commit
73a4d45
1 Parent(s): 9411cf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from sklearn.preprocessing import StandardScaler, OneHotEncoder
9
  from sklearn.linear_model import LogisticRegression
10
 
11
  # Load the saved full pipeline from the file
12
- full_pipeline = joblib.load('src\pipe.pkl')
13
 
14
  # Define the predict function
15
  def predict(gender, SeniorCitizen, Partner, Dependents, Contract, tenure, MonthlyCharges,
 
9
  from sklearn.linear_model import LogisticRegression
10
 
11
  # Load the saved full pipeline from the file
12
+ full_pipeline = joblib.load('pipe.pkl')
13
 
14
  # Define the predict function
15
  def predict(gender, SeniorCitizen, Partner, Dependents, Contract, tenure, MonthlyCharges,