spark
Here are 4,978 public repositories matching this topic...
-
Updated
Jul 24, 2020 - Python
-
Updated
Aug 27, 2020 - Go
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 29, 2020 - Python
Is your feature request related to a problem? Please describe.
It would be great to be able to configure the route output, e.g. I want to hide the Cube.js server is running in production mode. Learn more about production mode. when the base route is hit
Describe the solution you'd like
I think it would be great if one could configure the output of https://github.com/cube-js/cube.js/
-
Updated
Oct 31, 2019
-
Updated
Aug 11, 2020 - Java
-
Updated
Aug 28, 2020 - Java
-
Updated
Jul 31, 2020 - Java
-
Updated
Jun 20, 2020 - Python
-
Updated
Aug 29, 2020 - Jupyter Notebook
-
Updated
Aug 29, 2020 - Java
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Aug 21, 2020 - Scala
-
Updated
Jul 27, 2020 - Python
-
Updated
May 26, 2019 - Scala
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Aug 18, 2020 - Jupyter Notebook
Series.reindex
Implement Series.reindex.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.reindex.html
Version
com.microsoft.ml.spark:mmlspark_2.11:jar:0.18.1
spark= 2.4.3
scala=2.11.12
data (csv with header) https://gist.github.com/ttpro1995/69051647a256af912803c9a16040f43a
download data and save as csv file, put into folder /data/public/HIGGS/higgs.test.predictioncsv
val data = spark.read.option("header","true").option("inferSchema", "true").csv("/data/public/HIGGS
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.