spookybear0
spookybear0
Not exactly, I used a temporary fix that isn't very effective. If it's not possible (or no one is willing to implement it) this issue can be closed.
I apologize, I've been a little busy. I'll get some examples ready. Thanks for the help.
```py model = PlackettLuce() async def get_games_with_unbalanced_teams() -> None: games = await SM5Game.filter(ranked=True).all() print("Getting win chances for unbalanced games. Close game defined as: difference
Since these games were so close, the teams were more even and that should be reflected in the win chances. It should be much closer to 50:50 for games that...
Of course, I just don't have any of the required experience in this field of math. This is the solution I'm using now (which is definitely not mathematically supported but...
The implementation in my comment before is shaky at predicting the outcome for uneven teams, that's why I'm looking for a better solution. It's more of a hacky fix than...