LICENSE
README.md
setup.py
grants_tagger/__init__.py
grants_tagger/__main__.py
grants_tagger/__version__.py
grants_tagger/cli.py
grants_tagger/create_inclusion_list.py
grants_tagger/create_prodigy_data.py
grants_tagger/download_epmc.py
grants_tagger/download_model.py
grants_tagger/evaluate_human.py
grants_tagger/evaluate_mesh_on_grants.py
grants_tagger/evaluate_model.py
grants_tagger/evaluate_mti.py
grants_tagger/evaluate_scispacy_meshtagger.py
grants_tagger/explain.py
grants_tagger/filter_mesh_tags.py
grants_tagger/label_binarizer.py
grants_tagger/optimise_params.py
grants_tagger/predict.py
grants_tagger/preprocess_mesh.py
grants_tagger/preprocess_wellcome.py
grants_tagger/pretrain.py
grants_tagger/recipe.py
grants_tagger/scispacy_meshtagger.py
grants_tagger/split_data.py
grants_tagger/streamlit_visualize.py
grants_tagger/train.py
grants_tagger/train_sgd.py
grants_tagger/train_with_sagemaker.py
grants_tagger/tune_threshold.py
grants_tagger/utils.py
grants_tagger.egg-info/PKG-INFO
grants_tagger.egg-info/SOURCES.txt
grants_tagger.egg-info/dependency_links.txt
grants_tagger.egg-info/entry_points.txt
grants_tagger.egg-info/requires.txt
grants_tagger.egg-info/top_level.txt
grants_tagger/bertmesh/__init__.py
grants_tagger/bertmesh/data.py
grants_tagger/bertmesh/evaluate.py
grants_tagger/bertmesh/model.py
grants_tagger/bertmesh/prepare_data.py
grants_tagger/bertmesh/train.py
grants_tagger/bertmesh/train_torch.py
grants_tagger/models/__init__.py
grants_tagger/models/bert_mesh.py
grants_tagger/models/create_model.py
grants_tagger/models/mesh_cnn.py
grants_tagger/models/mesh_tfidf_svm.py
grants_tagger/models/mesh_xlinear.py
grants_tagger/models/science_ensemble.py
grants_tagger/models/tfidf_transformers_svm.py
grants_tagger/models/utils.py