TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: tsaug – a time series data augmentation library in Python

11 点作者 roycoding超过 5 年前

2 条评论

roycoding超过 5 年前
This is my team&#x27;s second time series related library that we&#x27;ve recently open sourced, the other being <a href="https:&#x2F;&#x2F;github.com&#x2F;arundo&#x2F;adtk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;arundo&#x2F;adtk</a>, our anomaly detection toolkit for time series.<p>We created this library because we were training a lot of deep learning models on time series data, but needed more examples of the specific types of behaviour we were interested in. This data augmentation library is inspired by image data augmentation libraries, but taking the considerations of time series into account. As with image data, you need to carefully consider whether the specific &quot;augmentation&quot; will preserve the aspects of the data that you are interested in.<p>We&#x27;ve released tsaug under an Apache license. We&#x27;d love to have people try it out, make contributions, and ask any questions.<p>tsaug is pip installable and the documentation and examples are linked in the readme on Github.<p>Credit primarily goes to Tailai Wen, who led this effort.
tailaiw超过 5 年前
Here is a blog article I wrote to introduce the package <a href="https:&#x2F;&#x2F;www.arundo.com&#x2F;arundo_tech_blog&#x2F;tsaug-an-open-source-python-package-for-time-series-augmentation" rel="nofollow">https:&#x2F;&#x2F;www.arundo.com&#x2F;arundo_tech_blog&#x2F;tsaug-an-open-source...</a>