FunctionCaller#

class polpo.preprocessing.FunctionCaller(func, **kwargs)[source]#

Bases: PreprocessingStep

Calls a function with preset kwargs.

Parameters:

func (callable) – Function.