cognitive-services
Here are 471 public repositories matching this topic...
Describe the bug
A clear and concise description of what the bug is.
this issue happened when i run the azure-spring-cloud-starter-eventhubs-kafka example which one in the sdk in china region, the tenant id is working when i run the keyvault example, so i am not sure why not working in the eventhubs kafka side. as i think the different is the keyvault can set the azure.keyvault.authority-hos
-
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
Aug 26, 2021 - Jupyter Notebook
-
Updated
Aug 31, 2021 - C#
-
Updated
Oct 25, 2019 - C#
-
Updated
Oct 10, 2018 - Vue
-
Updated
Dec 13, 2018 - Java
-
Updated
Aug 13, 2019 - C#
-
Updated
Aug 26, 2021 - HTML
-
Updated
Apr 3, 2021 - JavaScript
-
Updated
Jun 14, 2019 - C#
-
Updated
Jul 4, 2019 - C#
-
Updated
Mar 30, 2017 - JavaScript
-
Updated
Jul 26, 2021 - C#
-
Updated
Oct 22, 2020 - C#
-
Updated
Aug 6, 2018 - Python
-
Updated
Nov 23, 2017 - JavaScript
-
Updated
Nov 17, 2020 - C#
-
Updated
Aug 28, 2021 - C#
-
Updated
Feb 15, 2018 - JavaScript
-
Updated
Feb 4, 2019 - C#
-
Updated
Feb 26, 2020 - C#
-
Updated
Sep 15, 2019 - Pascal
-
Updated
Jan 9, 2019 - C#
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?