{ | |
"sklearn": { | |
"columns": [ | |
"Age", | |
"Sex", | |
"BP", | |
"Cholesterol", | |
"Na", | |
"K" | |
], | |
"environment": [ | |
"scikit-learn=1.1.1" | |
], | |
"example_input": { | |
"Age": [ | |
23, | |
47, | |
47 | |
], | |
"BP": [ | |
"HIGH", | |
"LOW", | |
"LOW" | |
], | |
"Cholesterol": [ | |
"HIGH", | |
"HIGH", | |
"HIGH" | |
], | |
"K": [ | |
0.031258, | |
0.056468, | |
0.068944 | |
], | |
"Na": [ | |
0.792535, | |
0.739309, | |
0.697269 | |
], | |
"Sex": [ | |
"F", | |
"M", | |
"M" | |
] | |
}, | |
"model": { | |
"file": "pipeline_model_sklearn.joblib" | |
}, | |
"model_format": "pickle", | |
"task": "tabular-classification" | |
} | |
} |