Skip to content
#

databricks

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

thrixton
thrixton commented Jul 13, 2020

This is more a question than a feature request.

When parsing JSON files, I need to sanitize the field names so field with spaces becomes field_with_spaces.
I want to preserve the original name as well, metadata about the column if you like :)

There is a metadata field on StructField, but it is internal.
Why is this internal, is it possible or desirable to expose it?

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

You can’t perform that action at this time.