{ | |
"sklearn": { | |
"columns": [ | |
"Species", | |
"Length1", | |
"Length2", | |
"Length3", | |
"Height", | |
"Width" | |
], | |
"environment": [ | |
"scikit-learn=1.0.2" | |
], | |
"example_input": { | |
"Height": [ | |
11.52, | |
12.48, | |
12.3778 | |
], | |
"Length1": [ | |
23.2, | |
24.0, | |
23.9 | |
], | |
"Length2": [ | |
25.4, | |
26.3, | |
26.5 | |
], | |
"Length3": [ | |
30.0, | |
31.2, | |
31.1 | |
], | |
"Species": [ | |
"Bream", | |
"Bream", | |
"Bream" | |
], | |
"Width": [ | |
4.02, | |
4.3056, | |
4.6961 | |
] | |
}, | |
"model": { | |
"file": "example.pkl" | |
}, | |
"task": "tabular-regression" | |
} | |
} |