ageron / ageron/handson-ml2

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

Abierto
#25 6 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Jupyter Notebook
Estrellas
30k
Forks
13.1k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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])?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.