Closed demongolem-biz closed 1 year ago
There's another package called prince (bioinformatics or some sort). You can check the content with dir(prince) and see if famd.py is in the package directory. You can also locate the file location to check the package info and contents.
Hello there 👋
I apologise for not answering earlier. I was not maintaining Prince anymore. However, I have just refactored the entire codebase. This refactoring should have fixed many bugs.
I don’t have time and energy to check if this fixes your issue, but there is a good chance it does. Feel free to reopen this issue if the problem persists after installing the new version — that is, version 0.8.0 and onwards.
When I install from pip, I get v 0.7.1. When I do:
famd = prince.FAMD(n_components=2, n_iter=3,...
I get the AttributeError: module 'prince' has no attribute 'FAMD' error.