.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
TODO.md
extended_tutorial.md
production_example.py
setup.py
test.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
AutoTS.egg-info/PKG-INFO
AutoTS.egg-info/SOURCES.txt
AutoTS.egg-info/dependency_links.txt
AutoTS.egg-info/requires.txt
AutoTS.egg-info/top_level.txt
autots/__init__.py
autots/datasets/__init__.py
autots/datasets/_base.py
autots/datasets/fred.py
autots/datasets/data/covid_daily.zip
autots/datasets/data/eia_weekly.zip
autots/datasets/data/fred_monthly.zip
autots/datasets/data/fred_yearly.zip
autots/datasets/data/traffic_hourly.zip
autots/evaluator/__init__.py
autots/evaluator/anomaly_detector.py
autots/evaluator/auto_model.py
autots/evaluator/auto_ts.py
autots/evaluator/benchmark.py
autots/evaluator/event_forecasting.py
autots/evaluator/metrics.py
autots/models/__init__.py
autots/models/arch.py
autots/models/base.py
autots/models/basics.py
autots/models/dnn.py
autots/models/ensemble.py
autots/models/gluonts.py
autots/models/greykite.py
autots/models/matrix_var.py
autots/models/model_list.py
autots/models/prophet.py
autots/models/pytorch.py
autots/models/sklearn.py
autots/models/statsmodels.py
autots/models/tfp.py
autots/templates/__init__.py
autots/templates/general.py
autots/tools/__init__.py
autots/tools/anomaly_utils.py
autots/tools/calendar.py
autots/tools/cointegration.py
autots/tools/cpu_count.py
autots/tools/hierarchial.py
autots/tools/holiday.py
autots/tools/impute.py
autots/tools/lunar.py
autots/tools/percentile.py
autots/tools/probabilistic.py
autots/tools/profile.py
autots/tools/regressor.py
autots/tools/seasonal.py
autots/tools/shaping.py
autots/tools/thresholding.py
autots/tools/transform.py
autots/tools/window_functions.py
docs/.gitignore
docs/.nojekyll
docs/Makefile
docs/_config.yml
docs/conf.py
docs/index.html
docs/index.rst
docs/make.bat
docs/_static/autots_logo.png
docs/build/doctrees/environment.pickle
docs/build/doctrees/index.doctree
docs/build/doctrees/source/autots.datasets.doctree
docs/build/doctrees/source/autots.doctree
docs/build/doctrees/source/autots.evaluator.doctree
docs/build/doctrees/source/autots.models.doctree
docs/build/doctrees/source/autots.templates.doctree
docs/build/doctrees/source/autots.tools.doctree
docs/build/doctrees/source/intro.doctree
docs/build/doctrees/source/modules.doctree
docs/build/doctrees/source/tutorial.doctree
docs/build/html/.buildinfo
docs/build/html/.nojekyll
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/objects.inv
docs/build/html/py-modindex.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/_sources/index.rst.txt
docs/build/html/_sources/source/autots.datasets.rst.txt
docs/build/html/_sources/source/autots.evaluator.rst.txt
docs/build/html/_sources/source/autots.models.rst.txt
docs/build/html/_sources/source/autots.rst.txt
docs/build/html/_sources/source/autots.templates.rst.txt
docs/build/html/_sources/source/autots.tools.rst.txt
docs/build/html/_sources/source/intro.rst.txt
docs/build/html/_sources/source/modules.rst.txt
docs/build/html/_sources/source/tutorial.rst.txt
docs/build/html/_static/alabaster.css
docs/build/html/_static/autots_logo.png
docs/build/html/_static/basic.css
docs/build/html/_static/custom.css
docs/build/html/_static/doctools.js
docs/build/html/_static/documentation_options.js
docs/build/html/_static/file.png
docs/build/html/_static/jquery-3.4.1.js
docs/build/html/_static/jquery.js
docs/build/html/_static/language_data.js
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/build/html/_static/pygments.css
docs/build/html/_static/searchtools.js
docs/build/html/_static/underscore-1.3.1.js
docs/build/html/_static/underscore.js
docs/build/html/source/autots.datasets.html
docs/build/html/source/autots.evaluator.html
docs/build/html/source/autots.html
docs/build/html/source/autots.models.html
docs/build/html/source/autots.templates.html
docs/build/html/source/autots.tools.html
docs/build/html/source/intro.html
docs/build/html/source/modules.html
docs/build/html/source/tutorial.html
docs/source/autots.datasets.rst
docs/source/autots.evaluator.rst
docs/source/autots.models.rst
docs/source/autots.rst
docs/source/autots.templates.rst
docs/source/autots.tools.rst
docs/source/intro.rst
docs/source/modules.rst
docs/source/tutorial.rst
img/autots_1280.png
img/autots_logo.jpg
img/autots_logo.png
tests/model_forecasts.json
tests/test_anomalies.py
tests/test_autots.py
tests/test_calendar_holiday.py
tests/test_event_forecasting.py
tests/test_impute.py
tests/test_metrics.py
tests/test_percentile.py
tests/test_regressor.py
tests/transform_forecasts.json
tests/transform_forecasts_042.json