Skip to content

Using Applied Data Science w/ Python to Predict the winners of the 2023 March Madness Tournament

License

Notifications You must be signed in to change notification settings

wmauz677/MarchMadness2023

Repository files navigation

MIT License Language


Logo

March Madness 2023

Creator: Weston Mauz

Project Start: September 28, 2022


Project Index:

  1. Problem Statement

  2. Data extraction

  3. Exploratory Data Analysis

  4. Feature Engineering

  5. Feature Selection

  6. Model Selection

  7. Model tuning

  8. Acknowledgements

  9. License

1. Problem Statement

The purpose of this project is to produce a model to predict the winners of the 2023 March Madness college basketball tournament.

Key Points:

  • All data will be acquired through Beautiful Soup from: https://www.sports-reference.com/cbb/
  • The programming will be done inside of jupyter notebooks
  • The data will be modified & analyzed using Python w/ the Pandas package
  • This project will help to practice newly acquired data science skills

Built With:

Logo Logo Logo Logo Logo Logo
VSCode Jupyter Python Github iTerm2 MacOS
Code Editor Notebook Language Developer Platform Terminal Operating System
Logo Logo Logo
Numbers SciKit Learn Feature Engine
Data Visualization ML Library Data Transformation

2. Data Extraction

Data will be collected for all NCAA College basketball teams on Sports Reference website: https://www.sports-reference.com/cbb/

The data to be collected:

  • Team Names (ex. Colorado Buffaloes)
  • Team Home Page Link ex. 0,1,2)
  • Team Years (years containing stats) (ex. '2002-03')
  • Stat Labels (of data to-be collected) (ex. fg_pct)

Actions to be performed:

3. Exploratory Data Analysis

8. Acknowledgements

Note: The crawling of College Basketball Team data is not prohibited by SportsReference.com

Data Source

Logo

9. License

Distributed under the MIT License. See LICENSE for more information.

<style> mark{ color:red; } </style>

About

Using Applied Data Science w/ Python to Predict the winners of the 2023 March Madness Tournament

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published