From 9716ca43ed9f55ab2813af0758217a555dfd4f92 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:42:54 -0400 Subject: [PATCH] add sklearn and matplotlib to the libraries (#42) Issue: Week 3 day 5 ex3 missing imports #39 --- piscine/week03/day05/ex00/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/piscine/week03/day05/ex00/README.md b/piscine/week03/day05/ex00/README.md index 9e66fed..d6e7061 100644 --- a/piscine/week03/day05/ex00/README.md +++ b/piscine/week03/day05/ex00/README.md @@ -21,6 +21,8 @@ Word embeddings is a technique where individual words of a domain or language ar - Jupyter or JupyterLab - Pandas - Spacy +- Scikit-learn +- Matplotlib I suggest to use the most recent libraries. @@ -44,4 +46,4 @@ I recommend to use: - the virtual environment you're the most confortable with. `virtualenv` and `conda` are the most used in Data Science. - one of the most recents versions of the libraries required -1. Create a virtual environment named with a version of Python >= `3.8`, with the following libraries: `pandas`, `jupyter`, `spacy`. +1. Create a virtual environment named with a version of Python >= `3.8`, with the following libraries: `pandas`, `jupyter`, `spacy`, `sklearn`, `matplotlib`.