From 908f336f80c0a17d6229e0b3e89bff2033929a0c Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 28 Nov 2023 11:25:01 +0000 Subject: [PATCH] feat(pipeline): add link to dataset --- subjects/ai/pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.