LSSTDESC / snmachine

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

Update plasticc_pipeline #229

Open Catarina-Alves opened 3 years ago

Catarina-Alves commented 3 years ago

The util plasticc_pipeline has many useful functions, such as create_folder_structure, get_directories, load_training_data. However, this file does not follow the code conventions and has some outdated names (e.g. load_training_data when this function can load any type of data).

I propose updating this file.

File: plasticc_pipeline.py