...
/Prerequisites and Required Libraries
Prerequisites and Required Libraries
Learn how to install required libraries for Streamlit web apps.
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 ...