gbm
Here are 94 public repositories matching this topic...
Summary
mypy shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--ignore-missing-imports \
python-package/18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
I am working on creating a WandbCallback for Weights and Biases. I am glad that CatBoost has a callback system in place but it would be great if we can extend the interface.
The current callback only supports after_iteration that takes info. Taking inspiration from XGBoost callback system it would be great if we can have before iteration that takes info, before_training, and `after
-
Updated
Mar 17, 2022 - Jupyter Notebook
-
Updated
Feb 9, 2022 - Java
-
Updated
Feb 16, 2022 - Python
-
Updated
Jun 5, 2021 - HTML
Does HyperGBM's make_experiment return the best model?
How does it work on paramter tuning? It's say that, what's its seach space (e.g. in XGboost)???
-
Updated
Feb 21, 2022 - Roff
-
Updated
Jul 8, 2019 - C++
-
Updated
Feb 26, 2022 - Ruby
-
Updated
Oct 18, 2020 - C++
-
Updated
Jul 18, 2019 - Jupyter Notebook
-
Updated
Nov 3, 2019 - Jupyter Notebook
-
Updated
Jan 10, 2021 - Julia
-
Updated
Nov 22, 2021 - Python
-
Updated
Feb 22, 2021 - Python
-
Updated
Mar 16, 2022 - R
-
Updated
Oct 25, 2020 - R
-
Updated
Dec 20, 2021 - R
-
Updated
Sep 11, 2017 - HTML
-
Updated
Dec 6, 2018 - Jupyter Notebook
-
Updated
Sep 7, 2021 - C
-
Updated
Jun 15, 2019 - C++
-
Updated
Nov 7, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the gbm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gbm topic, visit your repo's landing page and select "manage topics."


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.