An open API service indexing awesome lists of open source software.

https://github.com/dpys/forecastintensity


https://github.com/dpys/forecastintensity

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ForecastIntensity

![Elastic-Net Forecaster](RealVsPredicted.png)

Install
-------
```
docker pull dpys/forecastintensity:latest
```
or
```
docker build -t forecastintensity .
```

Usage
-----
To begin generating predictions, run the command below, using a local directory of your choice to mount.
```
docker run -it --rm -v {/path/to/a/local/working/directory/to/store/predictions}:/working forecastintensity
```