File size: 370 Bytes
a6c095a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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)"
]
} |