Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.

julearn.base.make_type_selector#

julearn.base.make_type_selector(pattern)#

Make a type selector.

This type selector is to be used with sklearn.compose.ColumnTransformer

Parameters:
patternstr

The pattern to select the columns.

Returns:
function

The type selector.