@kanaries/ml
API Reference/Imputation

Missing-Value Imputation

Impute correlated numeric features in browser and Node.js with the @kanaries/ml JavaScript IterativeImputer implementation.

View as Markdown

Missing values can break estimators or bias a complete-case analysis. The Impute module supplies transformer-style preprocessing that fits only on training data and can be placed inside repeatable JS pipelines.

Use IterativeImputer when features predict one another and simple column means discard too much structure.