-
Updated
Sep 11, 2020
streaming-data
Here are 229 public repositories matching this topic...
-
Updated
Sep 11, 2020 - C
-
Updated
Sep 12, 2020 - Go
-
Updated
Sep 12, 2020 - 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
Sep 10, 2020 - Python
-
Updated
Sep 11, 2020 - 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
Aug 24, 2020 - Go
-
Updated
Dec 22, 2019
-
Updated
Sep 1, 2020 - Java
-
Updated
Jun 10, 2020 - 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
Is your feature request related to a problem? Please describe.
Some areas of the web portal have issues with screen readers. Here are a few examples
Describe the solution you'd like
Improve readability for screen readers across the web portal
-
Updated
May 27, 2019 - Java
-
Updated
Sep 7, 2020 - C++
-
Updated
Sep 10, 2020 - Dockerfile
-
Updated
Nov 12, 2018 - Java
-
Updated
May 11, 2020 - Jupyter Notebook
-
Updated
Sep 12, 2020 - C#
-
Updated
Sep 12, 2020 - C#
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 2, 2020 - Java
diff --git a/ohara-common/src/main/java/oharastream/ohara/common/setting/SettingDef.java b/ohara-common/src/main/java/oharastream/ohara/common/setting/SettingDef.java
index a99624353..9fb5e717d 100644
--- a/ohara-common/src/main/java/oharastream/ohara/common/setting/SettingDef.java
+++ b/ohara-common/src/main/java/oharastream/ohara/common/setting/SettingDef.java
@@ -681,7 +681,7 @@ pu
-
Updated
Dec 2, 2019 - Elixir
-
Updated
Nov 14, 2019 - Go
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
Feb 2, 2020 - TSQL
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."
Another feature that I would like to have in smart_open is support for direct reading/writing of the data to/from ftp.
Anyone else interested in this? Does this make sense?