Skip to content
Snippets Groups Projects
Commit b54a6cd2 authored by Oceane's avatar Oceane
Browse files

Update Readme

parent a30cd8a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment