skope-rules icon indicating copy to clipboard operation
skope-rules copied to clipboard

pip install skope-rules brings the previous version of the code before fixing issue #47

Open Manuelhrokr opened this issue 1 year ago • 0 comments

Hi,

I made a test installation of the library using pip install skope-rules (as indicated in the original Github repo), and the installation brings the previous version of the code using mask = ~samples instead of mask = ~indices_to_mask(samples, n_samples). This was an error on the OOB calculation of each base estimator, which I believe was corrected on issue #47.

Thanks!

Manuelhrokr avatar Jan 26 '23 23:01 Manuelhrokr