Code Documentation: Utility Legos

mastml.legos.util_legos Module

This module contains a collection of classes for debugging and control flow

Classes

BaseEstimator Base class for all estimators in scikit-learn.
DataFrameFeatureUnion(transforms) Class for unioning dataframe generators (sklearn.pipeline.FeatureUnion always puts out arrays)
DoNothing() Class for having a “null” transform where the output is the same as the input.
TransformerMixin Mixin class for all transformers in scikit-learn.

Class Inheritance Diagram

Inheritance diagram of mastml.legos.util_legos.DataFrameFeatureUnion, mastml.legos.util_legos.DoNothing