Skip to content

ChanduKReddy99/KMeans_Clustering_poker.csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMeans_Clustering_poker.csv

create virtual env & activate it.

conda create -p python=3.8 -y
source activate .venv/

create requirements.txt file & install all the required libs

touch requirements.txt
pip install -r requirements.txt

create a data folder and upload the poker csv file

mkdir data

install jupyter notebook to write and develope code easily

pip install jupyter notebook

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published