iris-rf-joblib-demo / metrics.json
DilanMP's picture
Upload folder using huggingface_hub
65b9e70 verified
{
"accuracy": 0.9666666666666667,
"train_size": 120,
"test_size": 30,
"features": [
"sepal length (cm)",
"sepal width (cm)",
"petal length (cm)",
"petal width (cm)"
],
"classes": [
"setosa",
"versicolor",
"virginica"
],
"model_type": "RandomForestClassifier",
"random_state": 42
}