Skip to content
#

time-series

Here are 3,694 public repositories matching this topic...

xiaopingcs
xiaopingcs commented Jun 22, 2022

Bug Description
fix issues found by Coverity Scan in syncMain.c

To Reproduce
N/A

Expected Behavior
fix following issues:
| issue type | category | file path | function | line number |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |

good first issue improvement
questdb
puzpuzpuz
puzpuzpuz commented Jul 6, 2022

Is your feature request related to a problem?

We have users periodically asking for week-based partitioning.

Describe the solution you'd like.

Add WEEK to the PARTITION BY options.

Describe alternatives you've considered.

No response

Additional context.

This PR should give enough hints on how to implement this feature: questdb/questdb#1571

Help wanted New feature Good first issue Core
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

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

good first issue
ngupta23
ngupta23 commented Apr 16, 2022

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_default
enhancement good first issue time_series plots
sktime
TonyBagnall
TonyBagnall commented Jul 7, 2022

Is your feature request related to a problem? Please describe.

It is useful to record the time estimators take to fit to help with algorithm comparison. We do this in clustering and classification base class, it would be nice to store transform time in the BaseTransformer class

Describe the solution you'd like
a class variable, e.g. transform_time, that is initialised in reset and c

good first issue module:transformations enhancement
laiwei
laiwei commented Apr 2, 2022

示例

  • 企业或者组织: 夜莺
  • 地点:北京
  • 联系方式:contact-us at xxx.com
  • 使用场景和经验分享:你们最看重夜莺的哪些功能,解决一个什么样的问题,以及使用规模和范围,使用夜莺监控构建企业级监控体系的过程中,有哪些好的经验分享。
  • 需求建议:希望哪些点上夜莺监控能做的更好,更契合您的使用场景。
good first issue
proddata
proddata commented Jun 27, 2022

Use case:

PosgreSQL client compatibility (e.g. Trino)
SQL compliance

CrateDB

CREATE TABLE doc.x (txt TEXT)
SELECT crate.doc.x.txt FROM crate.doc.x

PostgreSQL

postgres=# CREATE TABLE public.x (txt TEXT);
CREATE TABLE
postgres=# SELECT postgres.public.x.txt FROM postgres.public.x;
 txt 
-----
(0 rows)

[From PostgreSQL docs](https://www.postg

gluon-ts
lostella
lostella commented Feb 17, 2022

See also fixes needed in #1893 because of this, and issue referenced therein.

To Reproduce

import mxnet as mx
from gluonts.mx.distribution.distribution import softplus
softplus(mx.nd, mx.nd.array([-20]))

Error message or code output

[-1.9073486e-06]
<NDArray 1 @cpu(0)>

Environment

  • Operating system: macos
  • Python version: 3.7.8
  • GluonTS ve
bug good first issue

Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai

  • Updated Jul 6, 2022
  • Jupyter Notebook

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