Skip to content

Repo containing the code used to develop de EDA challenge

Notifications You must be signed in to change notification settings

juanroesel/business-names-eda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business Names EDA Exercise

Repo containing the code used to develop the "Business Names" EDA challenge.

Requirements

Setup

  1. From the project directory, initialize the Pipenv virtual environment
pipenv shell
  1. Install the jupyter notebooks kernel
pipenv run ipython kernel install --user --name=<KERNEL_NAME>
  1. Download the required SpaCy pipelines
pipenv run python -m spacy download en_core_web_trf && pipenv run python -m spacy download en_core_web_sm
  1. Launch the Jupyter server
pipenv jupyter notebook
  1. From the browser window, double click on the business_names_eda.ipynb notebook located in the src/notebooks directory

About

Repo containing the code used to develop de EDA challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published