Some of my data's features have large values, while other features have much smaller values.
Is it necessary to center+scale data before applying t-SNE to prevent bias towards the larger values?
I use Python's sklearn.manifold.TSNE implementation with the default euclidean distance metric.