TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Kats: One stop shop for time series analysis in Python

222 pointsby babak_apalmost 4 years ago

9 comments

hrznalmost 4 years ago
For those interested in time series library, we are developing Darts [1], which focuses on making it easy &amp; straightforward to build and use forecasting models. Out of the box it contains traditional models (such as ARIMA) as well as recent deep learning ones (like N-Beats). It also allows to easily train models on multiple time series (potentially scaling to large datasets), as well as on multivariate series (i.e., series made of multiple dimensions). It will soon support probabilistic forecasts as well.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;unit8co&#x2F;darts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;unit8co&#x2F;darts&#x2F;</a>
评论 #27590574 未加载
评论 #27589423 未加载
acidbaseextractalmost 4 years ago
<i>The time series feature (TSFeature) extraction module in Kats can produce 65 features with clear statistical definitions, which can be incorporated in most machine learning (ML) models...</i><p>I&#x27;d be curious about the performance of these. A time series featurization library I&#x27;ve liked the look of but haven&#x27;t used for real is catch22: <a href="https:&#x2F;&#x2F;github.com&#x2F;chlubba&#x2F;catch22" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chlubba&#x2F;catch22</a><p>In particular I like catch22&#x27;s methodology:<p><i>catch22 is a collection of 22 time-series [that are] are a high-performing subset of the over 7000 features in hctsa. Features were selected based on their classification performance across a collection of 93 real-world time-series classification problems...</i>
评论 #27588616 未加载
benboughton1almost 4 years ago
What are suggested online courses to learn about multi variable time series forecasting? My skill level is - ok with university level Biometrics but that was 10+ years ago, and I am web&#x2F;self-taught python for web apps and automating GIS tasks.
评论 #27588599 未加载
Clewza313almost 4 years ago
Anybody know where the name comes from? I&#x27;m hoping this is a tip of the hat at <i>Zero Wing</i>, otherwise you have no chance to survive make your time.
评论 #27589686 未加载
评论 #27589653 未加载
refactor_masteralmost 4 years ago
What are some ways to deal with large volumes of variable-length timeseries for real-time predictions? The best solutions I&#x27;ve tried myself all hinge on windowed-feature extraction or LSTMs. It generally works, but starts to fall apart when you&#x27;re squeezed for data.<p>It seems that almost everywhere you look, every example has just <i>one</i> timeseries that needs to be dealt with. However, since the methods are much more &quot;statistical&quot; in nature, they can actually make meaningful predictions on a single sample.
评论 #27588811 未加载
评论 #27589001 未加载
评论 #27589235 未加载
joshlkalmost 4 years ago
Sktime looks like a similar but more fully featured package: <a href="https:&#x2F;&#x2F;www.sktime.org&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sktime.org&#x2F;en&#x2F;latest&#x2F;</a>
nextaccounticalmost 4 years ago
Is Granger causality a common method for the kind of time series analysis made by this library?<p>I worked with this algorithm before so I was curious, but I can&#x27;t find it in the API.
评论 #27590188 未加载
profquailalmost 4 years ago
Kats looks like a useful library, but I’m a bit surprised to see they’re not enabling parallel execution for the numba kernels. Surely FB must have time-series data large-enough they’d see some performance benefits from parallelism in these functions?
评论 #27590093 未加载
blondinalmost 4 years ago
is it a wrapper around prophet?
评论 #27587412 未加载
评论 #27587903 未加载
评论 #27587527 未加载
评论 #27587244 未加载
评论 #27588443 未加载