Skip to content
#

databricks

Here are 212 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?

houqp
houqp commented Aug 20, 2021

Description

Use Case

Currently delta-rs Rust core depends on cli related dependencies like clap, which is unnecessary for downstream consumers. We should move delta-inspect code into its own crate within the same workspace like what we did for aws/delta-checkpoint so we can move all cli related dependencies to the cli crate and keep delta-rs dependency tree clean.

**Related Issu

terraform-provider-databricks
dzeediscoveryzone
dzeediscoveryzone commented Jul 27, 2021

Hi,

We’re running into an odd issue with our Development Account deployment regarding the instance pools. We have terraform modules for our databricks workspaces and all resources inside of them. We have folders for the clusters, instance-pools, cluster policies etc which when you drop json config files inside of them they will deploy/update what is needed.

All of our environments (6 total)

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