microsoft-machine-learning
Here are 7 public repositories matching this topic...
-
Updated
Jul 25, 2019 - Jupyter Notebook
-
Updated
Oct 6, 2017
-
Updated
May 14, 2019 - Python
-
Updated
May 24, 2018 - JavaScript
-
Updated
Oct 20, 2017 - Jupyter Notebook
-
Updated
Jun 6, 2018 - F#
Improve this page
Add a description, image, and links to the microsoft-machine-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microsoft-machine-learning topic, visit your repo's landing page and select "manage topics."
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?