Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Integration]: Integration with Kats #3020

Open
1 task done
jaredc07 opened this issue Sep 28, 2022 · 0 comments
Open
1 task done

[New Integration]: Integration with Kats #3020

jaredc07 opened this issue Sep 28, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed integration New idea for the supported db integrations

Comments

@jaredc07
Copy link

Is there an existing integration?

  • I have searched the existing integrations.

Use Case

Kats is a toolkit to analyze time series data, a lightweight, easy-to-use, and generalizable framework to perform time series analysis. Kats aims to provide the one-stop shop for time series analysis, including detection, forecasting, feature extraction/embedding, multivariate analysis, etc. Kats is released by Facebook's Infrastructure Data Science team.

Motivation

Forecasting:
Kats provides a full set of tools for forecasting that includes 10+ individual forecasting models, ensembling, a selfsupervised learning (meta-learning) model, backtesting, hyperparameter tuning, and empirical prediction intervals.

In particular, it provides meta-learning, which can be seen as another implementation of AutoML.

Detection:
Kats supports functionalities to detect various patterns on time series data, including seasonalities, outlier, change point, and slow trend changes.

TSFeatures:
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, such as classification and regression.

Utilities:
Kats also provides a set of useful utilities, such as time series simulators.

Implementation

You can check their github page and tutorials.

Anything else?

https://facebookresearch.github.io/Kats/

@jaredc07 jaredc07 added enhancement New feature or request integration New idea for the supported db integrations labels Sep 28, 2022
@ZoranPandovski ZoranPandovski added this to Ideas 💡 in ML Frameworks Contest Sep 30, 2022
@torrmal torrmal added the help wanted Extra attention is needed label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed integration New idea for the supported db integrations
Projects
Community Contributors
Awaiting triage
Development

No branches or pull requests

3 participants