You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @anguswilliams91 , I finally got round to having a look at this today, and getting some score predictions with ExtendedDixonColesMatchPredictor was really smooth, thanks! 🎉
To get it working in AIrsenal there are 3 functions we use in bpl that are not in bpl-next currently (I think):
BPLModel.add_new_team
BPLModel.score_n_probability
BPLModel.concede_n_probability
I'm happy to help with adding these to bpl-next (to BaseMatchPredictor for the 2nd two?), but may need a hand with add_new_team. We can also implement them on the AIrsenal side instead if you'd prefer not to have them here?
The text was updated successfully, but these errors were encountered:
Hi @anguswilliams91 , I finally got round to having a look at this today, and getting some score predictions with
ExtendedDixonColesMatchPredictor
was really smooth, thanks! 🎉To get it working in AIrsenal there are 3 functions we use in
bpl
that are not inbpl-next
currently (I think):BPLModel.add_new_team
BPLModel.score_n_probability
BPLModel.concede_n_probability
I'm happy to help with adding these to
bpl-next
(toBaseMatchPredictor
for the 2nd two?), but may need a hand withadd_new_team
. We can also implement them on the AIrsenal side instead if you'd prefer not to have them here?The text was updated successfully, but these errors were encountered: