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

Problem with feature_engine package #12

Open
amel-hidouri opened this issue Feb 5, 2024 · 2 comments
Open

Problem with feature_engine package #12

amel-hidouri opened this issue Feb 5, 2024 · 2 comments

Comments

@amel-hidouri
Copy link

Hello, I am currently working with the IMLI tool. Firstly, I want to express my appreciation for the work you've put into developing such a valuable tool.

I have encountered an issue while attempting to execute the IMLI tool. The error message I am facing is as follows:
ImportError: cannot import name 'discretisers' from 'feature_engine' (/opt/homebrew/lib/python3.11/site-packages/feature_engine/init.py)
Could you please provide guidance on resolving this ImportError? Additionally, if there are any specific dependencies or updates that I may have missed, I would greatly appreciate your advice.

@bishwamittra
Copy link
Collaborator

Hello,

Thanks for trying out the code. The error you are referring is specific to the library feature_engine. As I realize, the library is now updated and our code is compatible with feature-engine==0.4.31. Please try installing this version and see if the error is resolved.

pip install feature-engine==0.4.31

I will also try to update the code to the updated version of feature-engine, but it may take some time.

If you still have any error, kindly let me know.

@amel-hidouri
Copy link
Author

Thank you for your answer.
I installed the package feature-engine==0.4.31 successfully and the problem is resolved.

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

2 participants