.gitignore
.readthedocs.yaml
.zenodo.json
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
codemeta.json
environment.yml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/check_codemeta.yml
.github/workflows/python-package-conda.yml
config/example_config.yml
ctlearn/__init__.py
ctlearn/build_irf.py
ctlearn/data_loader.py
ctlearn/output_handler.py
ctlearn/run_model.py
ctlearn/utils.py
ctlearn/version.py
ctlearn.egg-info/PKG-INFO
ctlearn.egg-info/SOURCES.txt
ctlearn.egg-info/dependency_links.txt
ctlearn.egg-info/entry_points.txt
ctlearn.egg-info/not-zip-safe
ctlearn.egg-info/top_level.txt
ctlearn/default_config_files/CNNRNN.yml
ctlearn/default_config_files/SingleCNN.yml
ctlearn/default_config_files/TRN.yml
ctlearn/default_config_files/calwaveSingleCNN.yml
ctlearn/default_config_files/calwaveTRN.yml
ctlearn/default_config_files/mergedTRN.yml
ctlearn/default_config_files/rawwaveSingleCNN.yml
ctlearn/default_config_files/rawwaveTRN.yml
ctlearn/default_models/attention.py
ctlearn/default_models/basic.py
ctlearn/default_models/cnn_rnn.py
ctlearn/default_models/head.py
ctlearn/default_models/resnet.py
ctlearn/default_models/single_cnn.py
ctlearn/default_models/variable_input_model.py
docs/Makefile
docs/requirements.txt
docs/source/conf.py
docs/source/ctlearn.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/modules.rst
docs/source/suplementary.rst
docs/source/usage.rst
images/CTLearnTextCTinBox_WhiteBkgd.png
images/TRN-single-tel.drawio
images/TRN-single-tel.svg
images/cnn_rnn_accuracy_legend.png
images/cnn_rnn_auc_legend.png
images/ctlearn_uml.drawio
images/ctlearn_uml.drawio.pdf
images/single_tel_accuracy_legend.png
images/single_tel_auc_legend.png
notebooks/lstmono_ctlearn.ipynb
scripts/auto_configuration.py
scripts/plot_classifier_values.py
scripts/plot_roc_curves.py
scripts/run_ctlearn_on_Wilkes3.sh
scripts/run_multiple_configurations.py
scripts/summarize_results.py
tests/test_placeholder.py