prince
prince copied to clipboard
How to reconstruct/data recover the dataset after FADM transform? (inverse_transform like)
Hi! I've started using Prince package in order to apply a FADM in my binary and categorical dataset (btw, thanks @MaxHalford for this amazing library!!!).
Now I'm trying to find a way to reconstruct my original dataset (something like the inverse_transform function of sklearn PCA), so I could check which points are in each cluster. But I could not find a way to do this, neither a function that gives me the original indexes.
Any ideas?
Thankss!!
Hey there,
Your request is a good one. I'll make a note and try to get it done soon.
Cheers.
Hey @MaxHalford, any news about implementing this nice feature ?
Thanks :) !
I just implemented inverse_transform
for the PCA
class. I'm not exactly sure about how to go about this for CA, MCA and FAMD but I'm making steady progress. Feel free to contribute!
Hi there @MaxHalford, will there be any updates on this? If not can you give some rough guidance on how to proceed with inverse transforming the data?
Hey there! Actually I took a look and I have no idea on how to do this for FAMD, sorry :(. Actually I'm pretty sure you could write a scientific paper if you found a way haha.