firstModel / config.json
Khalid02's picture
Create config.json
25c3774 verified
raw
history blame contribute delete
212 Bytes
{"features": ["sepal length (cm)",
"sepal width (cm)",
"petal length (cm)",
"petal width (cm)"], "targets": ["target"], "model_type": "knn", "target_mapping": {"setosa": 0, "versicolor": 1, "virginica": 2}}