synthpic2.recipe.synth_chain.feature_generation_steps.base

Module for the FeatureGenerationStep base class.

Module Contents

Classes

FeatureGenerationStep

Helper class that provides a standard way to create an ABC using

class synthpic2.recipe.synth_chain.feature_generation_steps.base.FeatureGenerationStep

Bases: synthpic2.recipe.synth_chain.step.SynthChainStep

Helper class that provides a standard way to create an ABC using inheritance.