Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SorrTask997_sota_baseline_glm #1014

Merged
merged 5 commits into from
May 29, 2024
Merged

Conversation

tkpratardan
Copy link
Collaborator

Created a baseline system with the General Linear Model (GLM) from the stats module library on the formula by setting the goals as the response variable which depends on team, opponent (categorical variables) and home_strength using is_home flag.

formula : goals ~ C(team) + C(opponent) + is_home

@tkpratardan tkpratardan mentioned this pull request May 29, 2024
@tkpratardan tkpratardan self-assigned this May 29, 2024
@gpsaggese gpsaggese merged commit 69817ef into master May 29, 2024
1 check passed
@gpsaggese gpsaggese deleted the SorrTask997_sota_baseline_glm branch May 29, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants