Browse Source

Fix(Pipeline): fix formatting

pull/2663/merge
OUMAIMA FISAOUI 4 weeks ago committed by Oumaima Fisaoui
parent
commit
00813d29e9
  1. 2
      subjects/ai/pipeline/README.md
  2. 2
      subjects/ai/pipeline/audit/README.md

2
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:

2
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

Loading…
Cancel
Save