my-iris-model / config.json
DmytroSerbeniuk's picture
Initial commit: iris model
ba82c13 verified
raw
history blame contribute delete
201 Bytes
{
"model_type": "logistic_regression",
"features": ["sepal_length", "sepal_width", "petal_length", "petal_width"],
"classes": ["setosa", "versicolor", "virginica"],
"library": "scikit-learn"
}