Projects


CricClubs

  • Built a predictor to predict the winner of an upcoming cricket game being played in the Northern California Cricket Association (NCCA)
    • Final model reached 74% accuracy, experimented with various multi-classification algorithms such as logistic regression, extreme gradient boost, and support vector machines
  • Built a suggester to suggest teams to either bat or bowl first upon winning the coin toss
  • Integrated the predictor and suggestor into an R-shiny web app which allows users to change model parameters, squads, and match venues before predicting and suggesting

Presentation



Play Video

App Demo Video

Bruin Sports Analytics

  • Produced quarterly articles surrounding the current sports atmosphere, exploring sports like baseball and cricket

Alt Text Alt Text

Sports Betting

  • Positive EV sports bettor, using statistics and finding discrepancies between odds on various sports books to gain an edge in the sports betting market and beat the vigorish. Used tools like Oddsjam and DGF Fantasy to make long run profits
  • One of my personal projects focused on the Martingale strategy applied to sports betting, specifically to 2 man parlays on PrizePicks. My goal was too see if this strategy was profitable both through simulations in R and statistical calculations

Martingale Strategy

  • Worked on a project that attempted to find correlation between NBA players over/under lines in order to take advantage of sportsbooks’ fixed payout systems (code found in github)