This project provides a straightforward approach to estimating stellar masses for galaxies in the Bright Galaxy Survey (BGS) using both photometric and spectroscopic data. The models developed aim to improve the accuracy of stellar mass estimates.
The project employs measurements from the Dark Energy Spectroscopic Instrument (DESI) to develop and validate a model.
- data/: Directory for storing input data files and model outputs.
- doc/: Documentation related to data sources and model descriptions.
- job_management/: Scripts and logs for managing batch jobs and model runs.
- plots/: Generated plots and visualizations from model outputs.
- src/: Source code for the models.
- linear/: Linear regression model scripts.
- random_forest/: Random forest model scripts including optimization.