AstroPile / FlatironMeeting2024

AstroPile meet-up at the Flatiron Institute
https://astropile.github.io/FlatironMeeting2024/
MIT License
2 stars 3 forks source link

[Baselines] Add Baseline ML Models For Time Domain Data #18

Open benboyd97 opened 8 months ago

benboyd97 commented 8 months ago

Add Baseline ML Models For Time Domain Data

Add baseline ML models and metrics to evaluate time domain tasks using #17 data.

Contacts: Participants: Helen Qu

Goals and deliverable

[describe your goals for the week and the deliverables you are aiming for]

Resources needed

[describe the resources (software, skills, data, or just enthusiasm) needed for this project] Data:

Detailed description

Possible tasks:

Metrics:

EiffL commented 8 months ago

We were talking with @jeraud about tasks on stellar light curves and looking specifically at this paper: https://arxiv.org/abs/2309.16316 And here is the code: https://github.com/panjiashu/Astroconformer

Here is an example of regression of log g:

image

jeraud commented 8 months ago
David-Chemaly commented 8 months ago

Added XGBoost baseline for SN classification

David-Chemaly commented 8 months ago

We finished developing a straight forward baseline XGBoost model for classification of SN types and prediction of photo-redshift. The baseline works and has been pushed to the YSE branch!!

We also tried a Transformer approach but that sadly proved to be a bit more demanding for a baseline.