LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Implement lgbm in snclassifier #239

Closed Catarina-Alves closed 3 years ago

Catarina-Alves commented 3 years ago

The file snclassifier does not contain the Gradient Boosting Model (GBM) implementation of the package LightGBM. I propose adding it. I will also add a function to optimize this classifier.

Additionally, I will make the file compliant with the contributions file.

File: snclassifier.py

Catarina-Alves commented 3 years ago

Solved with #240.