Skip to main content

Questions tagged [xgboost]

For questions related to the eXtreme Gradient Boosting algorithm.

4 votes
0 answers
63 views

XGBoost has a history of being dominant in Kaggle competitions, but why is it so competitive on structured data compared to other ML algorithms? I’ve read that sparse matrix utilization improves the ...
Mr. AI Cool's user avatar
5 votes
1 answer
69 views

I'm using an early stopping for XGBClassifier. The fitting looks like this (simplified): ...
Jakub Małecki's user avatar
6 votes
2 answers
720 views

I am training a machine learning model to predict a score based on some behavioral client data. The model would be something classic like a random forest, XGBoost or multilinear Regression. Depending ...
JouJour's user avatar
  • 101
2 votes
0 answers
143 views

I have a logistic regression model, the output of which is used to make decisions. I am testing an improved version of this model. In testing, it has substantially improved logloss vs old model. When ...
user179361's user avatar
2 votes
1 answer
79 views

I already have a GLM model in place to predict claims frequency. I know have access to many new variables (a mix of categorical and continuous variables, some of which are likely correlated). I wish ...
InsurancePricer's user avatar
8 votes
1 answer
284 views

Traditionally ML algorithms for ranking take the features as input and then output a "ranking score" which do not have a natural probabilistic interpretation. For example, suppose we have ...
Ishigami's user avatar
  • 183
3 votes
2 answers
2k views

I'm getting this error when trying to load a saved XGBRegressor model locally: ...
Jack's user avatar
  • 31
5 votes
1 answer
129 views

Consider a dataset and two binary classes CLASS_A and CLASS_B. These two classes are not necessarely independent. Let's say that CLASS_A = "buy an apple" and CLASS_B = "buy an orange&...
Ale's user avatar
  • 161

15 30 50 per page
1
2 3 4 5
47