GithubHelp home page GithubHelp logo

pauldevos / kaggle_ncaa_womens_2019 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from duythedewey/kaggle_ncaa_womens_2019

0.0 1.0 0.0 1.69 MB

Solution for 3rd place finish in Kaggle's NCAA March Madness 2019 Tournament

Jupyter Notebook 100.00%

kaggle_ncaa_womens_2019's Introduction

Kaggle_NCAA_Womens_2019

Description

Solution for 3rd place finish in Kaggle's NCAA March Madness 2019 Tournament

Data Files

All input data files were sourced from https://www.kaggle.com/c/womens-machine-learning-competition-2019/data

Model Overview

A linear regression model was put together using pymc3. All data pre-processing and post-processing steps were handled using both numpy and pandas.

  • FG attempts as team-level Gammas vs Normals (or Poissons for counts) to allow using loc/scale parameters instead of mu/sd
  • FG percentages as team-level Betas vs Bounded (0,1) Normals to allow using loc/scale parameters instead of mu/sd
  • League-level Half-Cauchy error term to soak up some variance
  • Assume team's scoring propensity is normally-distributed and treat as observed variable
  • Assume points spread between two teams is normally-distributed and treat as observed variable

Evaluation of odds of one team winning over another was done via simulation of team-level posterior scoring propensities (calculated from above).

  • Simulation for each match up produces an output distribution representing the spread of each simulated match
  • The win probability is determined by the number of simulated matches won over the total number of simulated matches
  • 5000 simulations were run for each potential match up
  • Matches exempt from this process for overridding odds are high seed/low seed tournament matches

kaggle_ncaa_womens_2019's People

Contributors

duythedewey avatar

Watchers

James Cloos 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.