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
  • !229

Check stateless

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Laurent COLBOIS requested to merge check-stateless into master Dec 07, 2020
  • Overview 1
  • Commits 4
  • Pipelines 2
  • Changes 1

Small change where background model samples are not loaded if the main pipeline is stateless. The world set typically is much larger than the dev and eval set, so it is a bit of a waste to load.

NB. The make_pipeline utility from scikit-learn generates pipelines that are never stateless, even if all transformers in the sequence are stateless, which makes this change useful.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: check-stateless