-
Updated
Apr 8, 2022 - Python
databricks
Here are 312 public repositories matching this topic...
Describe the bug
When the finalizer is called for CLR JvmObjectId objects, it calls the rm DotnetBackend method and this calls goes through the JvmBridge class. Because the rm call goes through [JvmBridge.CallJavaMethod](https://github.com/do
Description
It would be nice to provide API which allows to specify the Azure credentials in the code. Currently the Azure storage implementation only relies on the environment variables, which makes it difficult to access two independent storages in the same program. In case of AWS S3 the problem does not exists because the API allows to use a custom rusoto S3 client with a static credentials
-
Updated
Mar 30, 2022 - Shell
-
Updated
Dec 15, 2021
-
Updated
Apr 4, 2022 - Go
-
Updated
Dec 9, 2021 - Scala
-
Updated
Jan 25, 2022 - Scala
-
Updated
Jan 4, 2022 - Python
-
Updated
Apr 4, 2022 - HTML
-
Updated
Nov 19, 2021 - Python
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
Apr 4, 2022 - Python
-
Updated
Feb 10, 2022 - PowerShell
-
Updated
Mar 29, 2022 - HTML
-
Updated
Apr 7, 2022 - Scala
-
Updated
Dec 8, 2021 - Shell
-
Updated
Jun 16, 2018 - Jupyter Notebook
-
Updated
Feb 13, 2020 - Jupyter Notebook
-
Updated
Mar 12, 2022 - HTML
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 22, 2021 - Python
-
Updated
Sep 27, 2021 - Jupyter Notebook
-
Updated
Dec 21, 2021 - Python
-
Updated
Jun 14, 2019 - Jupyter Notebook
-
Updated
Feb 20, 2022 - Python
Improve this page
Add a description, image, and links to the databricks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the databricks 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?