About 4,590,000 results
Open links in new tab
  1. multioutput regression by xgboost - Stack Overflow

    Sep 16, 2016 · 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?

  2. XGBoost Categorical Variables: Dummification vs encoding

    Dec 14, 2015 · "When using XGBoost we need to convert categorical variables into numeric." Not always, no. If booster=='gbtree' (the default), then XGBoost can handle categorical variables …

  3. Converting XGBoost Shapely values to SHAP's Explanation object

    Jan 11, 2024 · I am trying to convert XGBoost shapely values into an SHAP explainer object. Using the example [here] [1] with the built in SHAP library takes days to run (even on a subsampled dataset) …

  4. How to get feature importance in xgboost? - Stack Overflow

    Jun 4, 2016 · How to get feature importance in xgboost? Asked 9 years, 6 months ago Modified 4 years ago Viewed 249k times

  5. ImportError: No module named xgboost - Stack Overflow

    ImportError: No module named 'xgboost.xgbclassifier', I tried using your command, it returned this.

  6. XGBoost produce prediction result and probability

    Apr 7, 2020 · I am probably looking right over it in the documentation, but I wanted to know if there is a way with XGBoost to generate both the prediction and probability for the results? In my case, I am …

  7. 'super' object has no attribute '__sklearn_tags__'

    Dec 18, 2024 · 'super' object has no attribute '__sklearn_tags__'. This occurs when I invoke the fit method on the RandomizedSearchCV object. I suspect it could be related to compatibility issues …

  8. 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.

  9. How to install xgboost package in python (windows platform)?

    Nov 17, 2015 · File "xgboost/libpath.py", line 44, in find_lib_path 'List of candidates:\n' + ('\n'.join(dll_path))) __builtin__.XGBoostLibraryNotFound: Cannot find XGBoost Libarary in the …

  10. Newest 'xgboost' Questions - Stack Overflow

    Nov 14, 2025 · There is an existing xgboost model in the pipeline that was created using this container sagemaker.image_uris.retrieve('xgboost', sagemaker.Session().boto_region_name, version='latest')