From fe1b139dfd04238798ee2dd8dbe7d294a5131756 Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Wed, 31 Aug 2022 23:18:43 -0400 Subject: [PATCH] add sklearn Week 3 Day 2 Ex4 Optimize. #34 --- piscine/week03/day02/ex00/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/piscine/week03/day02/ex00/README.md b/piscine/week03/day02/ex00/README.md index 2b8a1fb..f5ea79e 100644 --- a/piscine/week03/day02/ex00/README.md +++ b/piscine/week03/day02/ex00/README.md @@ -25,6 +25,7 @@ The audit will provide the code and output because it is not straightforward to - Pandas - Jupyter or JupyterLab - Keras +- Scikit-learn *Version of Keras I used to do the exercises: 2.4.3*. I suggest to use the most recent one. @@ -46,4 +47,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`, `numpy`, `jupyter`, and `keras`. +1. Create a virtual environment named with a version of Python >= `3.8`, with the following libraries: `pandas`, `numpy`, `jupyter`, `sklearn`, and `keras`.