Skip to content

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

Notifications You must be signed in to change notification settings

ddearmond/CLT_Brew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published