-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added data testing framework, improved estimates for promoted teams, …
…improved formatting for expected points (#17) * #13 Added non-cumulative future expected points columns to player_gw_next_eps_ext dataset. * #15, Fixes #16: Added data testing framework. Fixed goals stats estimation issue. * #15 Trying to fix component test. * Fixes #16: Fixed comp test. * Removed hard coded component test mode setting.
- Loading branch information
Showing
46 changed files
with
3,646 additions
and
734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
/.vscode/ | ||
/layer/python/ | ||
/layer/layer.zip | ||
/*.zip | ||
/*.log | ||
/tests/comp/actual_*.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Team Code,Team Short Name,Total Team Goals Scored Home~,Total Team Goals Scored Away~,Total Team Goals Conceded Home~,Total Team Goals Conceded Away~,Total Team Clean Sheets Home~,Total Team Clean Sheets Away~,Team Fixture Count Home~,Team Fixture Count Away~ | ||
2,LEE,23,14,17,24,7,5,19,19 | ||
35,WBA,30,19,30,30,3,4,19,19 | ||
54,FUL,30,19,30,30,3,4,19,19 | ||
2,LEE,11.5,7,8.5,12,3.5,2.5,9.5,9.5 | ||
35,WBA,15,9.5,15,15,1.5,2,9.5,9.5 | ||
54,FUL,15,9.5,15,15,1.5,2,9.5,9.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.