2_Plots
compute_tsne(data)
Compute t-SNE projection with caching.
compute_umap(data)
Compute UMAP projection with caching.
prepare_for_dimensionality(df)
Factorize all categorical columns in a dataframe and normalize values.