kats — Easy Examples
Meta's toolkit for time series analysis: detection, forecasting, feature extraction
Getting started with kats
Installation and basic usage of kats.
python
# Install: pip install kats import kats # Basic kats usage print(f"Using kats") # See documentation for detailed examples
Expected Output
# Expected output shown below # (Run locally with: kats)
kats is a third-party package. Meta's toolkit for time series analysis: detection, forecasting, feature extraction. Install with: pip install kats
Common kats operations
Frequently used features of kats.
python
# Install: pip install kats import kats # Common kats patterns print(f"kats version: {kats.__version__}")
These are the most commonly used features of kats in everyday development.
Want to try these examples interactively?
Open Easy Playground