vmattoso's picture
... This is my first commit using the python code and the SKOPS to make this process ...
e1e8528 verified
{
"sklearn": {
"columns": [
"fixed acidity",
"volatile acidity",
"citric acid",
"residual sugar",
"chlorides",
"free sulfur dioxide",
"total sulfur dioxide",
"density",
"pH",
"sulphates",
"alcohol"
],
"environment": [
"scikit-learn=1.4.1.post1"
],
"example_input": {
"alcohol": [
10.8,
9.6,
11.7
],
"chlorides": [
0.171,
0.095,
0.063
],
"citric acid": [
0.43,
0.0,
0.33
],
"density": [
0.9982,
0.99854,
0.99516
],
"fixed acidity": [
10.8,
8.1,
9.1
],
"free sulfur dioxide": [
27.0,
5.0,
13.0
],
"pH": [
3.17,
3.36,
3.26
],
"residual sugar": [
2.1,
4.1,
2.05
],
"sulphates": [
0.76,
0.53,
0.84
],
"total sulfur dioxide": [
66.0,
14.0,
27.0
],
"volatile acidity": [
0.47,
0.82,
0.29
]
},
"model": {
"file": "model_main_v2.joblib"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}