You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there are a way to get metrics values for a given set of parameters in nfold_cv() function? or is there any other way to tune hyperparameters of xgboost model in XGBoost.jl.
Thank you,
Mahasen Dehideniya
The text was updated successfully, but these errors were encountered:
dmahasen
changed the title
How to tune xgboost model ?
How to tune hyperparameters of xgboost model ?
Sep 27, 2021
XGBoost has an MLJ interface, which opens up a number of hyper-parameter optimisation strategies. There's even an end-to-end XGBoost/MLJ tutorial on this here. The tutorial does not necessarily represent best practice but does demonstrate the syntax.
I'd probably use RandomSearch in place of Grid.
For an overview of hyper-parameter tuning in MLJ, see this manual entry.
Hi,
Is there are a way to get metrics values for a given set of parameters in nfold_cv() function? or is there any other way to tune hyperparameters of xgboost model in XGBoost.jl.
Thank you,
Mahasen Dehideniya
The text was updated successfully, but these errors were encountered: