gdgc-datathon-models / best_params.json
Haxxsh's picture
Upload folder using huggingface_hub
d6c3d9b verified
raw
history blame
653 Bytes
{
"rf": {
"n_estimators": 900,
"max_depth": 15,
"min_samples_split": 16,
"min_samples_leaf": 12,
"max_features": "log2",
"max_samples": 0.9868593549806922
},
"xgb": {
"max_depth": 6,
"learning_rate": 0.012182547701374584,
"n_estimators": 3000,
"subsample": 0.8832793327135917,
"colsample_bytree": 0.9259776232281406,
"colsample_bylevel": 0.6198490966863546,
"reg_alpha": 0.1441221119179238,
"reg_lambda": 1.181791303671265,
"gamma": 0.3057592763985798,
"min_child_weight": 19,
"tree_method": "gpu_hist",
"predictor": "gpu_predictor",
"gpu_id": 0,
"max_bin": 512
}
}