/CaliforniaHousingPricesML

This is an educational workthrough project from the book "Hands-On ML with Scikit-Learn, Keras and TensorFlow" by Aurélien Géron. It is based on the well-known "California Housing Prices" dataset - through feature engineering I successfully improved the performance of the model used in the book.

Primary LanguageJupyter Notebook

This is a workthrough project from the second chapter of the book "Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" by Aurélien Géron.

I added plenty of code, comments and ideas to it and managed to successfully improve the performance of the model used in the book through applying my own ideas in feature engineering.

The original can be found here.