scikit-learn-intelex
scikit-learn-intelex copied to clipboard
added shape attr check in validation
trafficstars
We ran into a problem with predict_proba in knn. If the predict_proba method receives a list as input, the method will return an error. This is because we were trying to extract the shape attr from the list. I added an extra check to avoid this.
@PivovarA @samir-nasibli are there any stoppers for merging?