time-series
Here are 2,026 public repositories matching this topic...
-
Updated
Nov 2, 2020 - Go
-
Updated
Nov 3, 2020 - Go
-
Updated
Nov 3, 2020 - C
-
Updated
Nov 2, 2020 - C
Feature Request
Proposal:
Allow for setting "gaugesMaxTTL" option in the statsd input plugin. Essentially, this from the core statsd repo:
https://github.com/statsd/statsd/pull/599/files
Current behavior:
If deleteGauges is set to "False" then once a gauge metric is reported it is reported for the life of the telegraf server. There is no way to set a TTL value where
-
Updated
Oct 16, 2020 - Go
-
Updated
Nov 1, 2020 - Jupyter Notebook
-
Updated
Oct 29, 2020 - JavaScript
for reproducibility, all classifiers should be seeded by random_state. In our experiments, the random_state is set to the resampleID. This is not correctly set in all the considered classifiers. The current list to check is
all_classifiers = [
"BOSSEnsemble", "TemporalDictionaryEnsemble", "MUSE", "WEASEL",
"ProximityForest", "ElasticEnsemble", "KNeighborsTimeSeriesClassifier",
#"Shap
❗️提issue注意事项!
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。
提建议?
请写明白建议原因,即为何有此建议。
提修复PR?
请说明为何做此修改,需要做好测试。
提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现
---
另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
-
Updated
May 1, 2019 - C
Create 2 SQL functions to manipulate strings so that all characters are converted to upper or lower case.
For example:
SELECT to_uppercase(colA), to_lowercase(colB)
FROM tab;
SELECT *
FROM tab
WHERE to_uppercase(colA) = 'AAA';
-
Updated
Nov 2, 2020 - Go
-
Updated
Oct 29, 2020 - Python
-
Updated
Oct 19, 2020 - Python
Description
Currently, DistributionOutput classes produce a TransformedDistribution when the distribution method is invoked with loc and scale. However, we cannot get mean and variance out of such object:
import mxnet as mx
from gluonts.mx.distribution import GaussianOutput
distr_output = GaussianOutput()
args = mx.nd.array([0.0]), mx.nd.array([1.0])
loc = mx.-
Updated
Oct 15, 2018 - Jupyter Notebook
-
Updated
Nov 2, 2020
-
Updated
Oct 24, 2020 - 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
Sep 30, 2020 - C++
-
Updated
Nov 3, 2020 - Scala
-
Updated
Nov 2, 2020 - Go
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Oct 29, 2020
-
Updated
Sep 23, 2020 - Python
-
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."
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.