An end to end machine learning project following a tutorial on a hands on book.
Written in Python 3. Run in Jupyter notebook.
Ednalyn C. De Dios – @ecdedios
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/ecdedios/california-housing/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request