test_svc_model / c.json
yashriva's picture
Rename config.json to c.json
7f21baa
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}}