.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
azure-pipelines.yml
environment.yml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/BUG.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/GENERAL.md
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/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
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
utils/__init__.py
utils/config.yml
utils/imblearn_augment.py
utils/plasticc_feature_engineering.py
utils/plasticc_make_predictions.py
utils/plasticc_pipeline.py
utils/plasticc_utils.py
utils/archive/collect.pbs
utils/archive/collect.py
utils/archive/conquer.pbs
utils/archive/conquer.py
utils/archive/create_jobs.py
utils/archive/divide.pbs
utils/archive/divide.py
utils/archive/plasticc_extract_gp.pbs
utils/archive/plasticc_extract_gp.py
utils/archive/post_process.py
utils/archive/run_pipeline.py