LICENSE
README.md
pyproject.toml
src/forecast_combo/__init__.py
src/forecast_combo/_optional.py
src/forecast_combo/_validation.py
src/forecast_combo/forecast_combo.py
src/forecast_combo/utils.py
src/forecast_combo.egg-info/PKG-INFO
src/forecast_combo.egg-info/SOURCES.txt
src/forecast_combo.egg-info/dependency_links.txt
src/forecast_combo.egg-info/requires.txt
src/forecast_combo.egg-info/top_level.txt
src/forecast_combo/combinations/__init__.py
src/forecast_combo/combinations/static_combinations.py
src/forecast_combo/dashboard/__init__.py
src/forecast_combo/dashboard/create_app.py
src/forecast_combo/dashboard/ui.py
src/forecast_combo/dashboard/tabs/__init__.py
src/forecast_combo/dashboard/tabs/by_horizon.py
src/forecast_combo/dashboard/tabs/by_vintage.py
src/forecast_combo/visualisations/__init__.py
src/forecast_combo/visualisations/_plot_utils.py
src/forecast_combo/visualisations/barplot.py
src/forecast_combo/visualisations/heatmap.py
src/forecast_combo/visualisations/lineplot.py
tests/test_average.py
tests/test_constrained_ls.py
tests/test_dashboard.py
tests/test_forecast_combo.py
tests/test_input_validation.py
tests/test_least_squares.py
tests/test_optional_dependencies.py
tests/test_plot_utils.py
tests/test_plots.py
tests/test_realtime.py
tests/test_snapshot.py
tests/test_std_error.py
tests/test_validation_helpers.py
tests/test_weighting_methods.py
tests/test_zero_loss.py