YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

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 ๐Ÿค—

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support