lightgbm
Here are 509 public repositories matching this topic...
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
-
Updated
Sep 12, 2018
-
Updated
May 1, 2022 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
Implements classification_report for classification metrics.(https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html)
-
Updated
May 26, 2022 - Python
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
-
Updated
Mar 2, 2022 - Python
I trained models on Windows, then I tried to use them on Linux, however, I could not load them due to an incorrect path joining. During model loading, I got learner_path in the following format experiments_dir/model_1/100_LightGBM\\learner_fold_0.lightgbm. The last two slashes were incorrectly concatenated with the rest part of the path. In this regard, I would suggest adding something like `l
-
Updated
Feb 10, 2021 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Feb 11, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Jan 20, 2021 - Python
-
Updated
Feb 23, 2022 - Java
-
Updated
May 23, 2022
-
Updated
Jul 1, 2019 - Python
Currently we don't test (or document) that Eland should work with data streams, we should probably test that everything works properly.
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 16, 2021 - Python
-
Updated
Apr 28, 2021 - Go
-
Updated
May 3, 2022 - Jupyter Notebook
-
Updated
May 27, 2022 - Python
-
Updated
May 27, 2022 - Python
-
Updated
Feb 6, 2018 - Python
-
Updated
Oct 30, 2019 - C++
-
Updated
Jun 5, 2021 - HTML
-
Updated
May 22, 2022 - Python
-
Updated
May 25, 2022 - R
Improve this page
Add a description, image, and links to the lightgbm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lightgbm topic, visit your repo's landing page and select "manage topics."


Summary
mypyshows 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)