excludeΒΆ

Columns marked with a subrole in this submodule will not be used for the specified purpose.

Example:
# The Relboost feature learning algorithm will
# ignore this column.
my_data_frame.set_subroles(
    "my_column", getml.data.subroles.exclude.relboost)

Attributes

category_trimmer

The CategoryTrimmer preprocessor will ignore this column.

fastprop

FastProp will ignore this column.

feature_learners

All feature learners (feature_learning) will ignore this column.

imputation

The Imputation preprocessor will ignore this column.

mapping

The Mapping preprocessor will ignore this column.

multirel

Multirel will ignore this column.

predictors

All predictors will ignore this column.

preprocessors

All preprocessors will ignore this column.

relboost

Relboost will ignore this column.

relmt

RelMT will ignore this column.

seasonal

The Seasonal preprocessor will ignore this column.

text_field_splitter

The TextFieldSplitter will ignore this column.