Git Product home page Git Product logo

nba_rookies-_performance_prediction's Introduction

NBA Rookies' Performance Prediction

Team Members

  • Jing Zhong (jz2748)
  • Zebin Wang (zw2364)
  • Junbo Chen (jc4648)

Motivation

The selection of rookies in NBA has great impacts on the whole team, so it is important for team managers to evaluate rookies' future performance so that they can make correct choices. So we decide to make prediction about rookies' performance in the future NBA career. That is how to do: Based on the relation between NBA players' performance in NCAA and NBA, use rookies' performance in NCAA to predict their performance in future NBA career.

Dataset

We used Python to grab data from http://www.basketball-reference.com/. We collected performance data for each NBA player and NCAA player (both active and retired), including their Games played, Minutes played, Field Goals, Points scored, Personal fouls, rebounds, turnovers, Points, etc.

Algorithm

We used the Multilayer Perceptron Classifier in the Machine Learning Library of Spark, we wrote the code using Python. After we got the data, we calculated the "Simple PER" of each player, and narrowed them 4 different values, which are the classes in the classification process.

Input

  • Training data: 21 attributes (including points, rebounds, assists, steals, blocks, turnovers, field goals, etc) of every single NBA players when they were in NCAA. We also set "Simple PER" as the label of each player.
  • Test data: 20% of the training data.
  • Data for Prediction: 21 attributes of each current NCAA players.

Output:

  • Future "Simple PER" of current NCAA players when they get in NBA.

nba_rookies-_performance_prediction's People

Contributors

jingzhongzj avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jingzhongzj

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.