ddearmond / CLT_Brew

This repository contains a k-means clustering project to cluster Charlotte, NC craft breweries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLT_Brew

A project to cluster Charlotte, NC craft breweries using the k-means clustering algorithm.

Prerequisites

Before you begin, ensure you have met the following requirements:

Create Conda environment

Open a new terminal and navigate to your working directory where the repository is located.

To replicate the development environment, run the following command in your terminal:

conda create --name brewery_cluster --file requirements.txt --yes

Activate Conda environment

conda activate brewery_cluster

Launch Jupyter Lab

jupyter lab

About

This repository contains a k-means clustering project to cluster Charlotte, NC craft breweries.


Languages

Language:Jupyter Notebook 100.0%