I am wondering what is the difference between pandas\' get_dummies() encoding of categorical features as compared to the sklearn\'s OneHotEncoder()
get_dummies()
OneHotEncoder()