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