Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.measure
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.measure
Commits
4f094765
There was a problem fetching the pipeline summary.
Commit
4f094765
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Fix filename in comments [skip ci]
parent
658d0970
Branches
master
No related tags found
1 merge request
!48
recompute far values in roc_for_far
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/measure/test_error.py
+1
-1
1 addition, 1 deletion
bob/measure/test_error.py
with
1 addition
and
1 deletion
bob/measure/test_error.py
+
1
−
1
View file @
4f094765
...
...
@@ -304,7 +304,7 @@ def test_plots():
# This example will test the Precision-Recall plot calculation functionality.
xy
=
precision_recall_curve
(
negatives
,
positives
,
100
)
# uncomment the next line to save a reference value
# save('nonsep-
roc
.hdf5', xy)
# save('nonsep-
precisionrecall
.hdf5', xy)
xyref
=
bob
.
io
.
base
.
load
(
F
(
'
nonsep-precisionrecall.hdf5
'
))
assert
numpy
.
array_equal
(
xy
,
xyref
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment