{ "sklearn": { "columns": [ "Age", "Height", "Weight", "FCVC", "NCP", "CH2O", "FAF", "TUE", "cluster2" ], "environment": [ "scikit-learn=1.3.0" ], "example_input": { "Age": [ 25 ], "Height": [ 1.7 ], "Weight": [ 68 ], "FCVC": [ 2 ], "NCP": [ 3 ], "CH2O": [ 2 ], "FAF": [ 1 ], "TUE": [ 1 ], "cluster2": [ 0 ] }, "model": { "file": "model.pkl" }, "task": "tabular-classification" } }