yinuozhang commited on
Commit
737f8de
·
1 Parent(s): 0409950
Files changed (37) hide show
  1. .gitattributes +40 -0
  2. README.md +3 -3
  3. models/nonfouling-xgboost_smiles.json → embeddings/binding/dataset_info.json +2 -2
  4. models/fixed_hemo.json → embeddings/binding/state.json +2 -2
  5. models/fixed_permeability.json → embeddings/hemolysis/dataset_info.json +2 -2
  6. models/fixed_binding.pt → embeddings/hemolysis/shuffled_hemo.csv +2 -2
  7. embeddings/hemolysis/state.json +3 -0
  8. embeddings/nonfouling/combined_nonfouling.csv +3 -0
  9. embeddings/permeability/dataset_info.json +3 -0
  10. embeddings/permeability/nc-CPP-processed.csv +3 -0
  11. embeddings/permeability/state.json +3 -0
  12. embeddings/solubility/dataset_info.json +3 -0
  13. embeddings/solubility/shuffled_sol.csv +3 -0
  14. embeddings/solubility/state.json +3 -0
  15. metrics/binding/best_model_val_correlation.png +3 -0
  16. metrics/binding/binding_affinity_model_clean.ipynb +3 -0
  17. metrics/binding/binding_train_correlation.png +3 -0
  18. metrics/binding/binding_utils.py +3 -0
  19. metrics/hemolysis/optimization_metrics.txt +3 -0
  20. metrics/hemolysis/train_classification_plot.png +3 -0
  21. metrics/hemolysis/train_predictions_binary.csv +3 -0
  22. metrics/hemolysis/val_classification_plot.png +3 -0
  23. metrics/hemolysis/val_predictions_binary.csv +3 -0
  24. metrics/permeability/optimization_metrics.txt +3 -0
  25. metrics/permeability/train_correlation.png +3 -0
  26. metrics/permeability/train_predictions.csv +3 -0
  27. metrics/permeability/val_correlation.png +3 -0
  28. metrics/permeability/val_predictions.csv +3 -0
  29. metrics/solubility/optimization_metrics.txt +3 -0
  30. metrics/solubility/train_classification_plot.png +3 -0
  31. metrics/solubility/train_predictions_binary.csv +3 -0
  32. metrics/solubility/val_classification_plot.png +3 -0
  33. metrics/solubility/val_predictions_binary.csv +3 -0
  34. models/binding-affinity_smiles.pt +0 -3
  35. models/hemolysis-xgboost_smiles.json +2 -2
  36. models/permeability-xgboost_smiles.json +2 -2
  37. 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
- license: cc-by-nc-nd-4.0
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:08364879c255e236cf0a337505e99e36824f1a72090f5829d3f7870d4ca11644
3
- size 645478
 
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:06dda0fe8028f66088d9e7635191a00834ce8db8abbc501b34b1813f6f45c801
3
- size 329838
 
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:1a9663919c25333fd1fd7972ecaa8a210d0ab40a3e006809547b3f58755bad92
3
- size 4397200
 
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:be35dd8b27e097c59258c4d66b552661d110a254ff4a345c1a97b633251716a4
3
- size 132487302
 
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

  • SHA256: 3ae1a98e66a9cf4fdc0557cdd821024a8bf68ca180920488d128fea247dc0c70
  • Pointer size: 131 Bytes
  • Size of remote file: 442 kB
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

  • SHA256: 84e4ef160a333ebcf6d2bad1e794eebd3823095c8ea484d462badd461e7c0415
  • Pointer size: 131 Bytes
  • Size of remote file: 834 kB
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

  • SHA256: ff405228b4d43a652dcf1e9a634c7dc2050f18b39084d23029dc4256faf70b5a
  • Pointer size: 130 Bytes
  • Size of remote file: 29.8 kB
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

  • SHA256: 232a28293e6c2674b4a00d1404ace0a226ac967b2c7c52d638a806a5db5a3c89
  • Pointer size: 130 Bytes
  • Size of remote file: 49.2 kB
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

  • SHA256: f378e9d3f6a45873b666263d2f5cf1258f19f0959c6c63f6efa740e4bc9f302d
  • Pointer size: 131 Bytes
  • Size of remote file: 101 kB
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

  • SHA256: 3862f998d06f9c017df8dc1a9e8b22ba0c1fe8aecb5fb7a2a95706df57699bfc
  • Pointer size: 131 Bytes
  • Size of remote file: 118 kB
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

  • SHA256: 0aaeaaf89a42cc837cd6db07cb0728fd04f6af855f8a5368b48a29c5401b7ea0
  • Pointer size: 130 Bytes
  • Size of remote file: 35.3 kB
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

  • SHA256: a28973d586e0f8461cfd14996acc905a644820069537920475b5f5e906692c68
  • Pointer size: 130 Bytes
  • Size of remote file: 40.1 kB
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:69552199fa7722369211aa0e33adc9850816fb816f555ce9e207c73e0543b0ee
3
- size 1932561
 
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:7e5d8c84bdad75f7091b5b3963133d4b0ebd180ae45654618ca6c090eee0bc06
3
- size 45249160
 
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:3c6a534db85550c947d864aa5cf0b1a2862333bc50eb4b6d5053074cc7d66f02
3
- size 196887
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49395cb4c55a08c9b9683c11133fbde3ef05cf81f4a28d3303c8cf8c06c55597
3
+ size 279803