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

Package import error #6

Closed
larun1916 opened this issue Apr 21, 2023 · 2 comments
Closed

Package import error #6

larun1916 opened this issue Apr 21, 2023 · 2 comments

Comments

@larun1916
Copy link

I am getting the below error while running the code.
image

@amanabdullayev
Copy link
Contributor

there was a typo while importing sklearn function =>_OneToOneFeatureMixin, this actually should be without an underscore: OneToOneFeatureMixin, which is required for carryover and saturation classes. Fixed this import issue in #7 and created a PR.

@Garve
Copy link
Owner

Garve commented Jun 3, 2023

Hello! I uploaded the new version to pypi now. A pip install mamimo==0.4.3 should fix it! Thanks a lot for reporting and fixing it :) it was still based on an older version of scikit-learn (1.1.2), and there, it still contained an underscore.

@Garve Garve closed this as completed Jun 3, 2023
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

3 participants