You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple machine learning app that takes in input features and applies the trained model to make class prediction. The Iris dataset is used in this example app.
A simple machine learning app that takes in input features and applies the trained model to make class prediction. The Iris dataset is used in this example app.
Steps to follow:
Download Streamlit
Create conda environment
Run the .py file
About
A simple machine learning app that takes in input features and applies the trained model to make class prediction. The Iris dataset is used in this example app.