processing_pipelineΒΆ

Python package that defines the processing framework of tasrif

tasrif.processing_pipeline.compose_operator

Module that defines the ComposeOperator class

tasrif.processing_pipeline.custom

Module to export customized pipeline operators

tasrif.processing_pipeline.kats

Module to export native pandas based pipeline operators

tasrif.processing_pipeline.map_processing_operator

Module that defines the MapProcessingOperator class

tasrif.processing_pipeline.noop_operator

Module that defines the NoopOperator class

tasrif.processing_pipeline.observer

Module that defines the Observer class

tasrif.processing_pipeline.observers

Module to export observers

tasrif.processing_pipeline.pandas

Module to export native pandas based pipeline operators

tasrif.processing_pipeline.pandas_operator

Module that defines the PandasOperator class

tasrif.processing_pipeline.parallel_operator

Module that defines the RayOperator class

tasrif.processing_pipeline.processing_operator

Module that defines the ProcessingOperator class

tasrif.processing_pipeline.reduce_processing_operator

Module that defines the ReduceProcessingOperator class

tasrif.processing_pipeline.scoped_processing_operator

Module that defines the SequenceOperator class

tasrif.processing_pipeline.sequence_operator

Module that defines the SequenceOperator class

tasrif.processing_pipeline.split_operator

Module that defines the SequenceOperator class

tasrif.processing_pipeline.tsfresh

Module to export tsfresh based pipeline operators

tasrif.processing_pipeline.validators

Module that provides mixins for commonly-used validations.

tasrif.processing_pipeline.variable

Variable is a concept to share state across operators that are in the same ancestoral chain.