Skip to content

jariel17/classification_model_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 2 homework: Classification models

This is a homework for the course Introducción a la Ingeniería de Datos.

Objective

Develop a logistic regression and SVM model to do a classification example on given data. Do an analysis of the perfomance of both models.

Installation

Create a virtual environment and get the libraries with

git clone
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

About

Logistic regression and Linear SVM implementations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published