All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
prince
is now compatible withpandas>=1.0
.
PCA
now has aninverse_transform
function.
MFA
andFAMD
should now be able tofit
andtransform
on categorical variables with different number of distinct values.- Fixed a bug where
column_correlations
would raise anAttributeError
in aFAMD
. - The output of
column_correlations
is now sorted along the index.