I was attempting to import some modules in a Spyder IDE:
from sklearn.neighbors import KNeighborsClassifier
from mlxtend.feature_selection import ExhaustiveFeatureSelector
For both of the import statements above I get the error:
"NameError: name 'dispatcher' is not defined"
Tried install package "dispatcher"