Rodrigo Costa Camargos

Results 1 comments of Rodrigo Costa Camargos

Look at this line: indices, distances = self.knn_models[label].knn_query(x, k=k). If x.size < k, then you get this error. You should look at your dataset size because x is calculated from...