Views
No views yet
joblib
1import joblib 2model = joblib.load('logistic_regression_model.pkl')
predictions = model.predict(X_test)