sb-ai-lab / LightAutoML

Fast and customizable framework for automatic ML model creation (AutoML)
https://developers.sber.ru/portal/products/lightautoml
Apache License 2.0
1.18k stars 51 forks source link

Add forced features as a basis in an iterative selection strategy #62

Open dev-rinchin opened 1 year ago

dev-rinchin commented 1 year ago

🚀 Feature Request

Features force_input must be in out set of features. But features that correlated with forced features are not need in final feature set. I'd like to add forced features as a basis in an iterative selection strategy, so correlated features will not be selected.

https://github.com/sb-ai-lab/LightAutoML/blob/774c8c69cb345336f266b043be20558ee11ad44a/lightautoml/pipelines/selection/permutation_importance_based.py#L159

Motivation

Reducing the size of the dataset without reducing the quality.

github-actions[bot] commented 1 year ago

Stale issue message