Overview
This issue tracks the overall implementation progress for the Stellar Classification and Atmospheric Parameters project.
Objective
Build an ML system for classifying stars and predicting atmospheric parameters (Teff, log g, [Fe/H], [alpha/Fe]) from spectroscopic survey data.
Implementation Phases
Key Metrics
| Parameter |
Target MAE |
| Teff |
< 100 K |
| log g |
< 0.2 dex |
| [Fe/H] |
< 0.1 dex |
| Classification |
> 85% accuracy |
Data Sources
- APOGEE DR17: ~650,000 stars with high-resolution IR spectra
- GALAH DR3: ~600,000 stars for cross-validation
- LAMOST DR7: Millions of stars for scale testing
Technical Stack
- Python 3.10+, scikit-learn, XGBoost
- astropy for FITS file handling
- pandas, numpy for data processing
Documentation
See docs/IMPLEMENTATION_PLAN.md for full implementation details.
Overview
This issue tracks the overall implementation progress for the Stellar Classification and Atmospheric Parameters project.
Objective
Build an ML system for classifying stars and predicting atmospheric parameters (Teff, log g, [Fe/H], [alpha/Fe]) from spectroscopic survey data.
Implementation Phases
Key Metrics
Data Sources
Technical Stack
Documentation
See docs/IMPLEMENTATION_PLAN.md for full implementation details.