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)
SageMaker Studio Lab - XGBoost Algortim - Am I Reading the Right Documentation?
Google has answers for SageMaker Studio, but I am at a loss for an answer on SageMaker Studio LAB...
I am reading the following on XGBoost - Am I in the right place for SM Studio LAB?
https://docs.aws...
MatthewEvolving
Votes: 0
Answers: 1
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
Retraining XGBoost
I train my xgb model in Jupyter and save it with joblib. I open the model in Spyder and retrain it with the same X_train and y_train that was used for the initial training and I get different feature ...
Noob Programmer
Votes: 0
Answers: 0
Avoid xgb.cv from using testing data when used with the argument early_stopping_rounds (or alternative work-arounds)
I am currently working with the xgboost package in R.
One thing that started bothering me was when I set the early_stopping_rounds parameters in the xgboost::xgb.cv function. It seemed that the 1 fold...
Baraliuh
Votes: 0
Answers: 0