Skip to content

Commit 4561887

Browse files
committed
[DOC] removed old read me stuff
1 parent e8c7e5b commit 4561887

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ This repo is a long term used benchmark method that generates a Multi-Comparison
1212

1313
The input format is in a ```.csv``` file containing the statistics of each classifiers as the format of [this example](https://github.com/MSD-IRIMAS/Multi_Pairwise_Comparison/blob/main/results_example.csv).
1414

15-
## Usage of Code
16-
17-
### Variable Adaptations
18-
19-
In the ```main.py``` file, set the:
20-
21-
1. ```path_res``` variable to the path where to find the csv file
22-
2. ```output_dir``` variable to the path where the resulted comparison will be saved
23-
24-
## Plot the MCM
15+
## Usage of Code - Plot the MCM
2516

2617
In order for the user to plot the MCM, first thing is to load the ```.csv``` file into a ```pandas``` dataframe and feed it to the ```compare``` function. The user should specify the ```fig_savename``` parameter in order to save the output figure in ```pdf``` and ```png``` formats.
2718

0 commit comments

Comments
 (0)