Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.18 KB

Build Status codecov Maintainability

forecastonishing

What is it?

This repo contains easy-to-use tools for forecasting. Currently, the list of provided utilities consists of:

  • On-the-fly selector, an adaptive selector that can leverage abilities of robust, yet extremely simple methods such as moving average. More details can be found in a tutorial;
  • Some auxiliary classes and functions that can make forecasting easier.

How to install the package?

To install the package in a virtual environment named your_virtual_env, run this from your terminal:

cd path/to/your/destination
git clone https://github.com/osahp/forecastonishing
cd forecastonishing
source activate your_virtual_env
pip install .