Spaces:
Sleeping
Sleeping
root commited on
Commit ·
0084cd1
1
Parent(s): 10e659b
Fix feature count accuracy
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ A production-ready **Self-Normalizing Neural Network (SNN) ensemble** for predic
|
|
| 39 |
| **Training** | 300 epochs, 40-fold CV |
|
| 40 |
| **CV AUC** | 0.882 ± 0.021 |
|
| 41 |
|
| 42 |
-
## Molecular Features (11,
|
| 43 |
|
| 44 |
| Feature Type | Dimensions | Description |
|
| 45 |
|--------------|------------|-------------|
|
|
@@ -47,7 +47,8 @@ A production-ready **Self-Normalizing Neural Network (SNN) ensemble** for predic
|
|
| 47 |
| **MACCS Keys** | 167 | Structural keys for substructure screening |
|
| 48 |
| **RDKit Descriptors** | 208 | Physicochemical properties (LogP, TPSA, MW, etc.) |
|
| 49 |
| **Toxicophores** | 1,868 | SMARTS-based toxicity structural alerts |
|
| 50 |
-
| **
|
|
|
|
| 51 |
|
| 52 |
## Training Details
|
| 53 |
|
|
|
|
| 39 |
| **Training** | 300 epochs, 40-fold CV |
|
| 40 |
| **CV AUC** | 0.882 ± 0.021 |
|
| 41 |
|
| 42 |
+
## Molecular Features (11,377 total)
|
| 43 |
|
| 44 |
| Feature Type | Dimensions | Description |
|
| 45 |
|--------------|------------|-------------|
|
|
|
|
| 47 |
| **MACCS Keys** | 167 | Structural keys for substructure screening |
|
| 48 |
| **RDKit Descriptors** | 208 | Physicochemical properties (LogP, TPSA, MW, etc.) |
|
| 49 |
| **Toxicophores** | 1,868 | SMARTS-based toxicity structural alerts |
|
| 50 |
+
| **Structural Filters** | 815 | PAINS, BRENK, NIH, ZINC filter alerts |
|
| 51 |
+
| **Target Similarity** | 127 | Tanimoto similarity to known receptor ligands |
|
| 52 |
|
| 53 |
## Training Details
|
| 54 |
|