{ "info": { "author": "OlivierGarciaDev", "author_email": "o.garcia.dev@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# fanalysis\n\nfanalysis is a Python module for Factorial Analysis distributed under the 3-Clause BSD license.\n\nWith this fanalysis package, you can perform:\n- Simple Correspondence Analysis\n- Multiple Correspondence Analysis\n- Principal Components Analysis\n\nThose statistical methods can be used in two ways:\n- as descriptive methods (\"datamining approach\")\n- as reduction methods in scikit-learn pipelines (\"machine learning approach\")\n\n## Installation\n\n### Dependencies\n\nfanalysis requires:\n\n Python 3\n NumPy >= 1.11.0\n Matplotlib >= 2.0.0\n Scikit-learn >= 0.18.0\n Pandas >= 0.19.0\n\n### User installation\n\nYou can install fanalysis using pip:\n\n pip install fanalysis\n\n## Running the tests\n\nAfter installation, you can launch the test suite from outside the source directory:\n\n python -m unittest\n\nThe philosophy of the unit tests consists in comparing the outputs of fanalysis (with various combinations of parameters) with the outputs of the R FactoMineR package.\n\n## Documentation\n\nThe docstring is written in english.\n\nTutorials are available in french:\n\n https://github.com/OlivierGarciaDev/fanalysis/blob/master/doc/ca_tutorial.ipynb\n https://github.com/OlivierGarciaDev/fanalysis/blob/master/doc/mca_tutorial.ipynb\n https://github.com/OlivierGarciaDev/fanalysis/blob/master/doc/pca_tutorial.ipynb\n\n## Author\n\nOlivier Garcia (o.garcia.dev@gmail.com)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "fanalysis", "package_url": "https://pypi.org/project/fanalysis/", "platform": "", "project_url": "https://pypi.org/project/fanalysis/", "project_urls": null, "release_url": "https://pypi.org/project/fanalysis/0.0.1/", "requires_dist": [ "numpy (>=1.11.0)", "matplotlib (>=2.0.0)", "scikit-learn (>=0.18.0)", "pandas (>=0.19.0)" ], "requires_python": ">=3", "summary": "Python module for Factorial Analysis", "version": "0.0.1" }, "last_serial": 3929718, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cba698e3c9d2a0d66b5d9c8639675724", "sha256": "8d43ecf5b6b85869f9ffc9de9c79d7b4d64f87a3204c17687717e7c9863fef49" }, "downloads": -1, "filename": "fanalysis-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cba698e3c9d2a0d66b5d9c8639675724", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 56309, "upload_time": "2018-06-04T19:54:44", "url": "https://files.pythonhosted.org/packages/97/b9/0abf11b0e44fdb450c745e4c9a1e4ab764d5ad8882011161c3ddf290a789/fanalysis-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee15eb14175d3eb2844960f371824eb9", "sha256": "aef808f703e2041acfa97e208b8fbc14169b68ea21fb2a7bac35dcda53f19082" }, "downloads": -1, "filename": "fanalysis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ee15eb14175d3eb2844960f371824eb9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 41102, "upload_time": "2018-06-04T19:54:46", "url": "https://files.pythonhosted.org/packages/64/f9/07bae2292b0c29243e55314ef45fa2eff55606f5f0c3db45c383ad17c84e/fanalysis-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cba698e3c9d2a0d66b5d9c8639675724", "sha256": "8d43ecf5b6b85869f9ffc9de9c79d7b4d64f87a3204c17687717e7c9863fef49" }, "downloads": -1, "filename": "fanalysis-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cba698e3c9d2a0d66b5d9c8639675724", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 56309, "upload_time": "2018-06-04T19:54:44", "url": "https://files.pythonhosted.org/packages/97/b9/0abf11b0e44fdb450c745e4c9a1e4ab764d5ad8882011161c3ddf290a789/fanalysis-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee15eb14175d3eb2844960f371824eb9", "sha256": "aef808f703e2041acfa97e208b8fbc14169b68ea21fb2a7bac35dcda53f19082" }, "downloads": -1, "filename": "fanalysis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ee15eb14175d3eb2844960f371824eb9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 41102, "upload_time": "2018-06-04T19:54:46", "url": "https://files.pythonhosted.org/packages/64/f9/07bae2292b0c29243e55314ef45fa2eff55606f5f0c3db45c383ad17c84e/fanalysis-0.0.1.tar.gz" } ] }