Training a machine learning model with scikit learn
Now that we re familiar with the famous iris dataset, let s actually use a classification model in scikitlearn to predict the species of an iris We ll learn how the Knearest neighbors (KNN) model works, and then walk through the four steps for model training and prediction in scikitlearn. Finally, we ll see how easy it is to try out a different classification model, namely logistic regression. This is the fourth video in the series: Introduction to machine learning with scikitlearn. Read more about
|
|