Skip to content

Commit

Permalink
Typo in running the predictor_app
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpadd committed Nov 30, 2023
1 parent 997f743 commit c784ddb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The predictions can be run either directly by a python script or via a web-appli
- To start the web-application run the following line. A localhost url will appear which hosts the application:
```bash
python prediction_app.py
python predictor_app.py
```
- To run directly make sure you have specified the configuration settings for the league and regressor model and matchdays to drop and run the following line. This will produce a Predictions/{league} folder where the predictions are saved as an interactive plot and a html table:
```bash
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c784ddb

Please sign in to comment.