You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,7 @@ This repo is a long term used benchmark method that generates a Multi-Comparison
12
12
13
13
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).
14
14
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
25
16
26
17
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.
0 commit comments