Skip to content

ZenaPoudel/wine-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wine Clustering

Dataset

Source: [Kaggle] https://www.kaggle.com/datasets/harrywang/wine-dataset-for-clustering

Citation: Aeberhard, S. & Forina, M. (1992). Wine [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5PC7J.


Usage Guide

Install Dependencies

  1. Install Python: Make sure Python is installed on your system. If not, you can download and install Python from the official Python website: https://www.python.org/downloads/

  2. Create a virtual environment:

    python -m venv env
  3. Activate the virtual environment

    For Windows

    env\Scripts\activate

    For macOS/Linux

    source env/bin/activate
  4. Install the dependencies

    pip install -r requirements.txt
  5. Run the Notebook

Releases

No releases published

Packages

No packages published