https://github.com/dpys/forecastintensity
https://github.com/dpys/forecastintensity
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpys/forecastintensity
- Owner: dPys
- Created: 2022-05-28T00:50:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T17:50:06.000Z (about 4 years ago)
- Last Synced: 2025-09-09T07:02:43.688Z (9 months ago)
- Language: Python
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ForecastIntensity

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
```