cognitive-services
Here are 428 public repositories matching this topic...
-
Updated
Nov 27, 2020 - Java
-
Updated
May 30, 2019 - C#
-
Updated
Sep 20, 2019 - Java
-
Updated
Sep 30, 2020 - Python
-
Updated
Mar 25, 2019 - TypeScript
-
Updated
Oct 1, 2019 - Objective-C
-
Updated
Jun 3, 2019 - C#
-
Updated
Oct 25, 2019 - C#
-
Updated
Oct 10, 2018 - Vue
-
Updated
Dec 13, 2018 - Java
-
Updated
May 29, 2019 - JavaScript
-
Updated
Jun 14, 2019 - C#
-
Updated
Jul 4, 2019 - C#
-
Updated
Mar 30, 2017 - JavaScript
-
Updated
Aug 13, 2019 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Nov 23, 2017 - JavaScript
-
Updated
Nov 16, 2020 - C#
-
Updated
Aug 6, 2018 - Python
-
Updated
Nov 11, 2020 - HTML
-
Updated
Nov 17, 2020 - C#
-
Updated
Oct 22, 2020 - C#
-
Updated
Nov 21, 2020 - C#
-
Updated
Feb 15, 2018 - JavaScript
-
Updated
Feb 4, 2019 - C#
-
Updated
Jul 29, 2017 - C#
-
Updated
Sep 15, 2019 - Pascal
-
Updated
Feb 26, 2020 - C#
-
Updated
Oct 4, 2020
Improve this page
Add a description, image, and links to the cognitive-services topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cognitive-services 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?