From aaf763938f3085ec4fbf6e32ca151306da0016df Mon Sep 17 00:00:00 2001 From: cfiutak1 Date: Tue, 2 Apr 2019 01:00:04 -0400 Subject: [PATCH] Update Part 1 - Introduction to Machine Learning with scikit-learn.md --- Part 1 - Introduction to Machine Learning with scikit-learn.md | 1 + 1 file changed, 1 insertion(+) 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