About 10,800,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. 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 …

  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 …

  4. 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 …

  5. ImportError: No module named xgboost - Stack Overflow

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

  6. xgboost - Azure ML- XG Boost Categorical Issues - Stack Overflow

    Mar 4, 2025 · XG Boost Categorical Issues during Time Series Prediction I observed an issue where categorical variables are being converted back to strings, causing failures. The issue …

  7. XGBoost for multiclassification and imbalanced data

    Jun 7, 2021 · sample_weight parameter is useful for handling imbalanced data while using XGBoost for training the data. You can compute sample weights by using …

  8. Newest 'xgboost' Questions - Stack Overflow

    3 days ago · 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, …

  9. 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 …

  10. Shap summary plots for XGBoost with categorical data inputs

    Mar 31, 2023 · XGBoost supports inputting features as categories directly, which is very useful when there are a lot of categorical variables. This doesn't seem to be compatible with Shap: …