Code Monkey home page Code Monkey logo

arauto's People

Contributors

fclesio avatar paulovasconcellos-hotmart avatar paulozip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

arauto's Issues

Add biannually frequency

At the moment the frequencies managed are:

  • hourly
  • daily
  • monthly
  • quarterly
  • yearly
    It would also be useful to add the biannually frequency

Add VAR models

Vector Autoregressions it's a great tool to analyze and forecast multivariate time series, chiefly when multiple time series influence each other. For example, one might want to forecast the Air Quality by comparing this time series with others like humidity, temperature, and tungsten oxide.

VAR models may be added to Arauto as an alternative to ARIMA models.

Write tests

Yeah, we don't have tests for Arauto yet. Please, don't judge me.

Give the user the power to choose the transformation function

Currently, Alchemy will try to find the transformation function (First Difference, Log transformation, Log Difference, Seasonal difference, etc.) that returns the lower score in the Dickey-Fuller Augmented Test.

It would be nice to let the user choose the proper transformation function for her problem. A dropdown menu should do the thing.

Add ARCH and GARCH models

Autoregressive Conditional Heteroscedasticity (ARCH) and Generalized Autoregressive Conditional Heteroscedasticity (GARCH) are good models to analyze and forecast volatility in time series. Arauto might use ARCH and GARCH models to:

  • Model volatility;
  • Use it as a way to reduce errors in ARIMA models. e.g.: by modeling the volatility, we could use it as a variable for ARIMA e deduce the forecasting values;

Add Exponential Smoothing

Exponential Smoothing has been shown as a good model that is able to forecast non-seasonal and seasonal data. It could be used as an alternative to ARIMA models

Be able to get a dataset from S3

It would be great with we could upload or read a dataset from S3.

Maybe adding the path to a bucket. Of course, the machine running Arauto should have the appropriate policies for this bucket.

Create interface to upload file

Instead of use a cURL post to upload new datasets, it would be nice to have and interface where this could be done by the user.

[Generated Code] Sometimes missing np.log1p(df)

Sometimes the generated code missing the line:
df = np.log1p(df)

This make some errors to forecasting with np.expm1() transformation.

This problem occurred with my dataset but it is possible to replicate with the "yearky_lynx_trapping.csv" dataset and FREQUENCY equals to Daily with default configuration.

In the end the Augmented Dickey-Fuller test stays like this:

# Applying Augmented Dickey-Fuller test
dftest = adfuller(df.diff().dropna(), autolag='AIC')

Split transform functions and test stationarity function

The test_stationarity function also contains the transformation function. We could split these functions. The transformation function should be a Class containing all the transformations, while the test_stationarity function would only handle the statistical test.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.