File size: 3,000 Bytes
331a3d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
    "sklearn": {
        "columns": [
            "YrSold",
            "HeatingQC",
            "Street",
            "YearRemodAdd",
            "Heating",
            "MasVnrType",
            "BsmtUnfSF",
            "Foundation",
            "MasVnrArea",
            "MSSubClass",
            "ExterQual",
            "Condition2",
            "GarageCars",
            "GarageType",
            "OverallQual",
            "TotalBsmtSF",
            "BsmtFinSF1",
            "HouseStyle",
            "MiscFeature",
            "MoSold"
        ],
        "environment": [
            "scikit-learn=1.2.2"
        ],
        "example_input": {
            "BsmtFinSF1": [
                1280,
                1464,
                0
            ],
            "BsmtUnfSF": [
                402,
                536,
                795
            ],
            "Condition2": [
                "Norm",
                "Norm",
                "Norm"
            ],
            "ExterQual": [
                "Ex",
                "Gd",
                "Gd"
            ],
            "Foundation": [
                "PConc",
                "PConc",
                "PConc"
            ],
            "GarageCars": [
                3,
                3,
                1
            ],
            "GarageType": [
                "BuiltIn",
                "Attchd",
                "Detchd"
            ],
            "Heating": [
                "GasA",
                "GasA",
                "GasA"
            ],
            "HeatingQC": [
                "Ex",
                "Ex",
                "TA"
            ],
            "HouseStyle": [
                "2Story",
                "1Story",
                "2.5Fin"
            ],
            "MSSubClass": [
                60,
                20,
                75
            ],
            "MasVnrArea": [
                272.0,
                246.0,
                0.0
            ],
            "MasVnrType": [
                "Stone",
                "Stone",
                NaN
            ],
            "MiscFeature": [
                NaN,
                NaN,
                NaN
            ],
            "MoSold": [
                8,
                7,
                3
            ],
            "OverallQual": [
                10,
                8,
                4
            ],
            "Street": [
                "Pave",
                "Pave",
                "Pave"
            ],
            "TotalBsmtSF": [
                1682,
                2000,
                795
            ],
            "YearRemodAdd": [
                2008,
                2005,
                1950
            ],
            "YrSold": [
                2008,
                2007,
                2006
            ]
        },
        "model": {
            "file": "model.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}