.coveragerc
.flake8
.pre-commit-config.yaml
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
examples/basic_usage.ipynb
examples/.ipynb_checkpoints/basic_usage-checkpoint.ipynb
tests/__init__.py
tests/conftest.py
tests/test_metrics.py
tests/test_models.py
tests/test_utils.py
tests/forecast_strategy/__init__.py
tests/forecast_strategy/conftest.py
tests/forecast_strategy/test_naive_fs.py
tests/forecast_strategy/test_sm_fs.py
tests/viz/__init__.py
tests/viz/test_data_containers.py
tests/viz/test_eval_table.py
tests/viz/test_metric_container.py
tests/viz/test_time_slices.py
tests/viz/test_utils.py
tests/viz/api/__init__.py
tests/viz/api/test_smoke.py
tests/viz/stats/__init__.py
tests/viz/stats/test_mann_whitney_u.py
tests/viz/stats/test_rank_test.py
ts_eval/__init__.py
ts_eval/metrics.py
ts_eval.egg-info/PKG-INFO
ts_eval.egg-info/SOURCES.txt
ts_eval.egg-info/dependency_links.txt
ts_eval.egg-info/requires.txt
ts_eval.egg-info/top_level.txt
ts_eval/features/__init__.py
ts_eval/features/fourier.py
ts_eval/forecast_strategy/__init__.py
ts_eval/forecast_strategy/base.py
ts_eval/forecast_strategy/naive.py
ts_eval/forecast_strategy/sm.py
ts_eval/models/__init__.py
ts_eval/models/naive.py
ts_eval/utils/__init__.py
ts_eval/utils/nans.py
ts_eval/utils/sliding.py
ts_eval/utils/ts_factory.py
ts_eval/viz/__init__.py
ts_eval/viz/api.py
ts_eval/viz/data_containers.py
ts_eval/viz/eval_table.py
ts_eval/viz/time_slices.py
ts_eval/viz/utils.py
ts_eval/viz/components/__init__.py
ts_eval/viz/components/dataset_description.py
ts_eval/viz/components/legend.py
ts_eval/viz/components/metrics.py
ts_eval/viz/components/prediction_plot.py
ts_eval/viz/components/prediction_rankings.py
ts_eval/viz/layouts/__init__.py
ts_eval/viz/layouts/jupyter_html.py
ts_eval/viz/metrics/__init__.py
ts_eval/viz/metrics/adaptors.py
ts_eval/viz/metrics/metric_container.py
ts_eval/viz/stats/__init__.py
ts_eval/viz/stats/mann_whitney_u.py
ts_eval/viz/stats/rank_test.py