Views
No views yet
1import joblib 2model = joblib.load('flowerclassifier.pkl') 3prediction = model.predict([[5.1, 3.5, 1.4, 0.2]])