time-series
Here are 2,412 public repositories matching this topic...
-
Updated
Apr 21, 2021 - Go
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 21, 2021 - C
-
Updated
Apr 21, 2021 - C
Relevant telegraf.conf:
[[inputs.kinesis_consumer]]
region = "eu-west-1"
streamname = "telegrafStream"
data_format = "influx"System info:
Telegrad 1.17.2-alpine (running in Fargate)
Steps to reproduce:
-
Updated
Apr 7, 2021 - Go
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
Apr 19, 2021 - Jupyter Notebook
-
Updated
Apr 19, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
NA
Describe the solution you'd like
I thought I'd ask first, before submitting a PR—@MatthewMiddlehurst because it's your code, @kachayev and @RavenRudi because you are working on related PRs—would it be helpful to add [MiniRocket](https://github.com/alan-turing-institute/sktime/blob/main/sktime/transformations/panel/rocke
❗️提issue注意事项!
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。
提建议?
请写明白建议原因,即为何有此建议。
提修复PR?
请说明为何做此修改,需要做好测试。
提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现
---
另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
Create
create table tt (dts timestamp, nts timestamp) timestamp(dts)Insert
insert into tt
select timestamp_sequence(1577836800000000L, 10L), timestamp_sequence(1577836800000000L, 10L)
from long_sequence(2L)Select
select 'nts', min(nts) from tt where nts > '2020-01-01T00:00:00.000000Z'Expected
nts in the first column
Actual
timestamp
Support for PG array_to_string() - concat elements of an array to string / text with a delimiter
Use case:
Support for PG array_to_string() function in CrateDB.
This now can be done as workaround with an UDF for TEXT:
CREATE OR REPLACE function array_to_string(array(TEXT),TEXT)
RETURNS TEXT
LANGUAGE JAVASCRIPT
AS 'function array_to_string(arr, delimiter) { return Array.prototype.join.call(arr, delimiter);}';SELECT array_to_string(['a','b','c'],',');-
Updated
May 1, 2019 - C
-
Updated
Apr 19, 2021 - C++
-
Updated
Apr 16, 2021 - Go
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 13, 2020 - Python
-
Updated
Mar 28, 2021
-
Updated
Jan 6, 2021 - Python
-
Updated
Oct 15, 2018 - Jupyter Notebook
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
Apr 18, 2021 - C++
-
Updated
Apr 19, 2021 - Python
-
Updated
Apr 15, 2021 - Go
-
Updated
Apr 20, 2021 - Scala
-
Updated
Mar 21, 2021
add model.get_params
similar to scikit model.get_params
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."
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytesandblkio.bfq.io_servicedfiles.