-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated transformer test to correctly test the standard deviation and…
… to use a new json file specific to that test
- Loading branch information
1 parent
74c1953
commit 58c454d
Showing
2 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
atomsci/ddm/test/integrative/balancing_trans/jsons/all_transforms.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"dataset_key" : "replaced", | ||
"datastore" : "False", | ||
"uncertainty": "False", | ||
"splitter": "scaffold", | ||
"split_valid_frac": "0.20", | ||
"split_test_frac": "0.20", | ||
"split_strategy": "train_valid_test", | ||
"prediction_type": "classification", | ||
"model_choice_score_type": "roc_auc", | ||
"response_cols" : "active", | ||
"id_col": "compound_id", | ||
"smiles_col" : "rdkit_smiles", | ||
"result_dir": "replaced", | ||
"system": "LC", | ||
"transformers": "True", | ||
"model_type": "NN", | ||
"featurizer": "computed_descriptors", | ||
"descriptor_type": "rdkit_raw", | ||
"weight_transform_type": "balancing", | ||
"learning_rate": ".0007", | ||
"layer_sizes": "20,10", | ||
"dropouts": "0.3,0.3", | ||
"save_results": "False", | ||
"max_epochs": "2", | ||
"early_stopping_patience": "2", | ||
"verbose": "False", | ||
"seed":"0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters