gianlab's picture
pushing files to the repo from the example!
9d7e4fc verified
{
"sklearn": {
"columns": [
"age",
"gender",
"total_bilirubin",
"alkaline_phosphotase",
"alamine_aminotransferase",
"albumin_and_globulin_ratio"
],
"environment": [
"scikit-learn=1.2.2"
],
"example_input": {
"age": [
40,
21,
55
],
"alamine_aminotransferase": [
232,
36,
112
],
"albumin_and_globulin_ratio": [
0.8,
1.34,
0.8
],
"alkaline_phosphotase": [
293,
150,
482
],
"gender": [
0,
1,
1
],
"total_bilirubin": [
0.9,
3.9,
0.8
]
},
"model": {
"file": "skops-xwel2v4p.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}