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 @@
OutputPath="/home/rania/CLionProjects/DAPPLE-2.0/EXP/MANU/";
scenarioName ="fullCipherAdult";
debug="true";
maxTrainSize="2261";
maxTrainSize="2000";
maxTestSize="500";
}
# The dataset configuration parameters
dataset{
mainPath = "/home/rania/CLionProjects/DAPPLE-2.0/";
path="/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Adult/FULL/";
clearPath= "/home/rania/CLionProjects/DAPPLE-2.0/DATA/Datasets/Adult/FULL/";
chunk_prefix="DO";
class_number="2";
dimension="16";
dimension="15";
chunk_number="1";
}
......@@ -32,7 +33,7 @@
delta="0.000001";
tau="1";
grace="50";
max_depth="30";
max_depth="20";
threshold_number="2";
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