This project explores athlete data to help with selection decisions using a K-Nearest Neighbors (KNN) model.
The goal is to identify the nearest neighbors of a given athlete based on performance features.
- Data loading and preprocessing
- Applying KNN with
sklearn - Identifying top 3 nearest athletes
- Understanding model performance and accuracy
The dataset was sourced from Kaggle and contains physical performance metrics for athletes.
- Python
- Pandas
- Scikit-learn
- NumPy
- Jupyter Notebooks (Kaggle)
KNN Machine Learning Classification Athlete Data Sklearn Beginner Project Sports Analytics
- Clone the repo
- Open the notebook in Jupyter or VS Code
- Make sure required libraries are installed
- Run all cells and explore the results!