File size: 820 Bytes
3332c99 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"name": "tabnet",
"objective": "classification",
"batch_size": 1024,
"epochs": 100,
"early_stopping_rounds": 100,
"learning_rate": -3,
"val_batch_size": 2048,
"class_weight": "balanced",
"weight_decay": -3,
"force_device": "cpu",
"is_text": false,
"dg_method": null,
"seed": 42,
"dg_num_groups": 4,
"dg_group_method": "random",
"num_classes": 2,
"n_d": 15,
"n_steps": 4,
"gamma": 1.5764779589451128,
"cat_emb_dim": 3,
"n_independent": 3,
"n_shared": 3,
"momentum": 0.04967611500740168,
"mask_type": "entmax",
"custom_dataloader": "",
"depth": 12,
"heads": 2,
"dropout": 0.5,
"model_name": "tabnet",
"dataset": "wids",
"num_splits": 5,
"shuffle": true,
"metrics": [
"auc"
]
} |