diff --git a/subjects/ai/pipeline/README.md b/subjects/ai/pipeline/README.md index af6ce3540..b2d64ce29 100644 --- a/subjects/ai/pipeline/README.md +++ b/subjects/ai/pipeline/README.md @@ -208,7 +208,7 @@ The goal of this exercise is to learn how to deal with Categorical variables wit Preliminary: -- Load the breast-cancer.csv file +- Load the [breast-cancer.csv](./data/breast-cancer.csv) file - Drop `Class` column - Drop NaN values - Split the data in a train set and test set (test set size = 20% of the total size) with `random_state=43`.