This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Releases: koaning/whatlies
Releases · koaning/whatlies
0.7.0
0.6.5
0.6.4
0.6.3
0.6.0
0.5.4
0.5.3
0.5.2
- Added tests for
matplotlib
andaltair
. - Added
plot_3d
, allowing you to make some 3d visualisations. - Added
assign
as a nicer alternative foradd_property
. - Added a citation to an research paper on this library.
- Removed the "helper vectors" from our transformers.
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()