Skip to content
#

databricks

Here are 206 public repositories matching this topic...

mmlspark
brunocous
brunocous commented Sep 2, 2020

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?

Dandandan
Dandandan commented Jul 19, 2021

Description

Update delta-rs to the new Arrow 5.0 release, which contains bug fixes, performance improvements and new functionality.
For this to work, a new DataFusion release needs to happen as well.

Use Case

Related Issue(s)

Full cargo upgrades command output:

deltalake: /home/danielheres/Code/gdd/delta-rs/rust/Cargo.toml
  arrow >=4.0.0, <5.0.0 matches 4.4.0; la
bkelly3
bkelly3 commented Sep 14, 2020

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

Improve this page

Add a description, image, and links to the databricks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the databricks topic, visit your repo's landing page and select "manage topics."

Learn more