Update 2-Regression/3-Linear/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/967/head
Lee Stott 2 weeks ago committed by GitHub
parent c1f7e23ca8
commit 93b9265b5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -319,7 +319,7 @@ X = pd.get_dummies(new_pumpkins['Variety']) \
y = new_pumpkins['Price']
```
Here we also take into account `City` and `Package` type, which gives us RMSE 2.84 (10%), and determination 0.94!
Here we also take into account `City` and `Package` type, which gives us RMSE 2.84 (10.5%), and determination 0.94!
## Putting it all together

Loading…
Cancel
Save