python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
why xgboost calculate the gradient only for n_estimators rounds?
Here, n_estimators means the number of trees(week learners)in xgboost. I define a custom objective functions where I have to calculate the first and second order gradients. And I also add a print func...

olivia
Votes: 0
Answers: 1
Hyperparameter tuning with XGBRanker
I am trying to figure how to tune my hyperparameter through RandomizedSearchCV with an XGBRanker model.
I could split the data into groups, feed it into the model and make predictions. However I am no...
Gal
Votes: 0
Answers: 1