Skip to content

Commit

Permalink
feat: add release body
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Feb 7, 2024
1 parent 0a16cf7 commit c658254
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/train-spread-predictor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,12 @@ jobs:
files: ./nfl_analytics/assets/*
tag_name: spread-predictor
draft: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
body: |
This release includes the trained model, scaler, and compressed CSV file needed for predictions:
The machine learning model saved using joblib.
- **trained_model-[timstamp].joblib:** The scaler pickled with joblib for scaling matchup inputs.
- **trained_scaler-[timstamp].joblib:** The scaler pickled with joblib for scaling matchup inputs.
- **running_average-[timstamp].csv.gz:** Running averages used to form matchup inputs
To make predictions, use these with the main.py --predict command on asset sets with matching timestamps.

0 comments on commit c658254

Please sign in to comment.