'Is there a way to use categorical pca in python?
I need to construct an index that includes several categorical variables from a survey. To calculate weights for each variable I want to use a statistical method such as PCA. PCA is supposed to performed on continious data, however, there is a modification of PCA for categorical variables - CatPCA. Is there any package to perfrom it in python?
Or alternitively, if there is none, is there any other way to construct an index out of categorical variables?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
