Hugging Face Iris Logistic Regression
Predict whether an iris is an Iris-setosa using a pre-trained logistic regression model
Home > Machine Learning > Hugging Face
Input Properties
| Property | Requirement | Type | Default | Description |
|---|---|---|---|---|
| Petal Length Cm Attribute | ✓ | String | - | Attribute in your dataset corresponding to PetalLengthCm |
| Petal Width Cm Attribute | ✓ | String | - | Attribute in your dataset corresponding to PetalWidthCm |
| Prediction Class Name | ✓ | String | Species_prediction | Output attribute name for the predicted class of species |
| Prediction Probability Name | ✓ | String | Species_probability | Output attribute name for the prediction’s probability of being a Iris-setosa |
Output Ports
| Port | Mode |
|---|---|
| 0 | Set Snapshot |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.