SciKit-Learn utilities to apply some Machine Learning solutions to some simple test problems.Ivezic Chapters 6, 7, 8 and 9
Murphy: "Machine Learning: A Probabilistic Approach"
The SciKit-Learn tutorial notebooks are based on Andy Mueller's Astro Hack Week 2015 teaching materials.
The SDSS catalog regression and classification examples are due to Josh Bloom (Astro Hack Week 2014).
See the LICENSE for details about redistributing the SciKit-Learn notebooks.
SciKit-Learn package installed:
In [ ]:
!pip install --upgrade scikit-learn
SciKit-Learn is a well-documented, community-built python package to support data analysis via Machine Learning.
SciKit-Learn tutorial, and work through some simple examples.SciKit-Learn tutorial, let's think about how Machine Learning could be applied in astrophysics.
In [ ]: