Skip to content
#

time-series

Here are 1,704 public repositories matching this topic...

netdata
jsteenb2
jsteenb2 commented Feb 27, 2020

Right now we have the following, which doesn't validatie the needs of a given view. This allows for any colors to be provided, not necessarily the ones that are required. I'd recommend making these color validations accurate, where for Gauge it would require the min and max for instance. I'm assuming these are required for gauge, that may be in error. Would be nice to provide swagger that p

kOstovic
kOstovic commented Apr 9, 2020

Feature Request

Proposal:
The tail input should allow processing text files that are not utf-8 encoded.

Current behavior:
Files with alternative encodings either cannot be parsed or are not encoded properly.

Desired behavior:
Be able to select a text encoding in the input file, if selected the data will be converted internally to utf-8.

[[inputs.tail]]
encoding = "UTF-16"

genericgithubuser
genericgithubuser commented Jun 25, 2016

When you have multiple cache instances on a single server (to spread load), and try to browse the tree in graphite-web, each cache shows as a different top level part of the tree.

using graphite-web 0.9.15
i.e.

  • cache1
    -- foo
    --- bar
  • cache2
    -- foo
    --- bar
  • cache3
    -- foo
    --- bar
  • cache4
    -- foo
    --- bar

This gets very confusing for users, is hard to browse, and ma

tsfresh
nils-braun
nils-braun commented Apr 27, 2020

we could use use that warning in the extract_features method to issue a warning there as well as some features assume uniformly sampled time series as well.

If we do that, we could move lines 538-549 into its own method raise_warning_on_non_uniform_index or so

_Originally posted by @MaxBenChrist in https://github.com/_render_node/MDE3OlB1bGxSZXF1ZXN0UmV2aWV3NDAwNTQ3ODMx/pull_request_review

ar-anvd
ar-anvd commented Apr 20, 2019

I am using this code directly from the documentation. However is not not working, since I am getting:

ERROR: unrecognized configuration parameter "stream_targets"

CREATE FOREIGN TABLE stream (x integer, y integer) SERVER pipelinedb;
CREATE VIEW v0 AS SELECT COUNT(*) FROM stream;
CREATE VIEW v1 AS SELECT COUNT(*)
SS30723
SS30723 commented Apr 17, 2020

dbrp "_internal"."monitor"

stream
// Select the CPU measurement from the telegraf database.
|from()
.measurement('cpu_load_short')
// Triggers a critical alert when the CPU idle usage drops below 70%
|log()
|alert()
.crit(lambda: int("usage_idle") < 70)
// Write each alert to a file.
.log('/tmp/alert.log')
.message('{{ i

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

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

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

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

---

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

This is basically a shameless spin off of https://stackoverflow.com/questions/57330300/how-to-reproduce-hypertools-clusters-identified-from-hypertools-plot

I am trying to take the results of using hypertools.plot(...), but my attempts to replicate them by using other parts of hypertools are yielding surprisingly different results.

I would like some guidance on this, but I also feel like ha

gluon-ts
redharp
redharp commented Apr 12, 2020

As a 3rd party developer there is a reasonable expectation of accuracy when reading the published api documentation and additional tools from same org keep valid URL’s and service references.

Expected:

  • this repo and readme linked via Alpaca docs would be valid

Actual:

  • GDAX still referenced working and dead links to this service (the coinbase pro rebrand > 1year ago)
rth
rth commented Mar 5, 2020

Currently tslearn/tests/test_estimators.py redefine a custom check_estimator and then monkeypatch some of the tests in sklearn.utils.estimator_checks to work with time series data.

In the latest version scikit-learn introduced parametrize_with_checks which should allow to simplify this quite a bit https://scikit-learn.org/stable/developers/develop.html#rolling-your-own-estimator (e.g. a

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

You can’t perform that action at this time.