ageron / ageron/handson-ml2

Linear regression example in 2nd Edition book using unprocessed training data

Open
#25 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
30k
Forks
13.1k
PR merge metrics
No merged PRs in 30d

Description

It appears that the data used to test the trained linear regression model on page 75 of the 2nd edition of "Hands-on..." is using the unprocessed `housing` data frame. If the model was trained with `housing_prepared` shouldn't the examples (i.e. `some_data=housing.iloc[:5]`) use the processed data set as well (i.e. some_data=housing_prepared[:5])?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.