spark
Here are 5,070 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 26, 2020 - Go
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 6, 2020 - Python
Hey!
Currently, there are no plans to add support for it (from core team), but we are happy to merge and help with contribution from the community.
For driver implementer, take a look at
https://github.com/cube-js/cube.js/blob/master/CONTRIBUTING.md#implementing-sql-dialect
Example of driver implementation
Who are interested in prepari
-
Updated
Aug 11, 2020 - Java
-
Updated
Oct 31, 2019
-
Updated
Oct 6, 2020 - Java
-
Updated
Sep 27, 2020 - Java
-
Updated
Jun 20, 2020 - Python
-
Updated
Oct 6, 2020 - Jupyter Notebook
-
Updated
Oct 6, 2020 - Java
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Sep 28, 2020 - Scala
-
Updated
Jul 27, 2020 - Python
-
Updated
May 26, 2019 - Scala
-
Updated
Jun 2, 2020 - JavaScript
Hi, if my spark app is using 2 storage type, both S3 and Azure Data Lake Store Gen2, could I put spark.delta.logStore.class=org.apache.spark.sql.delta.storage.AzureLogStore, org.apache.spark.sql.delta.storage.S3SingleDriverLogStore
Thanks in advance
-
Updated
Oct 6, 2020 - Jupyter Notebook
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?
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
Improve this page
Add a description, image, and links to the spark topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spark topic, visit your repo's landing page and select "manage topics."
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.