Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.42 KB

Homework 3 - READ ME

Drawing

Authors: Daniel Jiménez & Beatrice Nobille & Selim Yahiamessaoud
Date: 2020/12/06
Subject: Algorithmic Methods of Data Mining
Data Science Master's programme
La Sapienza University of Rome

Through this document, you can find a way to understand the structure of this repository, which contains our solutions to the third homework proposed in the subject.

Repository description

In this repository you can find the next folders/files:

1. main.ipynb file

This file contains the solution to all the 5 questions (and its corresponding literals) required for the activity: Which book would you recomend?.

2. our_functions.py file

This file contains the functions that we created to execute some chunks of the code, keeping it tidy and easy-to-read.

3. README.md file

This file contains the explanation of the structure of this repository (it is the actual file that you are reading).

4. img folder

This folder contains images and gifs that we load in this file and also in the Jupyter Notebook that provides the solution.

We hope the previous information was clear and useful to navigate over the repository and understand our solutions.