This repository was archived by the owner on Feb 7, 2023. It is now read-only.
0.5.1
- Added a guide on debiasing on the docs.
- You can now specify the plot axes and title.
- We've changed the internal file structure to prevent people from importing modules.
- We've added sensible default values to "plot_interactive". We now assume that you want to plot the first two elements of a vector.
# Before
emb.transform(Pca(2)).plot_interactive('pca_0', 'pca_1')
# After
emb.transform(Pca(2)).plot_interactive()