sktime / pysf

Supervised forecasting of sequential data in Python.
BSD 3-Clause "New" or "Revised" License
55 stars 8 forks source link

pysf version License

pysf

Supervised forecasting of sequential data in Python.

Intro

Supervised forecasting is the machine learning task of making predictions for sequential data like time series (forecasting) by exploiting independent examples of the same underlying relationship (supervised learning). Learning is flexible enough to incorporate metadata as well as sequential data.

Package features

Getting started

Documentation

Installation

You can install pysf using the pip package management system. If you have pip installed, simply run

pip install pysf

to install the latest release of pysf.

In addition to the package, you will need the following prerequisites to take advantage of pysf's full functionality.

Prerequisites:

These are also required, but should be part of your Python distribution:

To use keras for deep learning:

Contributions

How to cite

Coming soon!

How to contribute

We welcome contributions!

Contributors

Copyright and license

Code and documentation copyright 2018 Ahmed Guecioueur. Code released under the BSD-3-Clause License.