This repository contains the first assignment for the Artificial Intelligence 1 course during my Business Analytics master's program.
- Clean and preprocess the Superheroes dataset.
- Perform feature engineering to prepare the feature matrix (X) and the target variable (y).
- Explore data using pandas and scikit-learn pipelines.
A1_Group3.ipynb
: Jupyter Notebook with the complete data preparation pipeline.
- Python
- pandas
- scikit-learn
Open A1_Group3.ipynb
in Jupyter Notebook or VSCode and execute the cells in order.