2024 MEIC - 1st Semester
Course: Machine Learning
Grade: TBD
- Gonçalo Matias
- Tomás Monteiro
basketball_playoffs_predictions/
│
├── data/
│ ├── basketballPlayoffs/ # Original data files
│ ├── basketballPlayoffs_cleaned/ # Cleaned Data
│ ├── basketballPlayoffs_model/ # Data for the model development
│ └── Season_11/ # Data used for the 11th year predictions.
│
└── src/
├── notebook_1 # Data Loading
├── notebook_2 # Data Preprocessing
├── notebook_3 # Exploratory Data Analysis
├── notebook_4 # Feature Engineering
├── notebook_5 # Model Development
└── notebook_6 # Model Development for predicitions
- Introduction to the problem
- Initial import of libraries
- Initial data analysis
- Map categorical values
- Data cleaning
- Outlier treatment
- Analyze trends
- Data visualization
- Create meaningful visualizations
- Calculate overall feature creation to simplify the problem
- Document feature creation logic
- Validate feature importance
- Split data into training and testing sets to predict year 10
- Create and train models
- Analyze and save results
- Load data for the new year
- Add previously calculated features (overalls)
- Develop and train the model for competition