Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
6c33b757
Commit
6c33b757
authored
Jun 04, 2018
by
Theophile GENTILHOMME
Browse files
[script][vuln_commands] Change defaults
parent
463f1d17
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/vuln_commands.py
View file @
6c33b757
...
...
@@ -154,7 +154,7 @@ def roc(ctx, scores, criteria, real_data, **kwargs):
@
common_options
.
title_option
()
@
common_options
.
const_layout_option
()
@
common_options
.
style_option
()
@
common_options
.
figsize_option
()
@
common_options
.
figsize_option
(
dflt
=
None
)
@
verbosity_option
()
@
common_options
.
axes_val_option
(
dflt
=
'0.01,95,0.01,95'
)
@
common_options
.
x_rotation_option
(
dflt
=
45
)
...
...
@@ -200,7 +200,7 @@ def det(ctx, scores, criteria, real_data, **kwargs):
@
common_options
.
const_layout_option
()
@
common_options
.
x_label_option
()
@
common_options
.
y_label_option
()
@
common_options
.
figsize_option
()
@
common_options
.
figsize_option
(
dflt
=
None
)
@
common_options
.
style_option
()
@
common_options
.
bool_option
(
'iapmr'
,
'I'
,
'Whether to plot the IAPMR related lines or not.'
,
True
...
...
@@ -412,7 +412,7 @@ def metrics(ctx, scores, **kwargs):
@
common_options
.
title_option
()
@
common_options
.
const_layout_option
()
@
common_options
.
style_option
()
@
common_options
.
figsize_option
()
@
common_options
.
figsize_option
(
dflt
=
None
)
@
verbosity_option
()
@
common_options
.
axes_val_option
()
@
common_options
.
x_rotation_option
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment