Skip to content

REF: Refactor transformation, training and pipeline under cacheable #282

@schobbejak

Description

@schobbejak

Currently there are two folders for training and transformation that implement 4 classes:

  • TrainingPipeline < Training.py
  • TransformationPipeline < Transforming.py
  • TrainingBlock < Training_block.py
  • TransformingBlock < Transformation_block.py

Refactor so it falls under one folder 'cacheable'

  • CTrainingPipeline
  • CTransformPipeline
  • CTrainingBlock
  • CTransformBlock

Metadata

Metadata

Assignees

No one assigned

    Labels

    02 - RefactorIssues related to refactoring code

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions