Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightforger/unfair_casino_checker

Example that Markov Chains can fairness of casino
https://github.com/nightforger/unfair_casino_checker

Last synced: 3 days ago
JSON representation

Example that Markov Chains can fairness of casino

Awesome Lists containing this project

README

        

# Unfair Casino Checker
Example of how basic Markov Chains with fixed sliding window can help you to check the fairness of the casino.

## Files
- "GOLANG/" - different fast scrappers written on Go (by my brother). Excluded one lib, so you will need to rewrite part with sockets.
- "data.xlsx" - main data file with different info about every bet.
- "onlineCasino.csv" - small data file (you can check EDA here: https://www.kaggle.com/code/andreylovyagin/online-unfair-casino-example)
- "dataGO.csv" - small data file needed for Markov Chains.
- "parser.py" - parser for data from go scrappers (if you need it).
- "gamer.py" - only kernel for Markov chains.

## Additional info
I've deleted some self-written libs from golang scrappers (they are not published yet and they are not mine).
What is more, I've deleted some site-control functions from "gamer.py" (selenium-based), because this repository is only an example that you can check simple gaming casinos for fairness.