Ekeany / Boruta-Shap

A Tree based feature selection tool which combines both the Boruta feature selection algorithm with shapley values.
MIT License
559 stars 86 forks source link

[ENH] Feature_Selector.plot() with o without shadow features #77

Open juanramonua opened 2 years ago

juanramonua commented 2 years ago

Current Situation

Feature_Selector.plot(..., which_features='all') shows shadow features.

Enhancement

Feature_Selector.plot(..., which_features='all',shadow=True/False)

Reasoning

Shadow features expands Y-axis limits (Z-score) and it avoids seeing the rest of the features clearly.

Implementation

...

Tasks

...