Auto_TS
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.
File Explorer
Download Latest Version (.zip)- google-cloudrun-source.yml
- __init__.py
- build_arima.py
- build_arima_base.py
- build_autoarimax.py
- build_sarimax.py
- build_var.py
- param_finder.py
- __init__.py
- build_base.py
- build_ml.py
- build_prophet.py
- build_pyflux.py
- ml_models.py
- __init__.py
- test_auto_sarimax.py
- test_auto_ts.py
- test_var.py
- __init__.py
- colors.py
- eda.py
- etl.py
- logging.py
- metrics.py
- my_encoders.py
- val.py
- .gitattributes
- .gitignore
- __init__.py
- __version__.py
- py.typed
- Sales_and_Marketing.csv
- ts_2.csv
- Auto_TS_Test_AV_Hack_TS_Rank_600.ipynb
- autots_multivariate_example.ipynb
- autots_univariate_example.ipynb
- add_fb_prophet.png
- install_auto_ts.png
- logo.png
- .gitignore
- .mypy.ini
- .pylintrc
- CHANGELOG
- cloud_run.txt
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- setup.py
- updates.md
# Installation Guide
1. Get the code
git clone https://github.com/AutoViML/Auto_TS
Downloads the entire project code from GitHub to your computer.
cd Auto_TS
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
