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

Estimating missing team data for season before 2018 #187

Open
EdwardAnalytics opened this issue Oct 10, 2024 · 1 comment
Open

Estimating missing team data for season before 2018 #187

EdwardAnalytics opened this issue Oct 10, 2024 · 1 comment

Comments

@EdwardAnalytics
Copy link
Contributor

EdwardAnalytics commented Oct 10, 2024

We have the team information for seasons 2019 onwards here (2024 example): data/2024-25/teams.csv

For the earlier seasons. It be useful to estimate the data in here, specifically team strength. We could name the files teams_estimated.csv.

These could be estimated using rules/conditions based on their position the previous season, the total value of players in their team, or by using a model. An LLM could also be used here.

The CSVs would be the exact same format as the teams data we have (teams.csv) But the following subset of columns only: id, name, short_name, strength.

I'm happy to do this if it would be useful and would be something which would be merged with main.

@vaastav
Copy link
Owner

vaastav commented Oct 24, 2024

If you would like to take a stab at it, then please go ahead.

Contributions are always welcome :)

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

No branches or pull requests

2 participants