From the course: Machine Learning with Scikit-Learn

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Which machine learning model should you use?

Which machine learning model should you use? - scikit-learn Tutorial

From the course: Machine Learning with Scikit-Learn

Start my 1-month free trial

Which machine learning model should you use?

- [Instructor] With so many machine learning algorithms available from scikit-learn, which algorithm should you choose? Selecting a good enough model from among a large number of possible machine learning models is one of the hardest parts of machine learning. Some algorithms are better suited to different types of data and problems. Luckily, a quick answer to model selection with scikit-learn is, use the algorithm cheat sheet. It's meant to give you a rough guide in how to choose an algorithm. From the start point, you first ask, do you have more than 50 samples? From there, you keep on answering questions until you get an idea of what you should try. If you don't use the cheat sheet, here are a few things to consider when choosing a model. The first thing is a problem you're trying to solve. For example, if you have a supervised learning problem, figuring out if you're trying to predict a continuous or categorical value…

Contents