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.08k stars 47 forks source link

Permutation importance bug fixed #139

Open BELONOVSKII opened 8 months ago

BELONOVSKII commented 8 months ago

Fixes #138

Solution

Split the features by levels and get permutation importance scores via the pipelines on higher levels.