This is a homework for the course Introducción a la Ingeniería de Datos.
Develop a logistic regression and SVM model to do a classification example on given data. Do an analysis of the perfomance of both models.
Create a virtual environment and get the libraries with
git clone
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt