Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christianconchari/tp3_spam_detector

This repository contains the solution for the Assignment 3: Spam detector
https://github.com/christianconchari/tp3_spam_detector

Last synced: about 1 month ago
JSON representation

This repository contains the solution for the Assignment 3: Spam detector

Awesome Lists containing this project

README

        

# Spam detector

Este repositorio contiene la implementación del tercer trabajo práctico para la materia de Introducción a la Inteligencia Artificial (CEIA - FIUBA).

## Contenidos

- [Introducción](#introducción)
- [Preparación](#preparación)
- [Ejecución](#ejecución)

## Introducción

Las respuestas a las preguntas a resolver se encuentran en el archivo [answers.md](answers.md). El notebook [spam_detector_notebook.ipynb](spam_detector_notebook.ipynb) contiene la implementación de los clasificadores, su evaluación y los demás puntos a resolver.

## Preparación

Para usar el notebook `spam_detector_notebook.ipynb` es necesario instalar las siguientes librerías:

```bash
pip install -r requirements.txt
```

## Ejecución

Para ejecutar el notebook `spam_detector_notebook.ipynb`, se puede usar Jupyter Notebook o Jupyter Lab. También debe considerarse tener el ambiente virtual activado, si se va a usar.