-
Updated
Nov 14, 2020 - JavaScript
databricks
Here are 145 public repositories matching this topic...
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?
-
Updated
Nov 6, 2020 - Scala
-
Updated
Nov 14, 2020 - Scala
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 14, 2020 - HTML
-
Updated
Nov 11, 2020 - Go
-
Updated
Nov 5, 2020 - PowerShell
-
Updated
Nov 9, 2020 - Python
-
Updated
Feb 13, 2020 - Jupyter Notebook
-
Updated
Jan 19, 2020 - Shell
-
Updated
Jun 16, 2018 - Jupyter Notebook
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 9, 2020 - Java
-
Updated
Jun 14, 2019 - Jupyter Notebook
-
Updated
Sep 23, 2020 - Python
-
Updated
Aug 5, 2020 - Go
-
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
Nov 13, 2020 - HTML
-
Updated
Oct 14, 2020 - Scala
-
Updated
Jul 17, 2020 - Python
-
Updated
Aug 7, 2020 - Python
-
Updated
Jul 10, 2020 - Python
-
Updated
Jun 19, 2019 - PowerShell
-
Updated
Sep 15, 2020 - HCL
-
Updated
Oct 28, 2020 - Jupyter Notebook
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?