time-series
Here are 2,106 public repositories matching this topic...
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 9, 2020 - C
-
Updated
Dec 8, 2020 - C
Feature Request
Proposal:
Support AES<blocksize> for the privProtocol in the SNMP input plugin settings. These protocols are already supported in the underlying gosnmp module.
case NoPriv:
sb.WriteString(",priv=NoPriv")
case DES:
sb.WriteString(",priv=DES")
case AES:
sb.WriteString(",priv=AES")
case AES192:
sb.WriteString(",priv=AES192")
case AES256-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 6, 2020 - Jupyter Notebook
-
Updated
Dec 8, 2020 - JavaScript
Implement AutoTheta
Describe the solution you'd like
Translate code from the R implementation into Python.
Describe alternatives you've considered
Consider implementing it as part of statsmodels rather than sktime and then interface it in sktime.
❗️提issue注意事项!
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。
提建议?
请写明白建议原因,即为何有此建议。
提修复PR?
请说明为何做此修改,需要做好测试。
提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现
---
另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
-
Updated
May 1, 2019 - C
Backgound
When starting the server, we get a report of the software version and Java installation used. A new function should be added which allows for querying the software version and build details where possible. This allows for troubleshooting compatibility issues against outdated or cached versions of the Web Console and generally improves the visibility of the system status.
Possib
-
Updated
Dec 5, 2020 - Go
-
Updated
Nov 13, 2020 - Python
-
Updated
Oct 29, 2020 - Python
Description
- currently we have
DEFAULT_SEASONALITIES = {"H": 24, "D": 1, "W": 1, "M": 12, "B": 5} - however, having a seasonality of 1 has no real benefit to my knowledge (please correct me if I'm mistaken)
- I base my knowledge on NBEATSEstimator and Naive2Predictor
- therefore I suggest seasonality of 7 for Daily data "D"
- to me this makes sense since this would capture the se
-
Updated
Oct 15, 2018 - Jupyter Notebook
-
Updated
Nov 2, 2020
-
Updated
Nov 7, 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
Dec 4, 2020 - C++
-
Updated
Dec 9, 2020 - Scala
-
Updated
Dec 6, 2020 - Go
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Nov 8, 2020
-
Updated
Nov 12, 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.