Browse Source

add sklearn and matplotlib to the libraries (#42)

Issue: Week 3 day 5 ex3 missing imports #39
pull/63/head
brad-gh 2 years ago committed by GitHub
parent
commit
9716ca43ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      piscine/week03/day05/ex00/README.md

4
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`.

Loading…
Cancel
Save