iris-classifier / metrics.json
Jeroneo's picture
Upload metrics.json with huggingface_hub
a6c095a verified
{
"test_accuracy": 0.9333,
"cv_mean_accuracy": 0.9667,
"cv_std_accuracy": 0.0211,
"n_estimators": 100,
"max_depth": 5,
"train_samples": 120,
"test_samples": 30,
"class_names": [
"setosa",
"versicolor",
"virginica"
],
"feature_names": [
"sepal length (cm)",
"sepal width (cm)",
"petal length (cm)",
"petal width (cm)"
]
}