We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8978a31 commit 028977dCopy full SHA for 028977d
multi_comp_matrix/MCM.py
@@ -84,7 +84,7 @@ def compare(
84
used_statistic : str, default = 'Score', one can imagine using error, time, memory etc. instead
85
save_as_json : bool, default = True, whether or not to save the python analysis dict
86
into a json file format
87
- plot_1v1_comparisons : bool, default = True, whether or not to plot the 1v1 scatter results
+ plot_1v1_comparisons : bool, default = False, whether or not to plot the 1v1 scatter results
88
order_WinTieLoss : str, default = 'higher', the order on considering a win or a loss
89
for a given statistics
90
include_ProbaWinTieLoss : bool, default = False, condition whether or not include
0 commit comments