About 6,850,000 results
Open links in new tab
  1. How to get feature importance in xgboost? - Stack Overflow

    Jun 4, 2016 · 20 According to this post there 3 different ways to get feature importance from Xgboost: use built-in feature importance, use permutation based importance, use shap based …

  2. XGBoost - Poisson distribution with varying exposure / offset

    I am trying to use XGBoost to model claims frequency of data generated from unequal length exposure periods, but have been unable to get the model to treat the exposure correctly. I …

  3. XGBoost for multiclassification and imbalanced data

    Jun 7, 2021 · XGBoost for multiclassification and imbalanced data Asked 4 years, 4 months ago Modified 3 years, 2 months ago Viewed 27k times

  4. xgboost and gridsearchcv in python - Stack Overflow

    Aug 19, 2022 · I have question about this tutorial. The author is doing hyper parameter tuning. The first window shows different values of hyperparameters Then he initializes gridsearchcv …

  5. multioutput regression by xgboost - Stack Overflow

    Apr 28, 2023 · Is it possible to train a model by xgboost that has multiple continuous outputs (multi-regression)? What would be the objective of training such a model? Thanks in advance …

  6. Cannot import xgboost in Jupyter notebook - Stack Overflow

    Jul 1, 2017 · import sys !{sys.executable} -m pip install xgboost This allows the package to be installed with right on Jupyter notebook.

  7. windows - How to use xgboost in R with GPU - Stack Overflow

    Feb 3, 2024 · is there a possibility to use xgboost on windows 11 in r with gpu? I've already installed cuda and tried to install xgboost with gpu support: remotes::install_github …

  8. Newest 'XGBoost' Questions - Stack Overflow

    XGBoost GPU version not outperforming CPU on small dataset despite parameter tuning – suggestions needed I'm currently working on a parallel and distributed computing project …

  9. python - Feature importance 'gain' in XGBoost - Stack Overflow

    I wonder if xgboost also uses this approach using information gain or accuracy as stated in the citation above. I've tried to dig in the code of xgboost and found out this method (already cut …

  10. R package "xgboost" installation fails - Stack Overflow

    Feb 23, 2017 · I try to install the xgboost package. But I stumble upon this error