File size: 433 Bytes
45e4319
 
 
f67343d
45e4319
 
 
 
 
 
f67343d
45e4319
 
 
 
 
 
0486c40
45e4319
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "sklearn": {
        "columns": [
            "sepal_length"
        ],
        "environment": [
            "scikit-learn",
            "numpy"
        ],
        "example_input": {
            "sepal_length": [
                6.3,
                6.5,
                5.6
            ]
        },
        "model": {
            "file": "reg_arr_model_1_dim.joblib"
        },
        "task": "tabular-classification"
    }
}