test_svc_model / config.json
yashriva's picture
Rename c.json to config.json
90347a0
raw
history blame
221 Bytes
{"features": ["SepalLengthCm", "SepalWidthCm", "PetalLengthCm", "PetalWidthCm"], "targets": ["target"], "model_type": "logistic_regression", "target_mapping": {"Iris-setosa": 0, "Iris-versicolor": 1, "Iris-virginica": 2}}