Commit
·
737f8de
1
Parent(s):
0409950
test
Browse files- .gitattributes +40 -0
- README.md +3 -3
- models/nonfouling-xgboost_smiles.json → embeddings/binding/dataset_info.json +2 -2
- models/fixed_hemo.json → embeddings/binding/state.json +2 -2
- models/fixed_permeability.json → embeddings/hemolysis/dataset_info.json +2 -2
- models/fixed_binding.pt → embeddings/hemolysis/shuffled_hemo.csv +2 -2
- embeddings/hemolysis/state.json +3 -0
- embeddings/nonfouling/combined_nonfouling.csv +3 -0
- embeddings/permeability/dataset_info.json +3 -0
- embeddings/permeability/nc-CPP-processed.csv +3 -0
- embeddings/permeability/state.json +3 -0
- embeddings/solubility/dataset_info.json +3 -0
- embeddings/solubility/shuffled_sol.csv +3 -0
- embeddings/solubility/state.json +3 -0
- metrics/binding/best_model_val_correlation.png +3 -0
- metrics/binding/binding_affinity_model_clean.ipynb +3 -0
- metrics/binding/binding_train_correlation.png +3 -0
- metrics/binding/binding_utils.py +3 -0
- metrics/hemolysis/optimization_metrics.txt +3 -0
- metrics/hemolysis/train_classification_plot.png +3 -0
- metrics/hemolysis/train_predictions_binary.csv +3 -0
- metrics/hemolysis/val_classification_plot.png +3 -0
- metrics/hemolysis/val_predictions_binary.csv +3 -0
- metrics/permeability/optimization_metrics.txt +3 -0
- metrics/permeability/train_correlation.png +3 -0
- metrics/permeability/train_predictions.csv +3 -0
- metrics/permeability/val_correlation.png +3 -0
- metrics/permeability/val_predictions.csv +3 -0
- metrics/solubility/optimization_metrics.txt +3 -0
- metrics/solubility/train_classification_plot.png +3 -0
- metrics/solubility/train_predictions_binary.csv +3 -0
- metrics/solubility/val_classification_plot.png +3 -0
- metrics/solubility/val_predictions_binary.csv +3 -0
- models/binding-affinity_smiles.pt +0 -3
- models/hemolysis-xgboost_smiles.json +2 -2
- models/permeability-xgboost_smiles.json +2 -2
- models/solubility-xgboost_smiles.json +2 -2
.gitattributes
CHANGED
|
@@ -48,3 +48,43 @@ models/fixed_permeability.json filter=lfs diff=lfs merge=lfs -text
|
|
| 48 |
models/solubility-xgboost_smiles.json filter=lfs diff=lfs merge=lfs -text
|
| 49 |
models/binding-affinity_smiles.pt filter=lfs diff=lfs merge=lfs -text
|
| 50 |
models/enhancer_class_hparams.yaml filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
models/solubility-xgboost_smiles.json filter=lfs diff=lfs merge=lfs -text
|
| 49 |
models/binding-affinity_smiles.pt filter=lfs diff=lfs merge=lfs -text
|
| 50 |
models/enhancer_class_hparams.yaml filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
embeddings/binding/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
embeddings/binding/dataset_info.json filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
embeddings/binding/state.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
embeddings/hemolysis/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
embeddings/hemolysis/dataset_info.json filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
embeddings/hemolysis/shuffled_hemo.csv filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
embeddings/hemolysis/state.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
embeddings/permeability/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
embeddings/permeability/dataset_info.json filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
embeddings/permeability/nc-CPP-processed.csv filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
embeddings/permeability/state.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
embeddings/nonfouling/combined_nonfouling.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
embeddings/solubility/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
embeddings/solubility/dataset_info.json filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
embeddings/solubility/shuffled_sol.csv filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
embeddings/solubility/state.json filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
metrics/binding/best_model_val_correlation.png filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
metrics/binding/binding_affinity_model_clean.ipynb filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
metrics/binding/binding_train_correlation.png filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
metrics/binding/binding_utils.py filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
metrics/hemolysis/val_predictions_binary.csv filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
metrics/hemolysis/optimization_metrics.txt filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
metrics/hemolysis/train_classification_plot.png filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
metrics/hemolysis/train_predictions_binary.csv filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
metrics/hemolysis/val_classification_plot.png filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
metrics/permeability/train_correlation.png filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
metrics/permeability/train_predictions.csv filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
metrics/permeability/val_correlation.png filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
metrics/permeability/val_predictions.csv filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
metrics/permeability/optimization_metrics.txt filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
metrics/solubility/train_predictions_binary.csv filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
metrics/solubility/val_classification_plot.png filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
metrics/solubility/val_predictions_binary.csv filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
metrics/solubility/optimization_metrics.txt filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
metrics/solubility/train_classification_plot.png filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
metrics filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
models filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
training_data filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
README.md filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
embeddings filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9211baa67590403422b80f0913f679fe3747d2bc9d129e48e02570327faeebc2
|
| 3 |
+
size 204
|
models/nonfouling-xgboost_smiles.json → embeddings/binding/dataset_info.json
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbe033d1c9b2ec182afa2b1682a4c41c4fdc0cd548c08d7a21c4364dc68b3595
|
| 3 |
+
size 784
|
models/fixed_hemo.json → embeddings/binding/state.json
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2b6d15e6c6cf1f18c4f4cdb0ea339adaf7083a1c754266b8ad6a6468484f693
|
| 3 |
+
size 247
|
models/fixed_permeability.json → embeddings/hemolysis/dataset_info.json
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0708b61d5f0aa0a11b62205cbd08b504ad6957c271ff3b984c3e3b9457ce9bf
|
| 3 |
+
size 370
|
models/fixed_binding.pt → embeddings/hemolysis/shuffled_hemo.csv
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:994d4faa1f29c59cb7fa9d18faa8605766b4033ae2bc432ea76e0bbdf4876b29
|
| 3 |
+
size 2236370
|
embeddings/hemolysis/state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17a8a2f0f7a7c272396e10572248a45faeaae1c6390ef311b551ab97f5eb72b8
|
| 3 |
+
size 247
|
embeddings/nonfouling/combined_nonfouling.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90f770673946d37f5c8362b3956c789f62ec71a514ab8c46bb2523b3b3d5be2e
|
| 3 |
+
size 28623153
|
embeddings/permeability/dataset_info.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0708b61d5f0aa0a11b62205cbd08b504ad6957c271ff3b984c3e3b9457ce9bf
|
| 3 |
+
size 370
|
embeddings/permeability/nc-CPP-processed.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0bbf79d5a78023460de72087bbadd8d1f5b841b21b05b2d148d9ccd7fc3a254
|
| 3 |
+
size 1083167
|
embeddings/permeability/state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7a5a8e0db7a08e1c26e0115a0c3225d1850b620d00ab24b42769d78ee6208fd
|
| 3 |
+
size 247
|
embeddings/solubility/dataset_info.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0708b61d5f0aa0a11b62205cbd08b504ad6957c271ff3b984c3e3b9457ce9bf
|
| 3 |
+
size 370
|
embeddings/solubility/shuffled_sol.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc5a2139e52a6deb8a1eda45eb5f8b8abfd260724dbbd274a824a9aecb929890
|
| 3 |
+
size 49775729
|
embeddings/solubility/state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:403b965b3b855f52632a00e828046dd90749edc7808ef4725d54606673f1d5cb
|
| 3 |
+
size 247
|
metrics/binding/best_model_val_correlation.png
ADDED
|
Git LFS Details
|
metrics/binding/binding_affinity_model_clean.ipynb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6b03b4f485202c9264bb4c1cd8a65f6e1d03d705e0466f8569d5fe3b6f2f6ee
|
| 3 |
+
size 565356
|
metrics/binding/binding_train_correlation.png
ADDED
|
Git LFS Details
|
metrics/binding/binding_utils.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a7bbd43f4f65d00f52658269e707a59dc3a4b4d4e53a3d2e578b5d49e411940
|
| 3 |
+
size 9633
|
metrics/hemolysis/optimization_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dc387c4d486b3c94a4237ceb04d8f04e18d9198e0b3c069e04c940b459f5422
|
| 3 |
+
size 612
|
metrics/hemolysis/train_classification_plot.png
ADDED
|
Git LFS Details
|
metrics/hemolysis/train_predictions_binary.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5604b65e9f922252ccc92f1bbe9be33270245ada96fef2f3e92dc50c30a5487a
|
| 3 |
+
size 87035
|
metrics/hemolysis/val_classification_plot.png
ADDED
|
Git LFS Details
|
metrics/hemolysis/val_predictions_binary.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00aca5ad646502e56930f2473c596b1cf754dd96ec13c7d2b630eb2e8cec3d95
|
| 3 |
+
size 21607
|
metrics/permeability/optimization_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa91d37a6e116d4ff44eb2606e439f3243ddbeed613abc567128dd8112901e0c
|
| 3 |
+
size 676
|
metrics/permeability/train_correlation.png
ADDED
|
Git LFS Details
|
metrics/permeability/train_predictions.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd3817ce0aa54ce50cb3d56c83ae2a3157cd4d4deca7af743f9e24d2b0bfb675
|
| 3 |
+
size 89716
|
metrics/permeability/val_correlation.png
ADDED
|
Git LFS Details
|
metrics/permeability/val_predictions.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26e268ec0f9b5290ecc7b76c9b41e5819e4bc45bb1bb29843f2ae9b781ecab46
|
| 3 |
+
size 22487
|
metrics/solubility/optimization_metrics.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d935afa867779b07a7c99e51c12cdcd49828dd61e4be1ef357926e280fadf648
|
| 3 |
+
size 612
|
metrics/solubility/train_classification_plot.png
ADDED
|
Git LFS Details
|
metrics/solubility/train_predictions_binary.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:852f71fe2fe196274e25866bfbea03874c7e75fec923556c96536ada85a71c7c
|
| 3 |
+
size 244268
|
metrics/solubility/val_classification_plot.png
ADDED
|
Git LFS Details
|
metrics/solubility/val_predictions_binary.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8489b5b047b630571f3959d96e5fbb003f923854e7db777dd266331f586d115d
|
| 3 |
+
size 61087
|
models/binding-affinity_smiles.pt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8daf2ce5ec84045e94bbe41b0a57669287ac937a2a51e97da1af36ae8dc5e16f
|
| 3 |
-
size 132489414
|
|
|
|
|
|
|
|
|
|
|
|
models/hemolysis-xgboost_smiles.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5a3c91f1bd746d6e7eda091147b555e760a5b2585423ce8d75990837e781b51
|
| 3 |
+
size 288201
|
models/permeability-xgboost_smiles.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4020f779e0d273fecc7a0dbe3dd43c40bbf028f76559c0f8d687a6da5a715267
|
| 3 |
+
size 6343274
|
models/solubility-xgboost_smiles.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49395cb4c55a08c9b9683c11133fbde3ef05cf81f4a28d3303c8cf8c06c55597
|
| 3 |
+
size 279803
|