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