param_grid = [ {'scaler': [MinMaxScaler()], 'feature_range': [(0, 1), (-1, 1)], 'knn__n_neighbors': range(1, 10)}, {'scaler': [StandardScaler()], 'knn__n_neighbors': range(1, 10)} ]
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter