-
Updated
Sep 30, 2020 - JavaScript
databricks
Here are 138 public repositories matching this topic...
The current azure-pipelines.yaml is highly duplicated, especially the Test stages (E2E Tests, E2E Backward Compatibility Tests, and E2E Forward Compatibility Tests).
This should be refactored to remove duplication to make it easy to maintain (e.g, adding a new Spark version to test against).
-
Updated
Sep 30, 2020 - Scala
-
Updated
Oct 1, 2020 - Scala
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 25, 2020 - HTML
-
Updated
Sep 28, 2020 - PowerShell
-
Updated
Jun 20, 2020 - Python
-
Updated
Feb 13, 2020 - Jupyter Notebook
-
Updated
Jan 19, 2020 - Shell
-
Updated
Jun 16, 2018 - Jupyter Notebook
-
Updated
Apr 10, 2020 - Python
-
Updated
Jun 14, 2019 - Jupyter Notebook
-
Updated
Aug 5, 2020 - Go
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 23, 2020 - Python
-
Updated
Aug 4, 2020 - Shell
Connect-Databricks.ps1 uses "https://login.microsoftonline.com" as part of the URI to connect. When retrieving a token for a non-AzureCloud tenant (e.g. AzureUSGovernment) the URI root would be different (e.g., "https://login.microsoftonline.us"). As such, cannot use this task to deploy to other tenant types. Would be helpful to be able to specify an Azure Environment and connect to the right e
-
Updated
Jul 17, 2020 - Python
-
Updated
Aug 7, 2020 - Python
-
Updated
Jul 29, 2020 - Scala
-
Updated
Jul 10, 2020 - Python
-
Updated
Jun 19, 2019 - PowerShell
-
Updated
Sep 15, 2020 - HCL
-
Updated
Sep 17, 2020 - Jupyter Notebook
-
Updated
Sep 26, 2020 - HTML
-
Updated
Sep 24, 2020
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?