The Wayback Machine - https://web.archive.org/web/20220516130304/https://github.com/topics/xgboost
Skip to content
#

xgboost

Here are 1,892 public repositories matching this topic...

trivialfis
trivialfis commented Dec 13, 2020

Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.

ehoppmann
ehoppmann commented Aug 23, 2019

Our xgboost models use the binary:logistic' objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.

This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning

bug help wanted good first issue
awesome-decision-tree-papers
mljar-supervised
off99555
off99555 commented May 9, 2022

I trained a dataset with sample weight using 3 algos: LightGBM, Xgboost, and CatBoost.
I found that the learning curve chart for CatBoost doesn't take into account the sample weight but the score in the table does.
Maybe you forgot to put sample_weight for CatBoost charts? I also see the problems in the ROC curve chart (but it's the same behavior among all models).
Also, could this affect the t

bug help wanted good first issue
awesome-gradient-boosting-papers

Improve this page

Add a description, image, and links to the xgboost topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xgboost topic, visit your repo's landing page and select "manage topics."

Learn more