From 36d5ed897651c635d76a0a4acb8449bb9e537ce2 Mon Sep 17 00:00:00 2001 From: Oceane <oceane.fourquet@outlook.fr> Date: Mon, 27 Feb 2023 10:33:57 +0100 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a599ef..225c3d0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In the Example subrepository, you can find a dataset and the output files that y ```python python3 run_mem.py sobar-72.csv --nbcpus 12 --target ca_cervix ``` -The dataset comes from the UCI Machine Learning Repository ([dataset](https://archive.ics.uci.edu/ml/datasets/Cervical+Cancer+Behavior+Risk)). It dataset contains 19 attributes regarding cervical cancer behavior risk with class label is ca_cervix with 1 and 0 as values which means the respondent with and without cervical cancer, respectively. +The dataset comes from the UCI Machine Learning Repository ([dataset](https://archive.ics.uci.edu/ml/datasets/Cervical+Cancer+Behavior+Risk)). It contains 19 attributes regarding cervical cancer behavior risk, with class label ca_cervix with 1 and 0 as values which means the respondent is with and without cervical cancer, respectively. -- GitLab