Remote Data Mining And Management Job In Data Science And Analytics

Convert Poker Logfiles to CSV and create new key figures

Find more Data Mining And Management remote jobs posted recently Worldwide

Hello everyone,

Im looking for someone that can transform poker logfiles to a csv with some new key figures.
The poker log files are structured like the logfile Ive uploaded.


Your job is to write a code which transforms the log into a csv which contains each players actions in each game and in each round.

Every action (Call, fold, raise) in every game round (Preflop, Flop, River, Turn) of the player should become transformed to a new line like this:
Gamedata:
- Is the player big blind, small blind or neither?
- How much money does the player have?
- How many players are sitting at the table?
- How many rounds do we know the player?
- Whats his average return per round?
- How high is the big blind, who is big blind, who is small blind?

Player Actions during every Game Round:
- The winning probability with the known cards (we do not know players cards) (probably need monte carlo simulation, but Im open for more performant options)
- previous actions and present actions combined with known cards.
- how much the player is betting (bet)
- how much of his budget is the player betting (bet/budget)

Average Player Bets for every game round for every action for every 10% quantile of the winning probability with his hands.
calculated like this:
- Average (Bet during (Flop, Preflop, River, Turn) during (Call,Raise) diveded by players budget)

In the appendix there is a set of sample data and a code which I wrote. The code is not even half of what I need but I hope you can imagine what you should do. I need someone who can do better and more performant.

As you can see you have to combine games to get all the data.
Youll probably need monte carlo simulation or other things to optimize performance.
I would prefer someone who writes in Python or SQL but Im open to other languages too.
About the recuiter
Member since Nov 11, 2022
Elisha Hwangbo
from Tamil Nadu, India

Skills & Expertise Required

Pandas Python Python Numpy R sql 

Open for hiringApply before - Aug 11, 2024

Work from Anywhere

40 hrs / week

Fixed Type

Remote Job

$239.52

Cost

Offer to work on this project closes in 93 days!
Are you interested in this Opportunity?

Looking for help? Checkout our video tutorial
How to search and apply for jobs

How to apply? Do you have more questions about the Job?
See frequently asked questions

Similar Projects

Python Scraping Pro Needed for Sportsbook scraping site

Want to create a website similar to (Removed by Toogit Admin) with odds for NBA, NFL, MLB, NHL and maybe more.

Would need to pull data from same sportbooks listed in link.

End goal is being able to display the data via wodpress site...read more

Data Science Analyst with Accounts & Forensic back ground

Accounting Firm
Looking for Data Science Analyst with Forensic & Accounts background

AWS Support

AWS Support includes services:

Priority:
Amazon EC2 Container Registry (ECR)
Amazon EC2 Container Service
Amazon Route 53
Amazon S3 Glacier Deep Archive
Amazon Relational Database Service
Amazon Simple Email Service<...read more

Machine Learning Software

Looking for sophisticated program to analyze historical data and learn to accurately predict and make adjustments to an existing system based on learned results. Program should be set up using language like Python and be easily able to be edited by o...read more

Convert Matlab Code into Python and review existing

I would like to write matlab function (findchangepts) into python.
Also there is an existing python code to be adjust for plotting timeseries.