Completed
Build and Draw Final Tree
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Classification Trees in Python from Start to Finish
Automatically move to the next video in the Classroom when playback concludes
- 1 This webinar was recorded 20200528 at am New York time.
- 2 Awesome song and introduction
- 3 Import Modules
- 4 Import Data
- 5 Missing Data Part 1: Identifying
- 6 Missing Data Part 2: Dealing with it
- 7 Format Data Part 1: X and y
- 8 Format Data Part 2: One-Hot Encoding
- 9 Build Preliminary Tree
- 10 Pruning Part 1: Visualize Alpha
- 11 Pruning Part 2: Cross Validation
- 12 Build and Draw Final Tree