From b54a6cd2e01b4ba28be563402cbf1e541031c963 Mon Sep 17 00:00:00 2001 From: Oceane <oceane.fourquet@outlook.fr> Date: Tue, 7 Feb 2023 16:49:41 +0100 Subject: [PATCH] Update Readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f31271..6f5a645 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,7 @@ To run the approach with the default parameters, just run the following command ```python python3 run_mem.py <dataset> ``` -There are some optional parameters such as the number of cpus to use for calculations, the maximum number of pairs for the ensemble model, the name of the label column in the dataset file, ... +There are some optional parameters such as the number of cpus to use for calculations, the maximum number of pairs for the ensemble model, the name of the label column in the dataset file, etc. For more information, run the command: +```python +python3 run_mem.py -h +``` -- GitLab