AutoTS
===================

`autots`_ is an automated time series forecasting package for Python.

Installation
------------

.. code:: sh

   pip install autots


Requirements: Python 3.6+, numpy, pandas, statsmodels, and scikit-learn.

Getting Started
===================
.. toctree::
   :maxdepth: 2

   source/intro
   source/tutorial
   
Modules API
===================
.. toctree::
   :maxdepth: 2

   source/modules

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
