Views
No views yet
1import joblib 2 3model = joblib.load("xgboost_model.joblib") 4 5prediction = model.predict(data)