Prerequisites and Required Libraries
Understand how to prepare your development environment by setting up a virtual environment and installing essential Python libraries. Learn to import Streamlit, datasets, models, and plotting tools required to build a classification web app with user-adjustable parameters.
We'll cover the following...
We'll cover the following...
In this chapter, we’ll build a web app and use the Iris, Breast Cancer, and Wine datasets for classification purposes. We’ll use the k-nearest neighbors (KNN), support vector machine (SVM), and random forest algorithm for classification and allow ...