| { | |
| "dataset": "iris", | |
| "model_type": "LogisticRegression", | |
| "features": [ | |
| "sepal length (cm)", | |
| "sepal width (cm)", | |
| "petal length (cm)", | |
| "petal width (cm)" | |
| ], | |
| "target_names": [ | |
| "setosa", | |
| "versicolor", | |
| "virginica" | |
| ] | |
| } |
| { | |
| "dataset": "iris", | |
| "model_type": "LogisticRegression", | |
| "features": [ | |
| "sepal length (cm)", | |
| "sepal width (cm)", | |
| "petal length (cm)", | |
| "petal width (cm)" | |
| ], | |
| "target_names": [ | |
| "setosa", | |
| "versicolor", | |
| "virginica" | |
| ] | |
| } |