tsaug icon indicating copy to clipboard operation
tsaug copied to clipboard

A Python package for time series augmentation

Results 11 tsaug issues
Sort by recently updated
recently updated
newest added

We like to start using type hints for better practice of python programming. For a first-time contributor, this is probably a nice starting point, as you will go through every...

help wanted

Hi! I noticed that documentation is actually missing few important notes. For instance, first example contains such snippet: ```python >>> import numpy as np >>> X = np.load("./X.npy") >>> Y...

Hello, I have a use case where I apply temporal augmentation with the same random anchor across multiple time series within a segmented object. I.e., I want certain augmentations to...

Might be related to https://github.com/arundo/tsaug/issues/1 In the current state of the package, the `_Augmenter` class is an internal class that should not be used outside of the package itself... but...

help wanted

Hello I'm very interested to use and apply Tsaug library in my personal project. I have read the paper "Data Augmentation ofWearable Sensor Data for Parkinson’s Disease Monitoring using Convolutional...

question

The shape of X is `(54, 337)` and the shape of y is `(54,)`. But I am getting error. I am using the following code ``` from tsaug import TimeWarp,...

question

I noticed that while augmenting multi-variate time series data, augmented data is concatenated on 0 axes, instead of being added to a new axis ie third axis. Let suppose data...

question

First of all, many thanks to issue this open source library! I have been trying to model a time series regression with a limited time series data set. In particular,...

Hello, I'd like to ask about the normalize parameter in add_noise, I'm using it so that it is True, I'm finding where to use this parameter in add_noise, and I...

So clcolors[j % 10] in line 127 will not fail if you have more than 9 labels