- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Tarek Amr
- 283字
- 2021-06-18 18:24:30
Summary
Decision trees are intuitive algorithms that are capable of performing classification and regression tasks. They allow users to print out their decision rules, which is a plus when communicating the decisions you made to business personnel and non-technical third parties. Additionally, decision trees are easy to configure since they have a limited number of hyperparameters. The two main decisions you need to make when training a decision tree are your splitting criterion and how to control the growth of your tree to have a good balance between overfitting and underfitting. Your understanding of the limitations of the tree's decision boundaries is paramount in deciding whether the algorithm is good enough for the problem at hand.
In this chapter, we looked at how decision trees learn and used them to classify a well-known dataset. We also learned about the different evaluation metrics and how the size of our data affects our confidence in a model's accuracy. We then learned how to deal with the evaluation's uncertainties using different data-splitting strategies. We saw how to tune the algorithm's hyperparameters for a good balance between overfitting and underfitting. Finally, we built on the knowledge we gained to build decision tree regressors and learned how the choice of a splitting criterion affects our resulting predictions.
I hope this chapter has served as a good introduction to scikit-learn and its consistent interface. With this knowledge at hand, we can move on to our next algorithm and see how it compares to this one. In the next chapter, we will learn about linear models. This set of algorithms has its roots back in the 18th century, and it is still one of the most commonly used algorithms today.
- TypeScript Essentials
- Django+Vue.js商城項目實戰
- Getting Started with PowerShell
- Mastering Articulate Storyline
- Java從入門到精通(第5版)
- Node.js Design Patterns
- Oracle 18c 必須掌握的新特性:管理與實戰
- 51單片機C語言開發教程
- MySQL從入門到精通(軟件開發視頻大講堂)
- 匯編語言編程基礎:基于LoongArch
- 零基礎學Python編程(少兒趣味版)
- 精通Spring:Java Web開發與Spring Boot高級功能
- Kotlin進階實戰
- Java EE項目應用開發
- AngularJS UI Development