- Marina, 1809715
- Aurora, 1852791
- Elisa, 1859043
The repository ADM-HW5-Group26 contains the code from Homework 5 for the course of Algorithmic Methods for Data Mining (Master of Data Science 22/23 University of La Sapienza).
The goal of the homework is to improve the familiarity with the creation, manipulation and visualization of graphs using the NetworkX library of Python.
- The file
main.ipynb
contains a Jupyter Notebook with tasks 1-3 and the Algorithmic Question. In particular, here you can find the "controller_system" function where choosing a functionality and some parameters as inputs you can view the results of the functionality on the graphs. - The file
CommandLine.sh
contains the answer to Command Line Question in a .sh bash executable file. - The folder
img
contains the fileCommandLineScreenShot.png
, an image showing the results of the Command Line Question runned. - The file
functions.py
contains the functions used in functionality1, functionality3 and functionality4.
https://nbviewer.org/github/maryyyyna/ADM-HW5-Group26/blob/main/main.ipynb