I am using python in jupyter notebook and receiving this error
Summary The error encountered is an ImportError when trying to import SequentialFeatureSelector from mlxtend.feature_selection in a Jupyter Notebook. This issue arises due to a problem in the import chain that involves sklearn and its dependencies. Root Cause The root cause of this issue is related to the import chain in sklearn and its interaction with … Read more