How to build a Streamlit UI to Analyze Different Classifiers on the Wine, Iris and Breast Cancer Dataset

Let’s build a web app using Streamlit and sklearn

Rahul Banerjee
Towards Data Science
5 min readNov 8, 2020

--

Screen Capture by Author

In this tutorial, we will be working with three datasets (Iris, Breast Cancer, Wine)

We will use 3 different models (KNN, SVM, Random Forest) for classification and give the user…

--

--