Giter VIP home page Giter VIP logo

lola's Introduction

LoLA

LoLA is a LoL (League of Legends) game data analysis / analytics project.

Crawling

The data crawling part is based on Riot API and a Python wrapper Cassiopeia (There is a In-Memory cache problem in Cass, refer to here). A SQLite database is designed and used in this project, which remodels and stores game objects for our analysis objectives. The database I/O part involves sqlite3 and pandas.

This part has been well tested with Python 3.5, though in some environments (e.g. Windows cmd) a decode/encode error may occur in print functions due to multi-language issue; you can just comment out all print codes without any influcence on crawling itself. Python 2.X may also run well with a few edits.

We have obtained data of over 220,000 Ranked-SOLO-5x5 matches with details in the North American region, Pre-Season 2016. We plan to share our database file later.

Analysis

We are doing analyses such as:

  • Champion Rank
  • Champion Clustering
  • Champion Recommendation
  • Match Prediction
  • Cheating Detection

Our results will be uploaded continuously. As we are doing many experiments, code in this part is quite messy now and will be refined later.

If you are interested in this project or have any problem, feel free to participate in.

lola's People

Contributors

fancywoody avatar simoncos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.