The Wayback Machine - https://web.archive.org/web/20220626061205/https://github.com/topics/time-series
Skip to content
#

time-series

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

netdata
HolgerHees
HolgerHees commented May 17, 2019

Hi,

first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.

First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there

help wanted feature request area/health good first issue
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
amunra
amunra commented Mar 15, 2022

Describe the Bug

The JSON response sent back over HTTP doesn't encode certain characters correctly.

For example, if a value in a string column contains the char \1 the byte value is copied verbatim in the response, breaking the client:

>>> json.loads('"\1"')
...
json.decoder.JSONDecodeError: Invalid control character at: line 1 column 2 (char 1)

Instead, we shou

Bug Good first issue REST API
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
khrapovs
khrapovs commented Jun 20, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

Sktime repository contains a lot of notebooks (https://github.com/alan-turing-institute/sktime/tree/main/examples). The problem that motivated me to write this issue is mainly bad experience with notebook review process based on https://www.reviewnb.com/. To my taste it is

good first issue documentation enhancement
laiwei
laiwei commented Apr 2, 2022

示例

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

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 May 29, 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