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. 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 to install pip.
After pip is installed,
pip install fireTS
To get the latest development version,
git clone https://github.com/jxx123/fireTS.git
cd fireTS
pip install -e .
- 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 Distributions
Built Distribution
File details
Details for the file fireTS-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: fireTS-0.0.4-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 | c36f86e49c442ee8e2ade1d12b3139770b7308c59504368ee38a53122856a887 |
|
MD5 | 897f55998b0d3a15f953ea7a797f4c67 |
|
BLAKE2b-256 | ad5a30f543ba13f8c69160a92ea43aecd634dd9838580d203d31abf898229bcc |