Goals: create a photometric redshift estimator using the scikit-learn tool-kit and test it out
Specifics: I have provided you with some prepared photometric reference data, which includes cross-matched objects with known redshifts. You will want to:
Open the notebook nb/Project_Part3.ipynb
to find a notebook you can work on this second part of the project in.
If you want to see what things should look like, you can have a look:
in the notebook 05_ExploreRedshift.ipynb to see an exploration of the features in the data that can be used to extract redshift information.
in the notebook 06_SklearnRegression.ipynb to see examples of running several different types of estimation algorithms.