Completed
- Task #5: Test our model on validation data & submit project
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Predicting Healthcare Insurance Costs with Python - Real-World Data Science Problem Solving
Automatically move to the next video in the Classroom when playback concludes
- 1 - Video overview
- 2 - What is regression?
- 3 - Getting started with the code
- 4 - Initial regression modeling strategy
- 5 - Task #1: Clean our health insurance data
- 6 - Task #2: Create scatterplots of our variables mapped to charges
- 7 - Task #3: Prepare the data for regression model fitting
- 8 - Task #4: Fit a linear regression model to our dataframe with sklearn
- 9 - Task #5: Test our model on validation data & submit project