Contents

CategoricalImputer

An estimator that replaces missing values in the categorical input.

Declaration

struct CategoricalImputer<Element> where Element : Decodable, Element : Encodable, Element : Hashable

Topics

Creating an estimator

Getting the properties

Fitting

See Also

Preprocessors