From 00813d29e9ad509f1c69722aa9a02e4217135420 Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Mon, 26 Aug 2024 18:55:22 +0100 Subject: [PATCH] Fix(Pipeline): fix formatting --- subjects/ai/pipeline/README.md | 2 +- subjects/ai/pipeline/audit/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/ai/pipeline/README.md b/subjects/ai/pipeline/README.md index 0b0986a87..271ad8517 100644 --- a/subjects/ai/pipeline/README.md +++ b/subjects/ai/pipeline/README.md @@ -357,7 +357,7 @@ Preliminary: X[[40,135], 3] = np.nan ``` -- Split the data set in a train set and test set (33%), fit the Pipeline on the train set and predict on the test set. Use ``random_state=43``. +- Split the data set in a train set and test set (33%), fit the Pipeline on the train set and predict on the test set. Use `random_state=43`. The pipeline you will implement has to contain 3 steps: diff --git a/subjects/ai/pipeline/audit/README.md b/subjects/ai/pipeline/audit/README.md index 5ed8220a8..fcdb12c01 100644 --- a/subjects/ai/pipeline/audit/README.md +++ b/subjects/ai/pipeline/audit/README.md @@ -4,7 +4,7 @@ ##### Activate the virtual environment. If you used `conda` run `conda activate your_env`. -##### Run ``python --version``. +##### Run `python --version`. ###### Does it print `Python 3.x`? x >= 8