Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
d2i-pti-iu
/
test_svc_model
like
0
Follow
Data to insight center, IU
4
Tabular Classification
Transformers
Joblib
scikit-learn/iris
SVC
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
05104c0
test_svc_model
/
config.json
yashriva
Update config.json
9f36c8e
over 1 year ago
raw
Copy download link
history
blame
Safe
205 Bytes
{
"features"
:
[
"SepalLengthCm"
,
"SepalWidthCm"
,
"PetalLengthCm"
,
"PetalWidthCm"
]
,
"targets"
:
[
"target"
]
,
"model_type"
:
"SVC"
,
"target_mapping"
:
{
"Iris-setosa"
:
0
,
"Iris-versicolor"
:
1
,
"Iris-virginica"
:
2
}
}