About 1,460,000 results
Open links in new tab
  1. How can I implement incremental training for xgboost?

    Jun 28, 2016 · If I train with two iterations I get an AUC of 0.66 and 0.68 for the successive iterations. Then when training the next minibatch with the exact same data I get the exact …

  2. python - XGBoost CV and best iteration - Stack Overflow

    Nov 9, 2016 · I am using XGBoost cv to find the optimal number of rounds for my model. I would be very grateful if someone could confirm (or refute), the optimal number of rounds is: estop = …

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

    Jun 4, 2016 · The scikit-learn like API of Xgboost is returning gain importance while get_fscore returns weight type. Permutation based importance perm_importance = …

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

  5. scikit learn - XGBoost: Early stopping on default metric, not ...

    Feb 17, 2020 · I am using XGBoost 0.90. I wish to train a XGBoost regression models, with Python, using a built-in learning objective with early stopping on a built-in evaluation metric. …

  6. Cannot import xgboost in Jupyter notebook - Stack Overflow

    Jul 1, 2017 · Running a shell escape !pip3 doesn't guarantee that it will install in the kernel you are running. Try: import sys print(sys.base_prefix)

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

    Dec 18, 2024 · I suspect it could be related to compatibility issues between Scikit-learn and XGBoost or Python version. I am using Python 3.12, and both Scikit-learn and XGBoost are …

  8. How to deal with overfitting of xgboost classifier?

    Jun 12, 2020 · Please post us all your tuned xgboost's parameters; we need to see them, esp. the important parameters, in particular max_depth, eta, etc. And just because you found the …

  9. python - Multiclass classification with xgboost classifier? - Stack ...

    Sep 18, 2019 · I am trying out multi-class classification with xgboost and I've built it using this code, clf = xgb.XGBClassifier(max_depth=7, n_estimators=1000) clf.fit(byte_train, y_train) …

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

Refresh