Completed
Possible Decision Trees
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Taste of Random Decision Forests on Apache Spark
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Feature Vectors in the Iris Data Set
- 3 Good Pet Data Set
- 4 Possible Decision Trees
- 5 Interpreting Models
- 6 Building a Decision Tree in MLlib
- 7 Evaluating a Decision Tree
- 8 Better Than Random Guessing?
- 9 Decisions Should Make Lower Impurity Subsets
- 10 Tuning Hyperparameters
- 11 How to Create a Crowd?
- 12 Trees See Subsets of Examples
- 13 Or Subsets of Features
- 14 Diversity of Opinion
- 15 Random Decision Forests