From 90da944ea1d94914bf23f9a6d974551e24063e7e Mon Sep 17 00:00:00 2001 From: leandro-sobral Date: Wed, 15 May 2024 23:53:55 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 952053b..b94aec4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ In this repository you may find a folder named `breast`, inside it you have a br `breastMissing_20.csv`: the same dataset but with 20% of its values taken out -To simply impute `breastMissing_20.csv` run: `python protogain.py -i ./breast/breastMissing_20.csv` +To simply impute `breastMissing_20.csv` run: `python protogain.py -i ./breast/breastMissing_20.csv`
If you want to compare the imputation with the original dataset run: `python protogain.py -i ./breast/breastMissing_20.csv --ref ./breast/breast.csv` or `python protogain.py --parameters ./breast/parameters.json`