Skip to main content

Automated entire process of building and training regression based models

Project description

autoregressor

You can install autoregressor from PyPI

$ pip install autoregressor

Once the library is installed, import the modules in your python notebook or any IDE of your choice.

$ import autoregreessor
from autoregressor import compute

We now have the package imported. To use the library, we use:

prediction = autoregressor(X_train , y_train , X_test)

Where,

  • prediction - Predicted output of the Regression model.
  • X_train - Training dataset
  • y_train - Target variable of the training dataset *X_test - Testing dataset

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoregressor-1.0.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

autoregressor-1.0.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page