Pranay Gaur
Results
2
issues of
Pranay Gaur
My code: def get_neighbourhood(self,X_train, y_train, point, K): pairs = zip(X_train, y_train) pairs.sort(key = lambda pair: self.euclidean_distance(point, pair[0])) pairs = pairs[0:K] x = zip(*pairs[1]) return mode(x) Your code: def get_neighbourhood(self,X_train, y_train,...
Hey, I appreciate your work but mate when I used the script and reboot my system. The login screen appears in tile form which I guess is due to background-repeat:...
enhancement