Skip to content

Commit

Permalink
sweep files
Browse files Browse the repository at this point in the history
  • Loading branch information
dil-shana committed Dec 3, 2024
1 parent 3026dfb commit 03ad2e8
Show file tree
Hide file tree
Showing 84 changed files with 535 additions and 243,720 deletions.
25 changes: 25 additions & 0 deletions example/dilshana-sweep-trial/Clearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data/Clearance_Microsome_AZ_nn_clean.csv",
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial",
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": true,
"kFolds": 1,
"testSize": 0.2,
"optimizer": "Adam",
"batchSize": 128,
"lossFunction": "mse",
"epochs": 5000,
"activationFunction": "tanh",
"fnnType": "REG",
"wabTracking": true
}

25 changes: 25 additions & 0 deletions example/dilshana-sweep-trial/Lipophilicity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data//Lipophilicity_AstraZeneca_nn.csv",
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial",
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": true,
"kFolds": 1,
"testSize": 0.2,
"optimizer": "Adam",
"batchSize": 128,
"lossFunction": "mse",
"epochs": 5000,
"activationFunction": "tanh",
"fnnType": "REG",
"wabTracking": true
}

25 changes: 25 additions & 0 deletions example/dilshana-sweep-trial/Solubility.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data/Solubility_AqSolDB_nn.csv",
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial",
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": true,
"kFolds": 1,
"testSize": 0.2,
"optimizer": "Adam",
"batchSize": 128,
"lossFunction": "mse",
"epochs": 5000,
"activationFunction": "tanh",
"fnnType": "REG",
"wabTracking": true
}

25 changes: 25 additions & 0 deletions example/dilshana-sweep-trial/Zhu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data/Zhu_LD50_rat.csv",
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial",
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": true,
"kFolds": 1,
"testSize": 0.2,
"optimizer": "Adam",
"batchSize": 128,
"lossFunction": "mse",
"epochs": 5000,
"activationFunction": "tanh",
"fnnType": "REG",
"wabTracking": true
}

25 changes: 25 additions & 0 deletions example/dilshana-sweep-trial/caco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data/caco2_wang_nn_clean.csv",
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial",
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": true,
"kFolds": 1,
"testSize": 0.2,
"optimizer": "Adam",
"batchSize": 128,
"lossFunction": "mse",
"epochs": 5000,
"activationFunction": "tanh",
"fnnType": "REG",
"wabTracking": true
}

23 changes: 23 additions & 0 deletions example/dilshana-sweep-trial/cytotoxicity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data/cytoxicity_zscore.csv",
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial",
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": true,
"kFolds": 5,
"testSize": 0.2,
"optimizer": "Adam",
"lossFunction": "mse",
"epochs": 5000,
"fnnType": "REG",
"wabTracking": true
}

25 changes: 25 additions & 0 deletions example/dilshana-sweep-trial/herg_10_sliced.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"py/object": "dfpl.options.Options",
"inputFile": "/home/shanavas/PycharmProjects/deepFPlearn/example/data/herg_10uM_NN_sliced_minus2to2.csv",
"outputDir": "/data/bioinf/projects/data/2024_invitrodb_data/dilshana/home/PyCharm/sweep/trial",
"ecModelDir": "/home/shanavas/PycharmProjects/deepFPlearn/example/models/generic_encoder/",
"type": "smiles",
"fpType": "topological",
"fpSize": 2048,
"encFPSize": 256,
"enableMultiLabel": false,
"verbose": 2,
"trainAC": false,
"trainFNN": true,
"compressFeatures": true,
"kFolds": 5,
"testSize": 0.2,
"optimizer": "Adam",
"batchSize": 128,
"lossFunction": "mse",
"epochs": 5000,
"activationFunction": "tanh",
"fnnType": "REG",
"wabTracking": true
}

32 changes: 32 additions & 0 deletions sweep/sweep_Clearance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
program: dfpl
command:
- ${env}
- "/home/shanavas/miniforge3/envs/dfpl_env/bin/python"
- "-m"
- ${program}
- "train"
- "-f"
- "/home/shanavas/PycharmProjects/deepFPlearn/example/dilshana-sweep-trial/Clearance.json"
- ${args}
method: random
metric:
name: val_loss
goal: minimize
parameters:
dropout:
distribution: uniform
min: 0.00001
max: 0.5
l2reg:
distribution: uniform
min: 0.00001
max: 0.1
batchSize:
values: [64, 128, 256, 512]
learningRate:
distribution: uniform
min: 0.00001
max: 0.01
wabTarget:
value: AR

32 changes: 32 additions & 0 deletions sweep/sweep_Lipophilicity.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
program: dfpl
command:
- ${env}
- "/home/shanavas/miniforge3/envs/dfpl_env/bin/python"
- "-m"
- ${program}
- "train"
- "-f"
- "/home/shanavas/PycharmProjects/deepFPlearn/example/dilshana-sweep-trial/Lipophilicity.json"
- ${args}
method: random
metric:
name: val_loss
goal: minimize
parameters:
dropout:
distribution: uniform
min: 0.00001
max: 0.5
l2reg:
distribution: uniform
min: 0.00001
max: 0.1
batchSize:
values: [64, 128, 256, 512]
learningRate:
distribution: uniform
min: 0.00001
max: 0.01
wabTarget:
value: AR

32 changes: 32 additions & 0 deletions sweep/sweep_Solubility.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
program: dfpl
command:
- ${env}
- "/home/shanavas/miniforge3/envs/dfpl_env/bin/python"
- "-m"
- ${program}
- "train"
- "-f"
- "/home/shanavas/PycharmProjects/deepFPlearn/example/dilshana-sweep-trial/Solubility.json"
- ${args}
method: random
metric:
name: val_loss
goal: minimize
parameters:
dropout:
distribution: uniform
min: 0.00001
max: 0.5
l2reg:
distribution: uniform
min: 0.00001
max: 0.1
batchSize:
values: [64, 128, 256, 512]
learningRate:
distribution: uniform
min: 0.00001
max: 0.01
wabTarget:
value: AR

32 changes: 32 additions & 0 deletions sweep/sweep_Zhu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
program: dfpl
command:
- ${env}
- "/home/shanavas/miniforge3/envs/dfpl_env/bin/python"
- "-m"
- ${program}
- "train"
- "-f"
- "/home/shanavas/PycharmProjects/deepFPlearn/example/dilshana-sweep-trial/Zhu.json"
- ${args}
method: random
metric:
name: val_loss
goal: minimize
parameters:
dropout:
distribution: uniform
min: 0.00001
max: 0.5
l2reg:
distribution: uniform
min: 0.00001
max: 0.1
batchSize:
values: [64, 128, 256, 512]
learningRate:
distribution: uniform
min: 0.00001
max: 0.01
wabTarget:
value: AR

32 changes: 32 additions & 0 deletions sweep/sweep_caco.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
program: dfpl
command:
- ${env}
- "/home/shanavas/miniforge3/envs/dfpl_env/bin/python"
- "-m"
- ${program}
- "train"
- "-f"
- "/home/shanavas/PycharmProjects/deepFPlearn/example/dilshana-sweep-trial/caco.json"
- ${args}
method: random
metric:
name: val_loss
goal: minimize
parameters:
dropout:
distribution: uniform
min: 0.00001
max: 0.5
l2reg:
distribution: uniform
min: 0.00001
max: 0.1
batchSize:
values: [64, 128, 256, 512]
learningRate:
distribution: uniform
min: 0.00001
max: 0.01
wabTarget:
value: AR

37 changes: 37 additions & 0 deletions sweep/sweep_cytotoxicity.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
program: dfpl
command:
- ${env}
- "/home/shanavas/miniforge3/envs/dfpl_env/bin/python"
- "-m"
- ${program}
- "train"
- "-f"
- "/home/shanavas/PycharmProjects/deepFPlearn/example/dilshana-sweep-trial/cytotoxicity.json"
- ${args}
method: random
metric:
name: val_loss
goal: minimize
parameters:
dropout:
distribution: uniform
min: 0.001
max: 0.5
l2reg:
distribution: uniform
min: 0.000001
max: 0.0001
activationFunction:
values:
- "relu"
- "selu"
- "tanh"
batchSize:
values: [64, 128, 256]
learningRate:
distribution: uniform
min: 0.000001
max: 0.001
wabTarget:
value: AR

Loading

0 comments on commit 03ad2e8

Please sign in to comment.