factor-analysis

Factors Analysis using MDP in Python

Factors Analysis using MDP in Python Question: Excuse my ignorance, I’m very new to Python. I’m trying to perform factor analysis in Python using MDP (though I can use another library if there’s a better solution). I have an m by n matrix (called matrix) and I tried to do: import mdp mdp.nodes.FANode()(matrix) but I …

Total answers: 2