Why is error “OSError: GetModuleFileNameEx failed” generated in running scikit-learn k-nearest neighbours?
In using scikit’s ‘KNeighborsClassifier’ (with n_neighbors = 3) and ‘.fit’ to train, then using ‘.predict’ to do multinomial classification I am getting the error message “OSError: GetModuleFileNameEx failed”.