Fix(Pipeline): fix formatting

This commit is contained in:
oumaimafisaoui 2024-08-26 18:55:22 +01:00 committed by Oumaima Fisaoui
parent fe5f82edcf
commit 00813d29e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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