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
Dec 17, 2021 - Jupyter Notebook
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
Oct 12, 2020 - Java
-
Updated
Dec 5, 2021 - Python
-
Updated
Jun 5, 2021 - HTML
-
Updated
Oct 15, 2021 - Roff
-
Updated
Jul 8, 2019 - C++
-
Updated
Sep 27, 2021 - 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
Dec 16, 2021 - R
-
Updated
Oct 25, 2020 - R
-
Updated
Sep 11, 2017 - HTML
-
Updated
Feb 7, 2021 - R
-
Updated
Jun 15, 2019 - C++
-
Updated
Sep 7, 2021 - C
-
Updated
Dec 6, 2018 - Jupyter Notebook
-
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.