AUTHORS.md
LICENSE
README.md
pyproject.toml
build_oracle/__init__.py
build_oracle/arima.py
build_oracle/autodiff.py
build_oracle/changepoint.py
build_oracle/cli.py
build_oracle/decompose.py
build_oracle/ensemble.py
build_oracle/features.py
build_oracle/metrics.py
build_oracle/neural.py
build_oracle/prophet.py
build_oracle/streaming.py
build_oracle/var.py
build_oracle.egg-info/PKG-INFO
build_oracle.egg-info/SOURCES.txt
build_oracle.egg-info/dependency_links.txt
build_oracle.egg-info/entry_points.txt
build_oracle.egg-info/requires.txt
build_oracle.egg-info/top_level.txt
build_oracle/gui/__init__.py
build_oracle/gui/app.py
build_oracle/gui/pages/__init__.py
build_oracle/gui/pages/changepoint_page.py
build_oracle/gui/pages/dashboard.py
build_oracle/gui/pages/decompose_page.py
build_oracle/gui/pages/forecast_page.py
build_oracle/gui/pages/settings_page.py
tests/test_arima.py
tests/test_changepoint.py
tests/test_decompose.py
tests/test_ensemble.py
tests/test_metrics.py
tests/test_multivariate.py
tests/test_neural.py
tests/test_persistence.py
tests/test_streaming.py