src.utils.ftransf_utils

Classes

FtransfUtils()

class src.utils.ftransf_utils.FtransfUtils
Author:

Alberto M. Esmoris Pena

Class with util static methods to work with feature transformers.

static extract_ftransf_class(spec)

Extract the feature transformer’s class from the key-word specification.

Parameters:

spec – The key-word specification.

Returns:

Class representing/realizing a feature transformer.

Return type:

FeatureTransformer