9.4. Base#

Provide imports for base module.

Classes#

JuBaseEstimator

Base class for julearn estimators.

JuTransformer

Base class for julearn transformers.

WrapModel

Wrap a model to make it a julearn estimator.

ColumnTypes

Class to hold types in regards to a pd.DataFrame Column.

ColumnTypesLike

Functions#

change_column_type(column, new_type)

Change the type of a column.

get_column_type(column)

Get the type of a column.

make_type_selector(pattern)

Make a type selector.

ensure_column_types(attr)

Ensure that the attribute is a ColumnTypes.