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