The Wayback Machine - https://web.archive.org/web/20210415031721/https://github.com/topics/time-series
Skip to content
#

time-series

Here are 2,399 public repositories matching this topic...

netdata
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

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

sktime
mloning
mloning commented Apr 10, 2021

Is your feature request related to a problem? Please describe.
Currently, window length parameters (e.g. window_length or initial_window in SlidingWindowSplitter) have to be integers and denote the absolute number of time points, similar to how scikit-learn handles fractions in their cross-validation functionality.

Describe the solution you'd like
Add support for floats denotin

UlricQin
UlricQin commented Mar 17, 2020
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。

提建议?
请写明白建议原因,即为何有此建议。

提修复PR?
请说明为何做此修改,需要做好测试。

提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现

---

另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
mfussenegger
mfussenegger commented Sep 9, 2020

We should remove Guava as a dependency from the server module.

Most of the functionality we used from Guava are provided by the JDK by now.
The stuff that is missing from the JDK has mostly been added in the utilities we inherited from Elasticsearch, due to their decision to remove Guava completely.
Any functionality that we use which isn't present in the JDK can be co

questdb
bsmth
bsmth commented Mar 4, 2021

Is your feature request related to a problem? Please describe.
When starting QuestDB, it's hard to tell the location of the server.conf file, and this becomes more complicated when running via Docker, from source or from Homebrew.

Describe the solution you'd like
The server should print out the location of the currently-used configuration file, and if possible, state which non-defa

gluon-ts
ssimontacchi
ssimontacchi commented Jun 20, 2020

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

Improve this page

Add a description, image, and links to the time-series topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more