/california-housing

Python project that predicts the median housing price in a district.

Primary LanguageJupyter NotebookMIT LicenseMIT

Just another side project.

California Housing Project

An end to end machine learning project following a tutorial on a hands on book.

Usage

Written in Python 3. Run in Jupyter notebook.

Meta

Ednalyn C. De Dios – @ecdedios

Distributed under the MIT license. See LICENSE for more information.

https://github.com/ecdedios

Contributing

  1. Fork it (https://github.com/ecdedios/california-housing/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request