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.61

Cost

Offer to work on this project closes in 39 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

Looking for a Full stack developer to help add new features to existing web application.

We are looking for a full stack developer to add new features to an existing web application. Must have skills include 10+ experience with HTML, Python, and Java Script.

Preference given to candidates who have expertise with mongoDB, Atlas,...read more

Moodle BigBlueButton Record Video Download Module

I would like to have a module for Moodle BigBlueButton module, which will download the saved lessons to the computer. The existing BigBlueButton module only allows you to preview recordings and download the webcam. However, I want to download the ent...read more

php based application

Looking to hire someone to build a custom web based application that will do the following:

-Formatted into template
-Print ready from said template
-Re-Editable fields, easly clearable

So this is what is trying to be accomp...read more

I need data scraped from various website and to document that in a particular mentioned format

I need data scraped from a 2 websites like amazon and Flipkart and store all the data in a particular format. All the product details to be scrapped and the format to save it in csv will be communicated to you.
Right now looking for a freelancer...read more

configuring vs19 with TensorFlow 2.1

Hello,
Im trying to configure python 3.7 with tensorflow 2.1 on visualstudio 19.
As much as it sounds simple the import of tf doesnt work, Im not getting the libraries inside the tf.
looking for someone who knows how to fix this issue