You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 usingmask = ~samples
instead ofmask = ~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!
The text was updated successfully, but these errors were encountered: