diff --git a/Part 1 - Introduction to Machine Learning with scikit-learn.md b/Part 1 - Introduction to Machine Learning with scikit-learn.md index 371bae6..5dd3bd3 100644 --- a/Part 1 - Introduction to Machine Learning with scikit-learn.md +++ b/Part 1 - Introduction to Machine Learning with scikit-learn.md @@ -87,6 +87,7 @@ Continuing our analogy of studying for a math exam, Let's get to the fun part - implementing these algorithms. + **Linear Regression** ``` # Initialize a LinearRegression object