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
Release files for rego 1.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rego-1.6.1.tar.gz | 4.1 MB | Details |
Release files / rego-1.6.1.tar.gz
| Download URL | rego-1.6.1.tar.gz |
|---|---|
| Size | 4.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cbe93304bbc7853d57ac82d4ba0f710837e9551d52a10000555f5abe148d19a1
|
|
BLAKE2b-256 checksum How to use checksums |
f8abe18e27b2ca31937e115833294fce63f2805298dca8377fd67f561eeb8c67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|