From 96c03401f24b9e20d2628f7aace277e6d13b7929 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 17 Mar 2021 21:39:05 -0400 Subject: [PATCH] typo in lesson --- 2-Regression/3-Linear/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Regression/3-Linear/README.md b/2-Regression/3-Linear/README.md index f9146e1d..fa864efb 100644 --- a/2-Regression/3-Linear/README.md +++ b/2-Regression/3-Linear/README.md @@ -67,7 +67,7 @@ print(new_pumpkins['Package'].corr(new_pumpkins['Price'])) 0.6061712937226021 ``` -A good question to ask of this data will be: 'What price can I expect of a given pumpkin variety?' +A good question to ask of this data will be: 'What price can I expect of a given pumpkin package?' Let's build this regression model ## Building A Linear Model