/Rand_Score_Analysis

This assignment is a programming assignment, where you will implement a machine learning system to solve a clustering problem. we will use two clustering algorithm: K-Means and Complete-Linkage Agglomerative Nesting (CLAN). At the end, we will perform a comparison using Rand Index.

Primary LanguageJupyter Notebook

Assignment 3 CAP 6610 - Spring 2024

Author: Andrés Leiva-Araos

To run the Jupyter Notebooks:

  • Download the directories and file into your computer
  • Open and execute Assignment_3-F01.ipynb

Directory and file structure:

Project_Root/
│
├── Assignment_3-F01.ipynb
├── Assignment3.pdf
├── Assignment3-Report.txt
│
├── data/
│   └── online_shoppers_intention.csv
│
└── img/
    └── distributions