https://github.com/aimalz/proclam
Raw File
Tip revision: ade24af40ff281d567225bbdb0ca8366c0ff9216 authored by Alex Malz on 20 April 2021, 17:40:47 UTC
periodic backup
Tip revision: ade24af
README.md
# proclam

PRObabilistic CLAssification Metrics

## Motivation

This is a space for developing the metrics for the Photometric LSST AStronomical TIme Series Classification Challenge (PLAsTiCC), and, generically, other use cases of classification probabilities.

This repository's immediate goals were to implement the metrics described [here](https://drive.google.com/file/d/1b8q0mp2lDo8xbKOs15GS4WLKKNMK_TY7/view?usp=sharing) and demonstrate them on mock classification results, in an effort to identify the vulnerabilities and strengths of the metrics under consideration for [the Kaggle competition](https://www.kaggle.com/c/PLAsTiCC-2018).
This repository served not only as a space for experimenting with how to combine metrics for the competition's win condition but also for testing further metrics for science-specific papers.  

The code thus has a flexible, modular architecture that can be recycled for future competitions with different science goals.

## Participation

To get involved, check out the `README`s in the code directories.

Note: Contributors to this repository _were not disqualified_ from competing in the PLAsTiCC.

## Citation

To use this code in an academic publication, cite [doi:10.5281/zenodo.3352638](https://zenodo.org/record/3352639) and [doi:10.3847/1538-3881/ab3a2f](https://iopscience.iop.org/article/10.3847/1538-3881/ab3a2f).

## Contact

* [Alex Malz](https://github.com/aimalz) (GCCL@RUB)
* [Tarek Allam](https://github.com/tallamjr) (UCL)
* [Anita Bahmanyar](https://github.com/Andromedanita) (U Toronto)
* [Rahul Biswas](https://github.com/rbiswas4) (U Stockholm)
* [Renee Hlozek](https://github.com/reneehlozek) (U Toronto)
* [Emille Ishida](https://github.com/emilleishida) (CNRS LPC)
* [Rafael Martinez-Galarza](https://github.com/juramaga) (CfA)
* [Gautham Narayan](https://github.com/gnarayan) (UIUC)
* [Kara Ponder](https://github.com/kponder) (UC Berkeley)
* [Christian Setzer](https://github.com/cnsetzer) (U Stockholm)
* The PLAsTiCC Team
back to top