system-threat-forecaster / artifacts /params /random_forest_best_params.json
Rishit Pant
Enhanced model evaluation metrics, tuning techniques, and eval reports (#9)
9a8bbbe
Raw
History Blame Contribute Delete
104 Bytes
{
"n_estimators": 180,
"max_depth": 15,
"min_samples_leaf": 25,
"max_features": "sqrt"
}