Closed tylernwatson closed 2 years ago
having the same issue. It would be great if there could be a solution to this; encountering the same issue with Prince.
In the new version of Pandas, SparseDataFrame() is no longer available which is documented Here Can someone address this please? Thanks.
we had fixed this problem,you could try again after updating your light_famd package
I tried to use FAMD with my own mixed type data set, and I received the above error. To verify I wasn't doing something wrong, I tried again with the code provided in the documentation.
This is giving me the following error:
I am currently using Pandas 1.1.1. When I try the above code with Pandas 0.25.3, I instead get this error:
Adding
test = test.to_numpy()
before fitting the famd instance gets a new error:I'd appreciate any guidance you can provide on how to resolve this issue.