File size: 1,459 Bytes
15b9bf0 |
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 |
{
"sklearn": {
"columns": [
"MedInc",
"HouseAge",
"AveRooms",
"AveBedrms",
"Population",
"AveOccup",
"Latitude",
"Longitude"
],
"environment": [
"scikit-learn=1.1.1"
],
"example_input": {
"AveBedrms": [
0.9806451612903225,
1.0379746835443038,
0.9601449275362319
],
"AveOccup": [
2.587096774193548,
2.8658227848101268,
2.6449275362318843
],
"AveRooms": [
7.275268817204301,
5.39493670886076,
6.536231884057971
],
"HouseAge": [
38.0,
25.0,
39.0
],
"Latitude": [
37.44,
37.31,
34.16
],
"Longitude": [
-122.19,
-122.03,
-118.07
],
"MedInc": [
9.3198,
5.3508,
6.4761
],
"Population": [
1203.0,
1132.0,
730.0
]
},
"model": {
"file": "skops-ye71b_vi.pkl"
},
"task": "tabular-regression"
}
} |