Replies: 1 comment 3 replies
-
I don't actually and this is an interesting approach. Maybe this can be something to build in. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thanks to @nkgilley for this great project, I will make sure to contribute soon enough.
For all the users of the project, when you are betting do you account for the probability of the model being wrong (~25%).
When analyzing my bets I always account for that by using simple simple probabilities logic.
Say the model tells me team A has 55% of winning. I assume p(system) = .75 and p(A) = .55 meaning that the probability of team A winning is
p(system U a) = 0.75 * 0.55 = 0.41
That’s rather low, so either I don’t take the bet or combine it with another one that makes the ensemble higher than 0.66 (which is a probability I go with)
I know Basket is a non-random event but that should cover the risk better. Do you also take a similar approach ?
Beta Was this translation helpful? Give feedback.
All reactions