Skip to content

Commit dd8a222

Browse files
committed
Merge branch 'develop' of github.com:ECP-CANDLE/Benchmarks into develop
2 parents a901c10 + 7dc1ce0 commit dd8a222

File tree

6 files changed

+9
-119
lines changed

6 files changed

+9
-119
lines changed

Pilot1/ST1/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ smiles_class_transformer.py
3232

3333
The example data sets are the same as for the CANDLE versions, and allow one to predict whether a small molecule is "drug-like" based on Lipinski criteria (classification problem), or predict the molecular weight (regression) from a SMILE string as input.
3434
The example data sets are downloadable using the information in the `regress_default_model.txt` or `class_default_model.txt` files.
35-
These data files must be downloaded manually and specified on the command line for execution.
35+
These data files must be downloaded manually and specified on the command line for execution of the original versions.
3636

3737
```
3838
# for regression
@@ -160,17 +160,16 @@ Epoch 00025: val_loss did not improve from 800.85254
160160
```
161161

162162

163-
## Background on the example classification problem
164-
165-
CHEMBL -- 1.5M training examples.. for Lipinski (1/0) (Lipinski criteria for drug likeness) validation 100K samples non-overlapping
166-
163+
## Example classification problem metrics
164+
CHEMBL -- 1.5M training examples
165+
Predicting Lipinski criteria for drug likeness (1/0)
166+
Validation 100K samples non-overlapping
167167
Classification validation accuracy is about 91% after 10-20 epochs
168168

169-
## Background on the example regression problem
170-
171-
CHEMBL -- 1.5M training examples (shuffled and resampled so not same 1.5M as classification) .. predicting molecular Weight validation
172-
is also 100K samples non-overlapping.
173-
169+
## Example regression problem metrics
170+
CHEMBL -- 1.5M training examples (shuffled and resampled so not same 1.5M as classification)
171+
Predicting molecular Weight validation
172+
Is also 100K samples non-overlapping.
174173
Regression problem achieves R^2 about .95 after ~20 epochs.
175174

176175

Pilot3/P3B6/logs/log.out

Lines changed: 0 additions & 23 deletions
This file was deleted.

Pilot3/P3B6/logs/run.log

Lines changed: 0 additions & 10 deletions
This file was deleted.

Pilot3/P3B8/logs/quant644464.e

Lines changed: 0 additions & 38 deletions
This file was deleted.

Pilot3/P3B8/logs/quant644464.o

Lines changed: 0 additions & 22 deletions
This file was deleted.

Pilot3/P3B8/logs/run.log

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)