-
Notifications
You must be signed in to change notification settings - Fork 7
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
Selecting team at the start of the season and preparing for the January market auction #2
Comments
Ciao!
|
Grazie @uPeppe. If I've understood correctly, at the start of the season the initial team is chosen based on the output of 6_neural_network_training_and_prediction.ipynb: is my statement correct? |
In both cases, it's like a manual analysis done on Excel, based on the pred_avg_seriea file generated |
@uPeppe Many thanks, I'm curious to see how this project will evolve over time, keep it up 💪 |
@uPeppe a question: how is the file pred_matchday_base.xlsx generated? Because for numeric inputs I understand how it works but in the base case I can't figure out which data the python script is using. Grazie in anticipo ;) |
Manually, it's just the excel template used for generating the pred_matchday sheets |
Ok but it uses data related to the first matchday of the current season, to the last matchday of the previous season or which one? |
Doesn't matter what data it contains! It will be replaced by the script. |
Ok, now which data can i use to forecast the best team for the start of the season considering that the league hasn't yet started? |
I'd say:
The pipeline might be a bit hard to adapt for the new season initially, especially if FBRef changed anything in their website and scraping script doesn't work anymore |
I don't have access to the article |
@uPeppe Yeah, surely. How can i contact you? |
I've read carefully the code and your article on Medium: it's really a great work, no doubts.
When reading about the implementation of the model I haven't understood two concepts:
How to select the team at the start of the season: I've read your reply to a comment on medium and you stated that you've made the initial team by applying the prediction using as opposing team one made through averaging all the stats of Serie A teams. I didn't find this reference in the github code.
In the Medium article you say that by using the algorithm to predict selecting a statistically average Serie A team as an opponent, it was useful in preparing for the January market auction: where is this implemented in the code?
I'm trying to understand all the parts of the model better, I hope I haven't inconvenienced you.
Thanks for your time.
The text was updated successfully, but these errors were encountered: