@kanaries/ml
API Reference/Feature Selection

Feature Selection

Select informative columns in browser or Node.js machine-learning workflows with model-based, recursive, and univariate JavaScript feature selection in @kanaries/ml.

View as Markdown

Feature selection

Feature selection removes weak or redundant columns before prediction. It can reduce model cost, improve interpretability, and limit overfitting. @kanaries/ml provides model-based selectors and statistical scoring functions with a sklearn-like JavaScript API.

On this page