| { | |
| "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)" | |
| ] | |
| } |