All Projects → esafak → Mca

esafak / Mca

Licence: bsd-3-clause
Multiple correspondence analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mca

Githubist
Github developer, location, language and repo stats for Turkey.
Stars: ✭ 124 (-10.14%)
Mutual labels:  statistics
Lifelines
Survival analysis in Python
Stars: ✭ 1,766 (+1179.71%)
Mutual labels:  statistics
Rpy2
Interface to use R from Python
Stars: ✭ 132 (-4.35%)
Mutual labels:  statistics
Foundry
The Cognitive Foundry is an open-source Java library for building intelligent systems using machine learning
Stars: ✭ 124 (-10.14%)
Mutual labels:  statistics
Teaching Monolith
Data science teaching materials
Stars: ✭ 126 (-8.7%)
Mutual labels:  statistics
Stldecompose
A Python implementation of Seasonal and Trend decomposition using Loess (STL) for time series data.
Stars: ✭ 130 (-5.8%)
Mutual labels:  statistics
Gun Violence Data
A comprehensive, accessible database that contains records of over 260k US gun violence incidents from January 2013 to March 2018.
Stars: ✭ 123 (-10.87%)
Mutual labels:  statistics
Covid19stats
A simple mobile app developed with Flutter to visualize Covid19 statistics 🦠
Stars: ✭ 136 (-1.45%)
Mutual labels:  statistics
Flex
Probabilistic deep learning for data streams.
Stars: ✭ 127 (-7.97%)
Mutual labels:  statistics
Glmm In Python
Generalized linear mixed-effect model in Python
Stars: ✭ 131 (-5.07%)
Mutual labels:  statistics
Contributions.taminomartinius.de
Website to display a bunch of different commit statistics fetched by GitHub GraphQL API
Stars: ✭ 125 (-9.42%)
Mutual labels:  statistics
Deeplearning Notes
Notes for Deep Learning Specialization Courses led by Andrew Ng.
Stars: ✭ 126 (-8.7%)
Mutual labels:  statistics
Xcode Time Tracker
Stars: ✭ 131 (-5.07%)
Mutual labels:  statistics
Awesome Shiny Apps For Statistics
🌟 A curated list of Awesome Shiny Apps for Statistics (ASAS)🌟
Stars: ✭ 124 (-10.14%)
Mutual labels:  statistics
Hsreplay.net
🔶 Unleash your Potential!
Stars: ✭ 132 (-4.35%)
Mutual labels:  statistics
Statistical Rethinking
An interactive online reading of McElreath's Statistical Rethinking
Stars: ✭ 123 (-10.87%)
Mutual labels:  statistics
Spatstat
Development version of 'spatstat' package ..............................
Stars: ✭ 128 (-7.25%)
Mutual labels:  statistics
Gameday api
A Ruby API for using the Major League Baseball Gameday statistics data. MLB provides very deep statistics for all major league baseball games through Gameday. Statistics include not only the typical boxscore stats, but also down to the physics of every single pitch thrown in the game. You can find the speed, movement, and position of every pitch thrown. The Gameday API makes it easy for Ruby developers to work with all this statistical information. The test directory included with the source code contains many examples of how the API can be used. If you prefer to use SVN, the gameday_api is also available via an SVN repository at: http://code.google.com/p/gamedayapi/ If you like this project, be sure to also check out the Baseball-Tracker project also hosted on GitHub. Baseball-Tracker is a web application that uses the gameday_api. You can find a hosted version of Baseball Tracker at http://baseballstatz.heroku.com
Stars: ✭ 137 (-0.72%)
Mutual labels:  statistics
Appelpy
Applied Econometrics Library for Python
Stars: ✭ 136 (-1.45%)
Mutual labels:  statistics
Streaker
🔥 GitHub contribution streak & stat tracking menu bar app
Stars: ✭ 131 (-5.07%)
Mutual labels:  statistics

=============================== mca

.. image:: https://badge.fury.io/py/mca.png :target: http://badge.fury.io/py/mca

.. image:: https://travis-ci.org/esafak/mca.png?branch=master :target: https://travis-ci.org/esafak/mca

mca is a Multiple Correspondence Analysis <http://en.wikipedia.org/wiki/Multiple_correspondence_analysis>_ (MCA) package for python, intended to be used with pandas <http://pandas.pydata.org/>. MCA is a feature extraction <http://en.wikipedia.org/wiki/Feature_extraction> method; essentially PCA <http://en.wikipedia.org/wiki/Principal_component_analysis>_ for categorical variables <http://en.wikipedia.org/wiki/Categorical_variable>. You can use it, for example, to address multicollinearity <http://en.wikipedia.org/wiki/Multicollinearity> or the curse of dimensionality <http://en.wikipedia.org/wiki/Curse_of_dimensionality>_ with big categorical variables.

Installation

.. code :: bash

pip install --user mca

Usage

Please refer to the usage notes <https://github.com/esafak/mca/blob/master/docs/usage.rst>_ and this illustrated ipython notebook <http://nbviewer.ipython.org/github/esafak/mca/blob/master/docs/mca-BurgundiesExample.ipynb>_.

Reference

Michael Greenacre, Jörg Blasius (2006). Multiple Correspondence Analysis and Related Methods <http://www.crcpress.com/product/isbn/9781584886280>_, CRC Press. ISBN 1584886285.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].