california_housing / config.json
rajistics's picture
pushing files to the repo from the example!
15b9bf0
{
"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"
}
}