oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

Decision Trees #518

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

Let's move on to decision trees, a very powerful machine learning technique that forms the basis of other machine learning algorithms, including random forests. In this module, you'll learn how to:

Dissect a decision tree and learn how scitkit-learn builds one
Optimize splits with Gini impurity
Prevent overfitting by using random forests