src.utils.imputer_utils

Classes

ImputerUtils()

class src.utils.imputer_utils.ImputerUtils
Author:

Alberto M. Esmoris Pena

Class with util static methods to work with imputers.

static extract_imputer_class(spec)

Extract the imputer’s class from the key-word specification.

Parameters:

spec – The key-word specification.

Returns:

Class representing/realizing an imputer.

Return type:

Imputer