File size: 560 Bytes
ff33dc8
 
 
f69d653
ff33dc8
 
 
 
 
 
f69d653
ff33dc8
 
 
 
 
 
 
 
 
 
 
 
8195325
ff33dc8
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "sklearn": {
        "columns": [
            "sepal_length"
        ],
        "environment": [
            "scikit-learn",
            "numpy"
        ],
        "example_input": {
            "sepal_length": [
                [
                    6.3
                ],
                [
                    6.5
                ],
                [
                    5.6
                ]
            ]
        },
        "model": {
            "file": "structured_arr_model_1_dim.joblib"
        },
        "task": "tabular-classification"
    }
}