LICENSE
MANIFEST.in
README.md
README_pypi.md
pyproject.toml
setup.cfg
setup.py
src/ec_number_prediction/__init__.py
src/ec_number_prediction/_utils.py
src/ec_number_prediction/ecpick.py
src/ec_number_prediction/enumerators.py
src/ec_number_prediction/labels_names.pkl
src/ec_number_prediction/labels_names_all_data.pkl
src/ec_number_prediction/predictions.py
src/ec_number_prediction/run_data_processing_pipeline.py
src/ec_number_prediction.egg-info/PKG-INFO
src/ec_number_prediction.egg-info/SOURCES.txt
src/ec_number_prediction.egg-info/dependency_links.txt
src/ec_number_prediction.egg-info/not-zip-safe
src/ec_number_prediction.egg-info/requires.txt
src/ec_number_prediction.egg-info/top_level.txt
src/ec_number_prediction/data_processing_pipeline/__init__.py
src/ec_number_prediction/data_processing_pipeline/download_uniprot.py
src/ec_number_prediction/data_processing_pipeline/enrichment_with_trembl.py
src/ec_number_prediction/data_processing_pipeline/filter_uniref.py
src/ec_number_prediction/data_processing_pipeline/multi_label_binarizer.py
src/ec_number_prediction/data_processing_pipeline/n_classes_removal.py
src/ec_number_prediction/data_processing_pipeline/scrape_uniprot.py
src/ec_number_prediction/data_processing_pipeline/split.py
src/ec_number_prediction/data_processing_pipeline/underrepresented_labels_removal.py
src/ec_number_prediction/data_processing_pipeline/uniprot_xml_parser.py
src/ec_number_prediction/data_processing_pipeline/uniref_xml_parser.py
src/ec_number_prediction/feature_extraction/__init__.py
src/ec_number_prediction/feature_extraction/generate_features.py
src/ec_number_prediction/train_models/__init__.py
src/ec_number_prediction/train_models/optimize_dnn.py
src/ec_number_prediction/train_models/pipeline_runner.py
src/ec_number_prediction/train_models/train_baselines.py
src/ec_number_prediction/train_models/train_deep_ec.py
src/ec_number_prediction/train_models/train_dspace.py