time-series
Here are 3,053 public repositories matching this topic...
-
Updated
Nov 28, 2021 - Go
-
Updated
Nov 26, 2021 - Go
https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscParseLineProtocol.c
val_s <= 9223372036854775807L is always true regardless of the values of its operands. This occurs as the logical second operand of "&&".
-
Updated
Nov 29, 2021 - C
Relevant telegraf.conf:
[[inputs.openweathermap]]
app_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Is your feature request related to a problem?
I like to use the chart tab in the console. However, the chart scale is not customisable and starts at 0. This makes it hard to visualise data where the changes are relatively small.
Describe the solution you'd like.
Either
- Dynamic scaling of the charts based on results values
- Manual scaling by adding a range min/max input in the con
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
Nov 26, 2021 - Go
-
Updated
Nov 18, 2021 - Jupyter Notebook
-
Updated
Nov 15, 2021 - JavaScript
Please add LinkedIn Greykite time series model as a part of sktime.
Describe the bug
- W-THU is not supported right now. It only works if user specifies
seasonal_periodin setup
Expected behavior
Would have expected it to automatically infer the freq = 52 from there.
❗️提issue注意事项!
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。
提建议?
请写明白建议原因,即为何有此建议。
提修复PR?
请说明为何做此修改,需要做好测试。
提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现
---
另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
Use case:
Selecting a subset of array elements of an existing array inside the database without the need to unnest the array first or use a user-defined function.
CREATE TABLE t1 (id INTEGER, tags ARRAY(TEXT));
INSERT INTO t1 (id, tags) VALUES (1, ['database','search engine','document store']);SELECT array_slice(tags,2,3) FROM t1;
--> ['search engine','document sRecently found your library and it is really great and handy!
The evaluation of the forecasting performance is best done using a cross-validation approach. The backtest_forecasting()-function does that - although it currently iterates and re-trains the model on every single time step. In my application, I am training ten-thousands of different time series and it becomes computationally unfeasib
-
Updated
Nov 25, 2021 - C++
-
Updated
Aug 6, 2021 - C
-
Updated
Nov 28, 2021 - C++
Description
(A clear and concise description of what the feature is.)
util.cumsumimplementation https://github.com/awslabs/gluon-ts/blob/master/src/gluonts/mx/util.py#L326 does not scale undermx.ndarraycumsumis 2-5 times slower thannd.cumsumunder bothmx.symandmx.ndarray, and even fails for large 4-dim input
Sample test
Code
# import ...
def test_
-
Updated
Nov 22, 2021 - Python
-
Updated
Nov 16, 2021 - Python
-
Updated
Nov 19, 2021 - Go
-
Updated
Nov 14, 2021
-
Updated
Nov 9, 2021 - Python
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
Nov 28, 2021 - Python
-
Updated
Jul 19, 2021 - Python
-
Updated
Oct 15, 2018 - Jupyter Notebook
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."




Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there