Skip to content
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

Improve mostTrusted outcome picker #260

Open
2 tasks
Rakambda opened this issue Aug 29, 2022 · 2 comments
Open
2 tasks

Improve mostTrusted outcome picker #260

Rakambda opened this issue Aug 29, 2022 · 2 comments
Assignees
Labels

Comments

@Rakambda
Copy link
Member

Description

Follow up of #259

  • Filter users with a too high ROI when performing calculations (configurable)
  • Keep only top n predictors to perform choose side to bet on (configurable)
@FirstThread
Copy link

The problem we currently have is that we currently get worse results with a higher amount of data. Sometimes I also had someone who had an ROI of 9000 or so, whose entry I then had to delete manually. We don't make a difference with ROI if someone has only bet once or has "experience". I have implemented a weight function for this, which I am currently testing. Currently I have a winrate of around 60-70%, for comparison before I had 40%.

@FirstThread
Copy link

In the future, I may also try neural networks to make betting decisions. However, I'm not 100% sure how to implement this with the current state of the data, or if I should create a new table in the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants