Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Manuelhrokr opened this issue Jan 26, 2023 · 0 comments

Comments

@Manuelhrokr
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant