data_context Module

Holding the data context classes.

Classes

BaseDataContext

Base data context class for input raw data and output transformed data.

Construct the BaseDataContext class.

DataContextParams
RawDataContext

User provided data context.

Construct the RawDataContext class.

TransformedDataContext

The user provided data with applied transformations.

If there is no featurization done this will be the same as the RawDataContext. This class will also hold the necessary transformers used.

Construct the TransformerDataContext class.