LICENSE
MANIFEST.in
README.md
app.py
pyproject.toml
wsgi.py
tests/test_analysis_backends.py
tests/test_app_routes.py
tests/test_forecasting_expansion.py
tests/test_packaging.py
tests/test_parameters.py
tests/test_tasks.py
tests/test_upload_parser.py
tseapy/__init__.py
tseapy/cli.py
tseapy.egg-info/PKG-INFO
tseapy.egg-info/SOURCES.txt
tseapy.egg-info/dependency_links.txt
tseapy.egg-info/entry_points.txt
tseapy.egg-info/requires.txt
tseapy.egg-info/top_level.txt
tseapy/core/__init__.py
tseapy/core/analysis_backends.py
tseapy/core/export.py
tseapy/core/parameters.py
tseapy/core/tasks.py
tseapy/core/validation.py
tseapy/data/__init__.py
tseapy/data/examples.py
tseapy/data/upload.py
tseapy/static/css/styles.css
tseapy/tasks/__init__.py
tseapy/tasks/change_in_mean/__init__.py
tseapy/tasks/change_in_mean/pelt_l2.py
tseapy/tasks/change_in_mean/sliding_window_l2.py
tseapy/tasks/decomposition/__init__.py
tseapy/tasks/decomposition/classical.py
tseapy/tasks/decomposition/stl.py
tseapy/tasks/forecasting/__init__.py
tseapy/tasks/forecasting/auto_arima.py
tseapy/tasks/forecasting/auto_ets.py
tseapy/tasks/forecasting/auto_theta.py
tseapy/tasks/forecasting/common.py
tseapy/tasks/forecasting/comparison.py
tseapy/tasks/forecasting/historic_average.py
tseapy/tasks/forecasting/lightgbm_mlforecast.py
tseapy/tasks/forecasting/naive.py
tseapy/tasks/forecasting/seasonal_naive.py
tseapy/tasks/forecasting/xgboost_mlforecast.py
tseapy/tasks/frequency_analysis/__init__.py
tseapy/tasks/frequency_analysis/lomb_scargle.py
tseapy/tasks/frequency_analysis/stft.py
tseapy/tasks/frequency_analysis/welch.py
tseapy/tasks/motif_detection/__init__.py
tseapy/tasks/motif_detection/matrixprofile.py
tseapy/tasks/motif_detection/pan_matrixprofile.py
tseapy/tasks/pattern_recognition/__init__.py
tseapy/tasks/pattern_recognition/mass.py
tseapy/tasks/smoothing/__init__.py
tseapy/tasks/smoothing/moving_average.py
tseapy/templates/algo.html
tseapy/templates/index.html
tseapy/templates/task.html
tseapy/templates/upload.html
tseapy/templates/upload_preview.html
tseapy/templates/wizard_steps.html
tseapy/templates/layouts/header.html
tseapy/templates/layouts/layout.html
tseapy/templates/layouts/layout_without_sidebar.html
tseapy/templates/layouts/sidebar.html
tseapy/templates/parameters/boolean_parameter.html
tseapy/templates/parameters/features.html
tseapy/templates/parameters/list_parameter.html
tseapy/templates/parameters/number_parameter.html
tseapy/templates/parameters/range_parameter.html
tseapy/view/__init__.py
tseapy/view/visualizer.py