-
Updated
Aug 19, 2020
streaming-data
Here are 225 public repositories matching this topic...
-
Updated
Aug 19, 2020 - C
-
Updated
Aug 24, 2020 - Go
-
Updated
Aug 24, 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
Aug 13, 2020 - Python
-
Updated
Aug 12, 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
Aug 21, 2020 - Java
-
Updated
Jun 10, 2020 - Python
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
Upgrade sbt-protoc to 0.99.32, scalapb 0.10.4
-
Updated
May 27, 2019 - Java
-
Updated
Aug 20, 2020 - C++
-
Updated
Aug 24, 2020 - Dockerfile
-
Updated
Nov 12, 2018 - Java
-
Updated
May 11, 2020 - Jupyter Notebook
-
Updated
Aug 24, 2020 - C#
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Aug 19, 2020 - C#
-
Updated
Jun 18, 2020 - Java
With the new API https://styled-components.com/docs/api#transient-props, we can simplify the omitting (filtering) props that are only meant to be consumed by styled components not the underlying components to something:
diff --git a/ohara-manager/client/src/components/Workspace/Card/FileCard.js b/ohara-manager/client/src/components/Workspace/Card/FileCard.js
index c09f4d2c9..b6e2a1084-
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?