File size: 1,549 Bytes
cb01e29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "sklearn": {
        "columns": [
            "MedInc",
            "HouseAge",
            "AveRooms",
            "AveBedrms",
            "Population",
            "AveOccup",
            "Latitude",
            "Longitude"
        ],
        "environment": [
            "scikit-learn==1.3.0",
            "joblib==1.3.2"
        ],
        "example_input": {
            "AveBedrms": [
                1.0064205457463884,
                1.041005291005291,
                0.9851190476190476
            ],
            "AveOccup": [
                3.691813804173355,
                1.738095238095238,
                2.7232142857142856
            ],
            "AveRooms": [
                5.017656500802568,
                4.473544973544974,
                5.645833333333333
            ],
            "HouseAge": [
                33.0,
                49.0,
                4.0
            ],
            "Latitude": [
                32.71,
                33.77,
                34.66
            ],
            "Longitude": [
                -117.03,
                -118.16,
                -120.48
            ],
            "MedInc": [
                3.2596,
                3.8125,
                4.1563
            ],
            "Population": [
                2300.0,
                1314.0,
                915.0
            ]
        },
        "model": {
            "file": "model.joblib"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}