{ "sklearn": { "columns": [ "MedInc", "HouseAge", "AveRooms", "AveBedrms", "Population", "AveOccup", "Latitude", "Longitude" ], "environment": [ "quantile-forest=1.3.11" ], "example_input": { "AveBedrms": [ 1.0238095238095237, 0.9718804920913884, 1.073446327683616 ], "AveOccup": [ 2.5555555555555554, 2.109841827768014, 2.8022598870056497 ], "AveRooms": [ 6.984126984126984, 6.238137082601054, 8.288135593220339 ], "HouseAge": [ 41.0, 21.0, 52.0 ], "Latitude": [ 37.88, 37.86, 37.85 ], "Longitude": [ -122.23, -122.22, -122.24 ], "MedInc": [ 8.3252, 8.3014, 7.2574 ], "Population": [ 322.0, 2401.0, 496.0 ] }, "model": { "file": "model.pkl" }, "model_format": "pickle", "task": "tabular-regression" } }