Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/paulozip/alchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulozip committed Dec 5, 2019
2 parents 7ca08fc + fb0ed92 commit 76f6245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Arauto is an open-source framework that aims to make it **easier to model and ex

## Features

* **Support to exogenous regressors** (independent variables)
* Seasonal decompose that let's you know the **Trend, Seasonality and Resid** of your data
* **Support for exogenous regressors** (independent variables)
* Seasonal decompose that lets you know the **Trend, Seasonality, and Resid** of your data
* Stationarity Test using **Augmented Dickey-Fuller** test
* Customization of data transforming for stationarity: you can use from first difference to seasonal log to transform your data
* **ACF** (Autocorrelation function) and **PACF** (Parcial correlation function) for terms estimation
Expand Down
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Arauto can be used in three different ways:

Web
^^^
| If you are just curious about what you can do with Arauto, `you can refer to this website <https://project-arauto.herokuapp.com>`_.
| If you are just curious about what you can do with Arauto, `you can refer to this website <https://projectarauto.herokuapp.com>`_.
| This version contains some example datasets that you can use to check how Arauto works.
**Please note that this version is a Heroku's free tier instance**. Due to high traffic, you may experience some poor performance
Expand Down Expand Up @@ -37,4 +37,4 @@ Local installation
pip install requirements.txt
# Run Streamlit
streamlit run run.py
streamlit run run.py

0 comments on commit 76f6245

Please sign in to comment.