Goals: investigate if you can improve your regression model using additional fluxes or morphology information
Specifics: The data that I provided contain some additional information that might be useful in redshift estimation, such as the sizes of the galaxies, and the different flux measurements are sensitive to light from different parts of the galaxies.
You will need to:
If you want to see what things should look like, you can have a look:
in the notebook 07_GalaxySize.ipynb to see examples of computing magnitudes and colors.
in the notebook 08_Morphology.ipynb to see some studies of how the different flux measurement are affected by the Galaxy size, and how that correlates with redshift.
in the notebook 09_CosmoSize.ipynb to see how a Milkyway like Galaxy might appear at different redshifts.
in the notebook 10_SklearnMorphology.ipynb to see an example of adding some morphology information to a redshift estimation algorithm.