- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Tarek Amr
- 197字
- 2021-06-18 18:24:29
Making Decisions with Trees
In this chapter, we are going to start by looking at our first supervised learning algorithm—decision trees. The decision tree algorithm is versatile and easy to understand. It is widely used and also serves as a building block for the numerous advanced algorithms that we will encounter later on in this book. In this chapter, we will learn how to train a decision tree and use it for either classification or regression problems. We will also understand the details of its learning process in order to know how to set its different hyperparameters. Furthermore, we will use a real-world dataset to apply what we are going to learn here in practice. We will start by getting and preparing the data and apply our algorithm to it. Along the way, we will also try to understand key machine learning concepts, such as cross-validation and model evaluation metrics. By the end of this chapter, you will have a very good understanding of the following topics:
- Understanding decision trees
- How do decision trees learn?
- Getting a more reliable score
- Tuning the hyperparameters for higher accuracy
- Visualizing the tree's decision boundaries
- Building decision tree regressors
- DBA攻堅指南:左手Oracle,右手MySQL
- Reporting with Visual Studio and Crystal Reports
- C程序設(shè)計簡明教程(第二版)
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- Mastering QGIS
- Web Development with Django Cookbook
- Oracle 18c 必須掌握的新特性:管理與實戰(zhàn)
- Python算法指南:程序員經(jīng)典算法分析與實現(xiàn)
- Python機(jī)器學(xué)習(xí):預(yù)測分析核心算法
- ASP.NET 4.0 Web程序設(shè)計
- C++程序設(shè)計教程
- 零基礎(chǔ)學(xué)C++(升級版)
- Python程序設(shè)計教程
- Bitcoin Essentials
- HTML5程序開發(fā)范例寶典