DimensionReduction

Module hosting dimension reduction and embedding routines.

plot_tsne(data, cmap=<matplotlib.colors.LinearSegmentedColormap object>, colors=None, title='t-SNE', backend='cm')[source]
tsne(data, n_components=2, precomputed=False, perplexity=30.0, random_state=0, init='pca', early_exaggeration=12.0, learning_rate=200.0, n_iter=1000, **kwargs)[source]

Perform t-SNE