time-series
Here are 1,928 public repositories matching this topic...
-
Updated
Sep 5, 2020 - Go
-
Updated
Sep 5, 2020 - Go
-
Updated
Sep 5, 2020 - C
-
Updated
Sep 4, 2020 - C
Feature Request
Add a flag to the Telegraf run command to pass a token for the InfluxDB instance hosting the Telegraf configuration. This would allow for Telegraf to get its token from a different instance than to which it is writing data.
Could look like --config-host-token or --config-fetch-token or --config-token (because it may be implicit that it's specific to fetching that co
-
Updated
Jul 2, 2020 - Go
-
Updated
Sep 1, 2020 - Jupyter Notebook
-
Updated
Aug 16, 2020 - JavaScript
-
Updated
May 1, 2019 - C
-
Updated
Sep 3, 2020 - Go
❗️提issue注意事项!
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。
提建议?
请写明白建议原因,即为何有此建议。
提修复PR?
请说明为何做此修改,需要做好测试。
提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现
---
另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
LIKE implementation
QuestDB implements regex string match with the operators ~= and !~. However, LIKE is not implemented.
Describe the solution you'd like
Implement LIKE such that
column LIKE pattern becomes ~=(column, pattern)
NOT column LIKE pattern becomes !~(column, pattern)
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
- Replace loops with joblib parallelized computations or numba.
-
Updated
May 1, 2020 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Oct 15, 2018 - Jupyter Notebook
Min Max Scaler
Description
Now that we have distributions like the Beta distribution, it only makes sense to create a Min-Max Scaler to map the input into the right input domain (support) for the distributions.
It would need to ne something like https://gluon-ts.mxnet.io/api/gluonts/gluonts.block.scaler.html?highlight=meanscaler#gluonts.block.scaler.MeanScaler the MeanScaler.
-
Updated
Aug 20, 2020 - Python
-
Updated
Sep 1, 2020
-
Updated
Aug 30, 2020 - C++
KMeans question
Hi, Thanks for the awesome library!
So I am running a Kmeans on lots of different datasets, which all have roughly four shapes, so I initialize with those shapes and it works well, except for just a few times. There are a few datasets that look different enough that I end up with empty clusters and the algorithm just hangs ("Resumed because of empty cluster" again and again).
I conceptually
-
Updated
Sep 4, 2020 - Scala
-
Updated
Sep 4, 2020 - Go
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
May 8, 2020 - Python
-
Updated
Aug 7, 2020
-
Updated
Feb 2, 2020 - C
-
Updated
Feb 11, 2020 - Java
Improve this page
Add a description, image, and links to the time-series topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the time-series topic, visit your repo's landing page and select "manage topics."


The PR is #4008