.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
azure-pipelines.yml
environment.yml
requirements.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/BUG.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/GENERAL.md
.github/workflows/pypi.yaml
archive/collect.pbs
archive/collect.py
archive/conquer.pbs
archive/conquer.py
archive/create_jobs.py
archive/divide.pbs
archive/divide.py
archive/plasticc_extract_gp.pbs
archive/plasticc_extract_gp.py
archive/post_process.py
archive/run_pipeline.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/modules.rst
docs/refactoring_plans/README.md
docs/refactoring_plans/snmachine_data.md
docs/refactoring_plans/transient_data.md
examples/1_load_data.ipynb
examples/2_preprocess_data.ipynb
examples/3_model_lightcurves.ipynb
examples/4_augment_data.ipynb
examples/5_feature_extraction.ipynb
examples/6_train_classifier.ipynb
examples/7_classify_test.ipynb
examples/example_plasticc.ipynb
examples/example_spcc.ipynb
examples/pipeline.png
examples/run_plasticc_notebook.sh
examples/snmachine-plasticc.png
install/multinest_install.sh
snmachine/__init__.py
snmachine/analysis.py
snmachine/chisq.py
snmachine/gps.py
snmachine/parametric_models.py
snmachine/snaugment.py
snmachine/snclassifier.py
snmachine/sndata.py
snmachine/snfeatures.py
snmachine/tsne_plot.py
snmachine.egg-info/PKG-INFO
snmachine.egg-info/SOURCES.txt
snmachine.egg-info/dependency_links.txt
snmachine.egg-info/requires.txt
snmachine.egg-info/top_level.txt
snmachine/example_data/SPCC_SUBSET.tar.gz
snmachine/example_data/eigenvals.npz
snmachine/example_data/example_data_for_tests.pckl
snmachine/example_data/example_test_dataset.pckl
snmachine/example_data/plasticc_train_lightcurves.csv
snmachine/example_data/plasticc_train_metadata.csv
snmachine/example_data/sniabcii_test_lightcurves_example.csv
snmachine/example_data/sniabcii_test_metadata_example.csv
snmachine/example_data/output_spcc_no_z/features/spcc_all_karpenka.dat
snmachine/example_data/output_spcc_no_z/features/spcc_all_newling.dat
snmachine/example_data/output_spcc_no_z/features/spcc_all_templates.dat
snmachine/example_data/output_spcc_no_z/features/spcc_all_wavelets.dat
snmachine/example_data/output_spcc_no_z/features/spcc_all_wavelets_PCA_mean.dat
snmachine/example_data/output_spcc_no_z/features/spcc_all_wavelets_PCA_vals.dat
snmachine/example_data/output_spcc_no_z/features/spcc_all_wavelets_PCA_vec.dat
snmachine/utils/__init__.py
snmachine/utils/config.yml
snmachine/utils/imblearn_augment.py
snmachine/utils/plasticc_feature_engineering.py
snmachine/utils/plasticc_make_predictions.py
snmachine/utils/plasticc_pipeline.py
snmachine/utils/plasticc_utils.py
test/README.md
test/gps_test.py
test/snclassifier_test.py
test/sndata_test.py
test/snfeatures_test.py
test/baseline/test_single_lightcurve_plot.png
test/baseline/test_tsne.png