Coder Social home page Coder Social logo

stats_101a_project's Introduction

STATS_101A_Project

Use a data set of League of Legends matches to find the most important variables that affect the gold collection of the blue team.


Process of Removing Predictors

  • Removing useless variables

    1. Since destroyedTopBaseTurret, destroyedMidBaseTurret, lostTopBaseTurret, and lostMidBaseTurret for all observations are 0, thus we can remove those variables.
  • Removing incorrect observations

    1. a Turret cannot be destroied twice, thus we remove observations which destroyedBotBaseTurret and lostBotBaseTurret greater than 1.
    2. Since no Top and Mid base Turret is destroied or lost, there's no Top and Mid inhibitors can be destroied or lost. Therefore, we remove observations with destroyedTopInhibitor, lostTopInhibitor, destroyedMidInhibitor, lostMidInhibitor other than zero.
  • Removing predictors with severse collinearity problem

    1. expDiff and champLevelDiff are highly correlated, thus we remove expDiff since Champions can have same level but different exp which doesnt impact the game/the gold gain
    2. we can calculate KDA by $$ KDA = \frac{kills + assists} {deaths}$$ Then we remove kills, deaths, assists.
  • Removing predictors by best-submodel selection and Bayesian Information Criterion value

    1. For submodels with number of predictors from 1 to full model, we select one best submodel by highest r-square.
    2. We select the submodel with lowest Bayesian Information Criterion, which considers both complexity and accuracy.
    3. Therefore, we only have 34 significant predictors left.

stats_101a_project's People

Contributors

qianli-wu avatar

Watchers

 avatar

Forkers

shark-yun

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.