Skip to content
/ mca Public
forked from esafak/mca

Multiple correspondence analysis

License

Notifications You must be signed in to change notification settings

janmenc/mca

 
 

Repository files navigation

mca

https://badge.fury.io/py/mca.png https://travis-ci.org/esafak/mca.png?branch=master

mca is a Multiple Correspondence Analysis (MCA) package for python, intended to be used with pandas. MCA is a feature extraction method; essentially PCA for categorical variables. You can use it, for example, to address multicollinearity or the curse of dimensionality with big categorical variables.

Installation

pip install --user mca

Usage

Please refer to the usage notes and this illustrated ipython notebook.

Reference

Michael Greenacre, Jörg Blasius (2006). Multiple Correspondence Analysis and Related Methods, CRC Press. ISBN 1584886285.

About

Multiple correspondence analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.9%
  • Jupyter Notebook 32.7%
  • Makefile 4.4%