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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: