-
Notifications
You must be signed in to change notification settings - Fork 40
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
Probatus v3.0.0+ missing features & issues. #247
Comments
I ran the function shap_elimination.fit_compute(X, y), but the error occurs on line 493 of feature_elimination.py. What should I do if I can't do it even though I fit X and y in data frames and series formats, respectively? |
@jeong2624 could you please provide a code example and your probatus version? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
Probatus version 3.0.0+ removed some functionality that wasn't updated for multiple years, needed refactoring and was better done by other packages. When asking a sample of our users about this functionality, we noticed that as we suspected it wasn't used. Also with respect to maintainability, the fact it was out of sync with our other code and the potential to improve our core functionality in the future we chose to drop it.
If you make use of this package, but found that now some of its functionality that you previously used was removed in version 3.0.0, please report this here. Then we'll encourage you to use version 2.X.X in the meantime while we will look into reintroducing a modernized version of it. Also feel free to mention new ideas you might have.
The text was updated successfully, but these errors were encountered: