-
Updated
Jul 24, 2021
streaming-data
Here are 262 public repositories matching this topic...
-
Updated
Jul 31, 2021 - Go
-
Updated
Jul 24, 2021 - C
-
Updated
Jul 27, 2021 - Python
-
Updated
Jul 31, 2021 - Java
Implement progressive versions of hopping and tumbling windows:
- Both window macro methods should get added versions that take an additional parameter
- The parameter should represent the time interval that should be used to produce intermediate results of aggregations
- The parameter should be a clean divisor of the tumble size for tumbling windows and the hop size for hopping windows
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 1, 2021 - C
-
Updated
Jun 25, 2021 - Go
-
Updated
Jul 22, 2021 - Julia
Hello, I have a CSV file that has 9 features and 9 expected targets, and I want to test 2 regression models on this data (that should be generated as a stream).
When I test the MultiTargetRegressionHoeffdingTree and RegressorChain on this data I get a bad R2-score, but when I tried normalizing my data with scikit-learn I get a pretty good R2-score. The problem is that I should not use sci
-
Updated
Jul 27, 2021
-
Updated
Jul 22, 2021 - Java
-
Updated
Jan 13, 2021 - Python
It is currently hard for users to track which versions of dependencies they are getting and which versions they should use when adding extra dependencies to their projects. This results in code like this in our own example projects:
libraryDependencies ++= Seq(
"com.lightbend.akka" %% "akka-stream-alpakka-file" % "1.1.2",
"com.typesafe.akka" %% "akka-http-spray-js
目前要kbar必須一次獲取整日kbar資料。是否能在Streaming新增訂閱Kbar onopen onclose events,在開新bar或收bar時收到資料就好,這樣速度比較快,server loading也比較低,謝謝。
Is your feature request related to a problem? Please describe.
Today the user needs to deploy udf jars and reference data csvs manually to the blob location
Describe the solution you'd like
Enable the user to choose a file on a local disk which the web portal will then upload to the right location
-
Updated
Jul 11, 2021 - Java
-
Updated
Mar 14, 2021 - C++
-
Updated
May 11, 2020 - Jupyter Notebook
- Save optimal bins and/or splits points and transformation depending on the target type.
- This is handy to implement binning transformation with other languages (e.g., SAS). Only a JSON parser is required to produce a set of if-else to transform original data.
- Read JSON as a class method.
-
Updated
Sep 8, 2020 - Python
I totally forgot we have machinery for this in the "muti program" tests. We can likely reuse this on the "external ctrl-c" tests as well!
-
Updated
Jul 24, 2021 - C#
-
Updated
Dec 4, 2020 - Java
-
Updated
Nov 14, 2019 - Go
-
Updated
Jul 30, 2021 - Go
-
Updated
Jul 24, 2021 - C#
Improve this page
Add a description, image, and links to the streaming-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the streaming-data topic, visit your repo's landing page and select "manage topics."
Problem description
Be able to read public GCS files without providing credentials.
Steps/code to reproduce the problem