Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.pipelines bob.pipelines
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.pipelinesbob.pipelines
  • Merge requests
  • !4

Processor api

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tiago de Freitas Pereira requested to merge processor-API into master Feb 28, 2020
  • Overview 30
  • Commits 13
  • Pipelines 11
  • Changes 22

Sweetheart S2,

Follow in the MR the check-pointable processors.

With this MR it contains:

  • Base Processor class that defines methods for fit a processor given some samples (optionally) and to transform samples
  • ProcessorPipeline that:
    • stack those Processors sequentially
    • checkpoint them if necessary
    • fit processor if they are fittable
    • transform them

Close #4 (closed)

ping @andre.anjos @amohammadi

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: processor-API