Skip to content
Snippets Groups Projects
Commit c2ea227a authored by dmt's avatar dmt
Browse files

Define request for pre processing the training data.

parent 9374c07a
No related branches found
No related tags found
No related merge requests found
from dataclasses import dataclass
from cml.ports.source_adapters import Adapter
from cml.shared.settings import PreprocessingSettings, BlockProcessingSettings
@dataclass
class PreprocessRequest:
source_adapter: Adapter
pre_settings: PreprocessingSettings
block_settings: BlockProcessingSettings
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment