Skip to content
Snippets Groups Projects
Commit ea1f9ff4 authored by rtalbi's avatar rtalbi
Browse files

New optim + large datasets modif

parent aa68f2e5
No related branches found
No related tags found
No related merge requests found
...@@ -11,18 +11,19 @@ ...@@ -11,18 +11,19 @@
OutputPath="/home/rania/CLionProjects/DAPPLE-2.0/EXP/MANU/"; OutputPath="/home/rania/CLionProjects/DAPPLE-2.0/EXP/MANU/";
scenarioName ="fullCipherAdult"; scenarioName ="fullCipherAdult";
debug="true"; debug="true";
maxTrainSize="2261"; maxTrainSize="2000";
maxTestSize="500"; maxTestSize="500";
} }
# The dataset configuration parameters # The dataset configuration parameters
dataset{ dataset{
mainPath = "/home/rania/CLionProjects/DAPPLE-2.0/"; mainPath = "/home/rania/CLionProjects/DAPPLE-2.0/";
path="/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Adult/FULL/"; path="/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Adult/FULL/";
clearPath= "/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Adult/FULL/"; clearPath= "/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Adult/FULL/";
chunk_prefix="DO"; chunk_prefix="DO";
class_number="2"; class_number="2";
dimension="16"; dimension="15";
chunk_number="1"; chunk_number="1";
} }
...@@ -32,7 +33,7 @@ ...@@ -32,7 +33,7 @@
delta="0.000001"; delta="0.000001";
tau="1"; tau="1";
grace="50"; grace="50";
max_depth="30"; max_depth="20";
threshold_number="2"; threshold_number="2";
maxNodes="1000"; maxNodes="1000";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment