Machine Learning in Python: Iris Classification -- Part 2

General Description: In this video, we begin by showcasing how to build an iris classification model, that is, a machine learning model that will allow us to classify species of iris flowers. This application will introduce many rudimentary features and concepts of machine learning and is a good use case for these types of models. Use case: Botanist wants to determine the species of an iris flower based on characteristics of that flower. For instance attributes including petal length, width, etc. are th
Back to Top