Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.07 KB

IA2 - Supervised Learning

Introduction

This is the second Practical Assignment for the Artificial Intelligence course (IA) 2023/2024 @ FEUP - Faculty of Engineering of the University of Porto. For this project, which description can be found here, we chose the Banking Customer Churn Prediction Dataset (option C).

Our group is Group_A2_44, composed of:

Execution

This project was developed using Python and Jupyter Notebook, along with some external libraries. To run this project, you must have Python installed on your machine. To install the required libraries, run the following command:

pip install notebook pandas numpy matplotlib seaborn scikit-learn

Then, just run the main notebook file inside the 'src' folder using Jupyter Notebook:

jupyter notebook src/main.ipynb