YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Iris Flower Classifier ๐ธ
This is a simple RandomForestClassifier trained on the classic Iris dataset using scikit-learn.
Model Performance
- Accuracy: 1.00
How to Use
from joblib import load
model = load('model.joblib')
prediction = model.predict([[5.1, 3.5, 1.4, 0.2]])
print(prediction)
Dataset
- Iris dataset from scikit-learn
Author
Generated by ChatGPT for upload to Hugging Face ๐ค
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support