Automatic Time Series Forecasting and Missing Value Imputation
Project description
rego
Automatic Time Series Forecasting and Missing Value Imputation
rego is a machine learning algorithm for predicting and imputing time series. It can automatically set all the parameters needed, thus in the minimal configuration it only requires the target variable and the dependent variables if present. It can address large problems with hundreds or thousands of dependent variables and problems in which the number of dependent variables is greater than the number of observations. Moreover it can be used not only for time series but also for any other real valued target variable. The algorithm implemented includes a Bayesian stochastic search methodology for model selection and a robust estimation based on bootstrapping. rego is fast because all the code is C++.
PyPi installation
Note! Only Python3 is supported!
pip install --upgrade setuptools
pip install wheel
pip install Cython
pip install pandas
pip install rego
Compile from source
cd /python
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python setup.py build_ext --inplace
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rego-1.6.1.tar.gz
.
File metadata
- Download URL: rego-1.6.1.tar.gz
- Upload date:
- Size: 4.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/57.4.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbe93304bbc7853d57ac82d4ba0f710837e9551d52a10000555f5abe148d19a1 |
|
MD5 | db4bb08b78b2087bb88fa99d6b01ebc4 |
|
BLAKE2b-256 | f8abe18e27b2ca31937e115833294fce63f2805298dca8377fd67f561eeb8c67 |