Skip to content

In this lesson we explored the balance between underfitting and overfitting in decision trees and introduced the random forest model as a solution. Decision trees can either overfit with too much specificity or underfit with too little. Random forests address this by averaging predictions from multiple trees providing better accuracy and robustness

Notifications You must be signed in to change notification settings

mbakos95/Random-Forests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Random-Forests

In this lesson, I explored the balance between underfitting and overfitting in decision trees and introduced the random forest model as a solution. Decision trees can either overfit with too much specificity or underfit with too little. Random forests address this by averaging predictions from multiple trees, providing better accuracy and robustness.

About

In this lesson we explored the balance between underfitting and overfitting in decision trees and introduced the random forest model as a solution. Decision trees can either overfit with too much specificity or underfit with too little. Random forests address this by averaging predictions from multiple trees providing better accuracy and robustness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published