LICENSE
MANIFEST.in
README.md
setup.py
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/eia_weekly.zip
autots/datasets/data/fred_monthly.zip
autots/datasets/data/fred_yearly.csv
autots/datasets/data/toy_daily.csv
autots/datasets/data/traffic_hourly.zip
autots/evaluator/__init__.py
autots/evaluator/auto_model.py
autots/evaluator/auto_ts.py
autots/evaluator/metrics.py
autots/models/__init__.py
autots/models/basics.py
autots/models/ensemble.py
autots/models/gluonts.py
autots/models/prophet.py
autots/models/sklearn.py
autots/models/statsmodels.py
autots/models/tsfresh.py
autots/templates/__init__.py
autots/templates/general.py
autots/tools/__init__.py
autots/tools/holiday.py
autots/tools/impute.py
autots/tools/probabilistic.py
autots/tools/profile.py
autots/tools/shaping.py
autots/tools/transform.py