Skip to content

Python code to generate a data set by simulating games of Blackjack.

License

Notifications You must be signed in to change notification settings

obin1000/blackjack-data-generator-and-refiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Data

Dependencies

Python

pip install xlsxwriter tqdm xlrd

How to use

Clone de repo

git clone https://github.com/obin1000/Blackjack_Data_Research

Enter the new folder

cd Blackjack_Data_Research/

Generate the data set with python, providing the size of the set (in this example 100000)

python blackjack_data_generator.py 100000

Refine the generated data set with python

python blackjack_data_refiner.py

About

Python code to generate a data set by simulating games of Blackjack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published