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
Graph
651554ef3e3d7c50d713f33a8427bad8405d2f6f
Select Git revision
Branches
5
HistXY
develop
protected
master
default
protected
nlogn-threshold-search
stats
Tags
20
v6.1.1
v6.1.0
v6.0.2
v6.0.1
v6.0.0
v5.0.0
v4.2.3
v4.2.3b0
v4.2.2
v4.2.1
v4.2.0
v4.1.1
v4.1.0
v4.0.0
v3.0.0
v2.4.1
v2.4.0
v2.3.0
v2.2.1
v2.2.0
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
23
Apr
20
19
18
16
13
12
10
9
6
5
3
29
Mar
28
27
22
21
20
16
19
Feb
11
5
26
Jan
25
19
16
19
Nov
17
16
15
14
13
11
17
Oct
16
15
Sep
4
31
Aug
24
Jul
19
7
6
5
3
12
Jun
9
7
6
1
28
May
22
20
Apr
9
31
Mar
30
21
Feb
20
14
13
8
7
1
31
Jan
16
14
22
Dec
29
Nov
28
11
10
8
7
28
Oct
27
21
12
5
4
30
Sep
29
28
26
31
Aug
12
11
26
Jul
20
14
16
May
26
Apr
25
22
19
8
7
9
Mar
2
10
Feb
23
Jan
22
20
8
11
Dec
3
30
Nov
27
26
25
24
19
17
16
26
Oct
16
6
5
1
17
Sep
28
Aug
16
Jul
16
Jun
21
May
20
19
1
30
Apr
26
Feb
16
23
Jan
7
11
Dec
6
Nov
4
28
Oct
2
14
Sep
12
3
2
20
Aug
18
13
31
Jul
30
29
23
Jun
3
27
May
26
20
27
Apr
24
15
8
25
Mar
24
23
22
21
18
17
16
21
Feb
18
13
12
30
Jan
29
21
17
13
Dec
12
11
24
Nov
21
Fix bug: comma typo created a tuple instead of a list
Makes score processing for histograms more modular: can now handle any number of files per system
Replace a force_eval option so that no evaluation option is needed when evaluation scores are mandatory
Fix bugs from removed variables in the previous commit
Change the way the scores arguments are passed to the compute() function: it now does not rely on dev,eval pairs anymore and can take any number of different files (e.g. train)
Merge branch 'theo-cli' into 'theo'
Forgot to change option name in summary...
Rename the metric log option, rename eval->evaluation variable
Detailed option description, matplolib setting moved to callback functions, add vertical line option to DET
Merge branch 'theo-cli' of gitlab.idiap.ch:bob/bob.measure into theo-cli
Details the summary for click options and add missing doc for two options
Fix the matplotlib style usage
Merge branch 'theo-cli' of gitlab.idiap.ch:bob/bob.measure into theo-cli
Add autosummary for common_options.py
remove extra things
replace ntpath by os.path
Various small changes after Amir review: add/remove command options, use matplotlib 2.2.2 functionalities, fix doc
move click options to bob.extension, change default axis for ROC and DET to be ISO conform, add command to generate fakes score files, add options to change title and axis labels
Fix bug when using dev file lists
Small changes in the user guide, add titles option to hist command
Change defaults behaviors for titles
Change test -> eval, set different default tablefmt option, add and remove options, modify tests accordingly, and modify base MeasureBase class so that it can handle several dev/eval scores for each system (e.g. licit/spoofing for PAD)
Increased latest version to 3.0.1b0 [skip ci]
Increased stable version to 3.0.0
v3.0.0
v3.0.0
Refactoring of boolean based options
Set HTER as vertical line when calling evaluate
Remove python verison dependent tests
Add FAR value in the printed output ofThreshold. Make sure EPC title is correct (adding split=False)
Add excpetion when far criteria is chosen and far value is None
Fix evaluate so that all metrics are written in the same log file. Add cmc option
Add and concanate click options, add threshold criterion
Add rank click option
Fix documentation: incorrect function reference
Slightly reshape code so it can be used to plot cmc, dir, ...
Resolve merge conflicts
Fix file after undesired merge
Changes in buildout
Fix evaluate script (axes not set) and add defaults settings for the figure classes. Condensate options: list of axis limits instead of individual min/max per axis.
Fix incorrect title when not in test mode
Fixing typo
Loading