How can I run simple correspondence analysis (CA) in Python? In the sklearn library, there only appears to be multiple correspondence analysis (MCA) and canonical correspondence analysis (CCA) options. However, my data is not categorical and does not need the additional linearity constraints applied by CCA.
My impression based on this link on CCA and this one on MCA is that regular CA cannot be applied by using one of the two other option.