Recording chats predictions / placing bets based on chats predictions. #258
15sawyer
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Why not, I'm not against adding it as it's "just" another outcome picker basically. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
first of all, thanks for the project.
I've been working on my own fork that is adding the capability to record other people's predictions to the DB as well as adding a new outcome picker. This outcome picker selects the "most trusted" outcome based on the average Return Of Investment of other people (requires already some data gathered beforehand).
Calculation: After losing a bet, a users ROI is decremented by 1. After winning a bet a users ROI is incremented by (totalPointsOnWinningOutcome / totalPointsOnAllOutcomes).
Predictions are recorded from two sources, from the event updates (these contain only the top predictors) and from chat.
I wanted to ask if there's any desire to add this to the project?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions