Jeroneo commited on
Commit
a6c095a
·
verified ·
1 Parent(s): 80576ae

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +20 -0
metrics.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_accuracy": 0.9333,
3
+ "cv_mean_accuracy": 0.9667,
4
+ "cv_std_accuracy": 0.0211,
5
+ "n_estimators": 100,
6
+ "max_depth": 5,
7
+ "train_samples": 120,
8
+ "test_samples": 30,
9
+ "class_names": [
10
+ "setosa",
11
+ "versicolor",
12
+ "virginica"
13
+ ],
14
+ "feature_names": [
15
+ "sepal length (cm)",
16
+ "sepal width (cm)",
17
+ "petal length (cm)",
18
+ "petal width (cm)"
19
+ ]
20
+ }