An open API service indexing awesome lists of open source software.

https://github.com/fahadh31/nba_lineup_predictions

A model to predict the optimal 5th player for an incomplete NBA lineup. Project for Machine Learning.
https://github.com/fahadh31/nba_lineup_predictions

machine-learning pandas scikit-learn

Last synced: 9 months ago
JSON representation

A model to predict the optimal 5th player for an incomplete NBA lineup. Project for Machine Learning.

Awesome Lists containing this project

README

          

# 🏀 NBA Lineup Predictions

## Group 21
- Fahad Hussain
- Rajiv Lomada
- Kevaun Harris

## 🚀 Run our Code

### Option 1: Run the Python Script
```bash
# Clone the repository
git clone https://github.com/FahadH31/nba_lineup_predictions.git
cd nba_lineup_predictions

# Install dependencies
pip install pandas scikit-learn joblib numpy

# Run the prediction model
python predict_nba_model.py
```

### Option 2: Explore the Jupyter Notebook
```bash
# Clone the repository
git clone https://github.com/FahadH31/nba_lineup_predictions.git
cd nba_lineup_predictions

# Install dependencies (if not already installed)
!pip install pandas scikit-learn joblib numpy

# Open the Jupyter Notebook
jupyter notebook NBA_Lineup_Predictions.ipynb
```
Then run the last cell at the end of the notebook (containing the final code) to see the complete results.

## Results:
![Accuracy Results](https://github.com/user-attachments/assets/0e106531-85ba-4f02-903d-f9a4c949ef9c)