File size: 292 Bytes
743c099
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "dataset": "iris",
    "model_type": "LogisticRegression",
    "features": [
        "sepal length (cm)",
        "sepal width (cm)",
        "petal length (cm)",
        "petal width (cm)"
    ],
    "target_names": [
        "setosa",
        "versicolor",
        "virginica"
    ]
}