Skip to content

Analysis the behaviour of players in PUBG solo top100 by kmeans cluster algorithm.

Notifications You must be signed in to change notification settings

iehppp2010/cluster_for_pubg

 
 

Repository files navigation

cluster_for_pubg

Analysis the behaviour of players in PUBG solo top100 by kmeans cluster algorithm.

Introduction

To be honest, i didnt't plan to put these code in GayHub at first. They are just a demo for my freshman mates. But some netizens of ZhiHu told me that they would like to see my sourse code in GayHub. So that's it.

Spider

The file pubg.py contains a complete spider of PUBG.ME and some i/o api for Excel.

Clustering and Ploting

first_class.ipynb is my lecture note of Introduction to Python, the part of clustering and ploting is in somewhere middle of it. It is not a typical python file, but you can run it by executing jupyter notebook in cmd or any other terminal.

Other Files

Timer.py includes a decorator named rum_time which is used in first_class.ipynb, but it is nothing do with our theme.

And there are also some xls files which contain the data of top100 players in different servers.

About

Analysis the behaviour of players in PUBG solo top100 by kmeans cluster algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Python 1.0%