项目作者: ddearmond

项目描述 :
This repository contains a k-means clustering project to cluster Charlotte, NC craft breweries.
高级语言: Jupyter Notebook
项目地址: git://github.com/ddearmond/CLT_Brew.git
创建时间: 2021-03-12T22:15:39Z
项目社区:https://github.com/ddearmond/CLT_Brew

开源协议:

下载


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:

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

Activate Conda environment

  1. conda activate brewery_cluster

Launch Jupyter Lab

  1. jupyter lab