课程: Machine Learning with Scikit-Learn

今天就学习课程吧!

今天就开通帐号,24,600 门业界名师课程任您挑!

Which machine learning model should you use?

Which machine learning model should you use? - scikit-learn教程

课程: Machine Learning with Scikit-Learn

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…

内容