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
c8e7de49
Commit
c8e7de49
authored
11 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Simplify buildout using our new extension
parent
546ad194
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildout.cfg
+1
-1
1 addition, 1 deletion
buildout.cfg
xbob/measure/calibration.py
+1
-1
1 addition, 1 deletion
xbob/measure/calibration.py
with
2 additions
and
2 deletions
buildout.cfg
+
1
−
1
View file @
c8e7de49
...
...
@@ -4,7 +4,7 @@
[buildout]
parts
=
scripts
eggs
=
xbob.
co
re
eggs
=
xbob.
measu
re
extensions
=
xbob.buildout
mr.developer
auto-checkout
=
*
...
...
This diff is collapsed.
Click to expand it.
xbob/measure/calibration.py
+
1
−
1
View file @
c8e7de49
...
...
@@ -24,7 +24,7 @@ def min_cllr(negatives, positives):
"""
Computes the
'
minimum cost of log likelihood ratio
'
measure as given in the bosaris toolkit
"""
from
xbob.math
import
pavx
# first, sort both scores
neg
=
sorted
(
negatives
)
pos
=
sorted
(
positives
)
...
...
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