time-series
Here are 3,799 public repositories matching this topic...
-
Updated
Aug 8, 2022 - Go
-
Updated
Aug 8, 2022 - Go
Bug Description
fix issues found by Coverity Scan in TDengine/src/query/src/qFilter.c
To Reproduce
N/A
Expected Behavior
fix following issues:
| Type | Category | Function | Line Number |
|---|---|---|---|
| Logically dead code | Contr |
-
Updated
Aug 8, 2022 - C
Relevant telegraf.conf:
[[inputs.openweathermap]]
app_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Describe the bug
In the documentation, it is written that we can get the day of year using the to_str(time, 'D') approach. However, using the latest docker images, this will return the string 'D' as a result. See https://questdb.io/docs/reference/function/date-time/#date-and-timestamp-format
I assume this may be tracked down somewhere around here, where the capital D is never being regist
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 22, 2022 - Go
-
Updated
Jul 13, 2022 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
In time series plotting module, lot of plots are customized at the end - template, fig size, etc. Since the same code is repeated in all these plots, maybe this could be modularized and reused.
with fig.batch_update():
template = _resolve_dict_keys(
dict_=fig_kwargs, key="template", defaults=fig_defaultUpdate: content has been added, but the lists are formatted badly due to typos in the code. Would be appreciated if someone could fix this!
From #3086, by @jelc53, in reference to alan-turing-institute/sktime#3089 and the current developer doc on local linting and precommit setup:
Great to hear! Appreciate you helping me through it. Re feedback on https://git
-
Updated
Aug 6, 2022 - JavaScript
This should be quite trivial
Use case:
Get the total duration over many events. Something like select sum(age(ended, started)) from myevents or select sum(ended - started) from myevents - depending on crate/crate#12479
-
Updated
Aug 8, 2022 - C++
Description
I created a simple random dataset, added a single NAN value in the first instance at the start of the last window before forecast, and compared evaluation metrics of 3 trivial estimators: Mean, Constant and Identity (code below). The ConstantEstimator is not affected at all - all metrics are normal. IdentifyPredictor ends up with NA for the metrics on the first instance and norma
-
Updated
Aug 8, 2022 - Jupyter Notebook
-
Updated
Jul 15, 2022 - Python
-
Updated
May 15, 2022 - Python
-
Updated
Feb 20, 2022 - C
-
Updated
Aug 8, 2022 - C++
-
Updated
Jun 22, 2022 - Python
-
Updated
Apr 1, 2022
-
Updated
Jul 6, 2022 - Jupyter Notebook
On MacOS, the tslearn.datasets does not work out-of-the-box.
In order to make it work, you need to apply the following steps:
- Go to your finder
- run "/Apps/Python/Install Certificates.command". This basically installs the
certifipackage with pip.
Perhaps we should add this to the documentation page of our datasets module?
-
Updated
Aug 5, 2022 - Go
-
Updated
Jul 22, 2022 - Python
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."

Problem
My notification services is not available
Description
ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also [open source](https://github.com/b