File size: 369 Bytes
c9c1944
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "architectures": [Tfdf.keras.GradientBoostedTreesModel],
    "growing_strategy": "BEST_FIRST_GLOBAL"
    "num_trees": 250,
    "min_examples": 6,
    "max_depth": 5,
    "subsample": 0.65,
    "validation_ratio": 0.1,
    "sampling_method": "RANDOM",
    "batch_size": None
    "num_epochs": 1,
    "task": tfdf.keras.Task.CLASSIFICATION
    "loss": "DEFAULT"

}