Phase 6 · Machine Learning Fundamentals

Topics

Random Forests

Part of the Data Science Roadmap.

Summary

An ensemble of many decision trees trained on random subsets of data and features, with predictions averaged (or voted) together — usually far more accurate and stable than any single tree.

How to Learn This

  • 1Fit a random forest and compare its performance to a single decision tree.
  • 2Learn how feature importance scores work in a random forest.
  • 3Understand why averaging many 'weak' trees reduces overfitting (the wisdom of crowds effect).
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge