A python package for multi-variate time series prediction
Project description
# fireTS #
`fireTS` is a sklean style package for multi-variate time-series prediction. I
developed this package when writing [this
paper](http://ceur-ws.org/Vol-2148/paper16.pdf). The paper introduced two
methods to perform multi-step prediction: recursive method and direct method.
`fireTS.models.NARX` model is trying to train a one-step-ahead-prediction model
and make multi-step prediction recursively given the future exogenous inputs.
`fireTS.models.DirectAutoRegressor` model is trying to train a
multi-step-head-prediction model directly. No future exogenous inputs are
required to make the multi-step prediction.
## Installation ##
It is highly recommended to use `pip` to install `fireTS`, follow this
[link](https://pip.pypa.io/en/stable/installing/) to install pip.
After pip is installed,
```
pip install firets
```
To get the latest development version,
```
git clone
```
* Dependencies
- numpy
- sklearn
## Quick Start ##
`fireTS` is a sklean style package for multi-variate time-series prediction. I
developed this package when writing [this
paper](http://ceur-ws.org/Vol-2148/paper16.pdf). The paper introduced two
methods to perform multi-step prediction: recursive method and direct method.
`fireTS.models.NARX` model is trying to train a one-step-ahead-prediction model
and make multi-step prediction recursively given the future exogenous inputs.
`fireTS.models.DirectAutoRegressor` model is trying to train a
multi-step-head-prediction model directly. No future exogenous inputs are
required to make the multi-step prediction.
## Installation ##
It is highly recommended to use `pip` to install `fireTS`, follow this
[link](https://pip.pypa.io/en/stable/installing/) to install pip.
After pip is installed,
```
pip install firets
```
To get the latest development version,
```
git clone
```
* Dependencies
- numpy
- sklearn
## Quick Start ##
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
fireTS-0.0.2.tar.gz
(5.6 MB
view details)
Built Distribution
File details
Details for the file fireTS-0.0.2.tar.gz
.
File metadata
- Download URL: fireTS-0.0.2.tar.gz
- Upload date:
- Size: 5.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1638053f90371196a161e27fca02cb63653879ff82b1b7cbd596896fe61962a7 |
|
MD5 | 83333730e54e10d3c18e68d49e4b6491 |
|
BLAKE2b-256 | 3e149f3052fe29b2aeaaf2bea6d00800ec8d23fcc979b39d85dbf482df0704db |
File details
Details for the file fireTS-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: fireTS-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a83c08ff2458d5ece82c64e87484ad453bba10a40e8c48f360cfa2f820a2f1f |
|
MD5 | f757a964b14143a4c34ffdd006fcf41a |
|
BLAKE2b-256 | 0054d0ba4abe5320b882aa2c658511cf61c6a98963d8851918b025d35e063470 |