-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
34 lines (33 loc) · 1.73 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
*.pyc
catpred/uncertainty/__pycache__/uncertainty_predictor.cpython-312.pyc
catpred/uncertainty/__pycache__/uncertainty_evaluator.cpython-312.pyc
catpred/uncertainty/__pycache__/uncertainty_estimator.cpython-312.pyc
catpred/uncertainty/__pycache__/uncertainty_calibrator.cpython-312.pyc
catpred/uncertainty/__pycache__/__init__.cpython-312.pyc
catpred/train/__pycache__/train.cpython-312.pyc
catpred/train/__pycache__/run_training.cpython-312.pyc
catpred/train/__pycache__/predict.cpython-312.pyc
catpred/train/__pycache__/molecule_fingerprint.cpython-312.pyc
catpred/train/__pycache__/metrics.cpython-312.pyc
catpred/train/__pycache__/make_predictions.cpython-312.pyc
catpred/train/__pycache__/loss_functions.cpython-312.pyc
catpred/train/__pycache__/evaluate.cpython-312.pyc
catpred/train/__pycache__/cross_validate.cpython-312.pyc
catpred/train/__pycache__/__init__.cpython-312.pyc
catpred/models/__pycache__/transformer_models.cpython-312.pyc
catpred/models/__pycache__/mpn.cpython-312.pyc
catpred/models/__pycache__/model.cpython-312.pyc
catpred/models/__pycache__/ffn.cpython-312.pyc
catpred/models/__pycache__/__init__.cpython-312.pyc
catpred/models/.ipynb_checkpoints/model-checkpoint.py
catpred/features/__pycache__/utils.cpython-312.pyc
catpred/features/__pycache__/featurization.cpython-312.pyc
catpred/features/__pycache__/features_generators.cpython-312.pyc
catpred/features/__pycache__/__init__.cpython-312.pyc
catpred/data/__pycache__/utils.cpython-312.pyc
catpred/data/__pycache__/scaler.cpython-312.pyc
catpred/data/__pycache__/scaffold.cpython-312.pyc
catpred/data/__pycache__/esm_utils.cpython-312.pyc
catpred/data/__pycache__/data.cpython-312.pyc
catpred/data/__pycache__/cache_utils.cpython-312.pyc
catpred/data/__pycache__/__init__.cpython-312.pyc