Using sklearn.preprocessing.OneHotEncoder() with parameter handle_unknown='ignore' will get a wrong output, when I manually set categories_ && all objects are of string type && an unknown category is ...
Machine Learning models work with numbers. That is, they are mathematical models which improve themselves by performing mathematical optimization. It possibly makes the hype a little bit less ...