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

[BUG] Incorrect `calculate_hits` documentation #93

Open MauritsDescamps opened 2 years ago

MauritsDescamps commented 2 years ago

The docstring of calculate_hits in BorutaShap.py states the following:

Percentile : value ranging from 0-1

This should be

Percentile : value ranging from 0-100

since numpy.percentile expects a percentage.