LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
autots/__init__.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/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/holidays.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/evaluator/validation.py
autots/models/__init__.py
autots/models/arch.py
autots/models/base.py
autots/models/basics.py
autots/models/cassandra.py
autots/models/composite.py
autots/models/dnn.py
autots/models/ensemble.py
autots/models/gluonts.py
autots/models/greykite.py
autots/models/matrix_var.py
autots/models/mlensemble.py
autots/models/model_list.py
autots/models/neural_forecast.py
autots/models/prophet.py
autots/models/pytorch.py
autots/models/sklearn.py
autots/models/statsmodels.py
autots/models/tfp.py
autots/models/tide.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/constraint.py
autots/tools/cpu_count.py
autots/tools/fast_kalman.py
autots/tools/fft.py
autots/tools/fir_filter.py
autots/tools/hierarchial.py
autots/tools/holiday.py
autots/tools/impute.py
autots/tools/kalman.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/wavelet.py
autots/tools/window_functions.py
docs/conf.py
tests/test_anomalies.py
tests/test_autots.py
tests/test_calendar_holiday.py
tests/test_cassandra.py
tests/test_constraint.py
tests/test_event_forecasting.py
tests/test_impute.py
tests/test_metrics.py
tests/test_percentile.py
tests/test_regressor.py
tests/test_seasonal.py
tests/test_transforms.py
tests/test_validation.py