Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.bio.base bob.bio.base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.bio.basebob.bio.base
  • Merge requests
  • !188

Score normalizations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tiago de Freitas Pereira requested to merge score-normalizations into dask-pipelines May 05, 2020
  • Overview 8
  • Commits 12
  • Pipelines 10
  • Changes 11

This is a long MR with the following features:

  • Proper checkpointing of scores (BioAlgCheckpointWrapper). Still in pickle, though
  • Moved the score-writer outside of the VanillaBiometricsPipeline
  • Simplified the scoring by BioAlgorithm. Also made once SampleSet, dump one score.
  • Implemented a new pipeline that does Z, T and ZT score normalizations. Also created wrappers for Checkpointing and Dask this pipeline. Such pipeline has to wrap a VanillaBiometricsPipeline to work.
  • Adapted the CLI command, bob pipelines vanilla-biometrics to work with ZNorm. Now, if you want to ztnorm a pipeline, just do bob pipelines vanilla-biometrics --ztnorm

Don't know if someone is willing to review this one.

Edited May 12, 2020 by Tiago de Freitas Pereira
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: score-normalizations