Skip to content

esafak/mca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a3213c · Dec 22, 2024
Dec 22, 2024
Jun 25, 2014
Mar 22, 2015
Jan 11, 2018
Jan 11, 2018
Mar 22, 2015
Jan 11, 2018
Mar 24, 2015
Jun 25, 2014
Jun 25, 2014
Jan 11, 2018
Jun 25, 2014
Jun 25, 2014
Jun 25, 2014
Aug 19, 2016
Jun 25, 2014
Dec 22, 2024
Jun 25, 2014
Jan 11, 2018
Jun 25, 2014

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.