/ADM-Group13-HW5

Here you find the homework 5 of Algorithmic Methods of Data Mining class of the MSc in Data Science @ La Sapienza University, Rome

Primary LanguageJupyter NotebookMIT LicenseMIT

ADM-Group13-HW5

Visit the Wikipedia hyperlinks graph!

alt text

The proposed scripts allow you to get a rank of the Wikipedia articles according to some criteria.

Get the graph to analyze

The used reduced graph is downloadable from on Wikicat hyperlink graph.

Script and Other files descriptions

  1. Hw5_lib.py: This script contains all the useful functions to get the proposed requests, deeply commented to have a clear view of the logic behind.

  2. Data Hw5.rar: This archive contains, just as an example if the reader wanna try the code without waiting too long, the rank and node rank for the input category 'English_cricketers' as pickle files.

IPython Notebook: Homework5_final.ipynb

The goal of the Notebook is to provide a storytelling friendly format that shows how to use the implemented code and to carry out the reesults. It provides explanations and examples. We tried to organize it in a way the reader can follow our logic and conlcusions.