root commited on
Commit
0084cd1
·
1 Parent(s): 10e659b

Fix feature count accuracy

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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,369 total)
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
- | **Target Similarity** | 934 | Tanimoto similarity to known receptor ligands |
 
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