gbdt
Here are 62 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
Nov 23, 2021 - C++
-
Updated
Jun 15, 2019 - Python
-
Updated
Feb 9, 2022 - Java
-
Updated
Feb 16, 2022 - Python
-
Updated
Feb 9, 2022 - Java
-
Updated
Dec 6, 2019 - Python
-
Updated
Jul 8, 2019 - C++
-
Updated
Nov 19, 2018 - Python
-
Updated
Aug 2, 2021 - Java
-
Updated
Apr 26, 2021 - Julia
-
Updated
Oct 18, 2020 - C++
-
Updated
Jul 18, 2019 - Jupyter Notebook
-
Updated
Mar 7, 2020 - C++
-
Updated
Jan 15, 2022 - Python
-
Updated
Oct 24, 2019 - Python
-
Updated
Nov 22, 2021 - Python
-
Updated
Jun 6, 2019 - Python
-
Updated
Oct 30, 2017 - Cuda
-
Updated
Dec 20, 2021 - R
-
Updated
Aug 8, 2020 - Python
-
Updated
Sep 11, 2018 - Python
-
Updated
Jun 15, 2019 - C++
-
Updated
Feb 13, 2022 - Python
-
Updated
May 25, 2020 - Jupyter Notebook
-
Updated
Jan 14, 2022 - Python
Improve this page
Add a description, image, and links to the gbdt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gbdt 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.