scikit-criteria


Namescikit-criteria JSON
Version 0.8.7 PyPI version JSON
download
home_page
SummaryScikit-Criteria is a collections of algorithms, methods and techniques for multiple-criteria decision analysis.
upload_time2024-02-09 22:13:18
maintainer
docs_urlNone
author
requires_python
licenseCopyright (c) 2016-2021, Cabral, Juan; Luczywo, Nadia Copyright (c) 2022, QuatroPe All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords muticriteria mcda mcdm weightedsum weightedproduct simus topsis moora electre critic entropy dominance packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Scikit-Criteria

![image](https://github.com/quatrope/scikit-criteria/raw/master/res/logo_wb.png)

**Multiple-criteria decision analysis**

<!-- BODY -->

[![QuatroPe](https://img.shields.io/badge/QuatroPe-Applications-1c5896)](https://quatrope.github.io/)
[![Gihub Actions CI](https://github.com/quatrope/scikit-criteria/actions/workflows/CI.yml/badge.svg)](https://github.com/quatrope/scikit-criteria/actions/workflows/CI.yml)
[![Documentation Status](https://readthedocs.org/projects/scikit-criteria/badge/?version=latest&style=flat)](http://scikit-criteria.readthedocs.io)
[![PyPI](https://img.shields.io/pypi/v/scikit-criteria)](https://pypi.org/project/scikit-criteria/)
[![PyPI - Downloads](https://img.shields.io/pypi/dw/scikit-criteria?label=PyPi%20Downloads)](https://pypistats.org/packages/scikit-criteria)
[![Conda Forge](https://anaconda.org/conda-forge/scikit-criteria/badges/version.svg)](https://anaconda.org/conda-forge/scikit-criteria)
![Conda](https://img.shields.io/conda/dn/conda-forge/scikit-criteria?label=Conda-Forge%20downloads)
[![License](https://img.shields.io/pypi/l/uttrs?color=blue)](https://www.tldrlegal.com/l/bsd3)
[![Python 3.8+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://badge.fury.io/py/scikit-criteria)



**Scikit-Criteria** is a collection of Multiple-criteria decision
analysis ([MCDA](https://en.wikipedia.org/wiki/Multiple-criteria_decision_analysis))
methods integrated into scientific python stack. Is Open source and commercially usable.

## Help & discussion mailing list

Our Google Groups mailing list is [here](https://groups.google.com/forum/#!forum/scikit-criteria).

**You can contact me at:** <jbcabral@unc.edu.ar> (if you have a support
question, try the mailing list first)

## Code Repository & Issues

<https://github.com/quatrope/scikit-criteria>

## License

Scikit-Criteria is under
[The 3-Clause BSD License](https://raw.githubusercontent.com/quatrope/scikit-criteria/master/LICENSE.txt)

This license allows unlimited redistribution for any purpose as long as
its copyright notices and the license's disclaimers of warranty are
maintained.

## Citation

If you are using Scikit-Criteria in your research, please cite:

If you use scikit-criteria in a scientific publication, we would
appreciate citations to the following paper:

> Cabral, Juan B., Nadia Ayelen Luczywo, and José Luis Zanazzi 2016
> Scikit-Criteria: Colección de Métodos de Análisis Multi-Criterio
> Integrado Al Stack Científico de Python. In XLV Jornadas Argentinas de
> Informática E Investigación Operativa (45JAIIO)-XIV Simposio Argentino
> de Investigación Operativa (SIO) (Buenos Aires, 2016) Pp. 59-66.
> <http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf>.

Bibtex entry:


```bibtex
   @inproceedings{scikit-criteria,
        author={
            Juan B Cabral and Nadia Ayelen Luczywo and Jos\'{e} Luis Zanazzi},
        title={
            Scikit-Criteria: Colecci\'{o}n de m\'{e}todos de an\'{a}lisis
            multi-criterio integrado al stack cient\'{i}fico de {P}ython},
        booktitle = {
            XLV Jornadas Argentinas de Inform{\'a}tica
            e Investigaci{\'o}n Operativa (45JAIIO)-
            XIV Simposio Argentino de Investigaci\'{o}n Operativa (SIO)
            (Buenos Aires, 2016)},
        year={2016},
        pages = {59--66},
        url={http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf}
    }
```

**Full Publication:** http://sedici.unlp.edu.ar/handle/10915/58577

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "scikit-criteria",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "muticriteria,mcda,mcdm,weightedsum,weightedproduct,simus,topsis,moora,electre,critic,entropy,dominance,packaging",
    "author": "",
    "author_email": "Juan B Cabral & QuatroPe <jbcabral@unc.edu.ar>",
    "download_url": "https://files.pythonhosted.org/packages/9d/f2/703d7d8301b4143addbd1758ceda64c5547d38b9ebefed53918d8d0f7e6e/scikit-criteria-0.8.7.tar.gz",
    "platform": null,
    "description": "# Scikit-Criteria\n\n![image](https://github.com/quatrope/scikit-criteria/raw/master/res/logo_wb.png)\n\n**Multiple-criteria decision analysis**\n\n<!-- BODY -->\n\n[![QuatroPe](https://img.shields.io/badge/QuatroPe-Applications-1c5896)](https://quatrope.github.io/)\n[![Gihub Actions CI](https://github.com/quatrope/scikit-criteria/actions/workflows/CI.yml/badge.svg)](https://github.com/quatrope/scikit-criteria/actions/workflows/CI.yml)\n[![Documentation Status](https://readthedocs.org/projects/scikit-criteria/badge/?version=latest&style=flat)](http://scikit-criteria.readthedocs.io)\n[![PyPI](https://img.shields.io/pypi/v/scikit-criteria)](https://pypi.org/project/scikit-criteria/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dw/scikit-criteria?label=PyPi%20Downloads)](https://pypistats.org/packages/scikit-criteria)\n[![Conda Forge](https://anaconda.org/conda-forge/scikit-criteria/badges/version.svg)](https://anaconda.org/conda-forge/scikit-criteria)\n![Conda](https://img.shields.io/conda/dn/conda-forge/scikit-criteria?label=Conda-Forge%20downloads)\n[![License](https://img.shields.io/pypi/l/uttrs?color=blue)](https://www.tldrlegal.com/l/bsd3)\n[![Python 3.8+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://badge.fury.io/py/scikit-criteria)\n\n\n\n**Scikit-Criteria** is a collection of Multiple-criteria decision\nanalysis ([MCDA](https://en.wikipedia.org/wiki/Multiple-criteria_decision_analysis))\nmethods integrated into scientific python stack. Is Open source and commercially usable.\n\n## Help & discussion mailing list\n\nOur Google Groups mailing list is [here](https://groups.google.com/forum/#!forum/scikit-criteria).\n\n**You can contact me at:** <jbcabral@unc.edu.ar> (if you have a support\nquestion, try the mailing list first)\n\n## Code Repository & Issues\n\n<https://github.com/quatrope/scikit-criteria>\n\n## License\n\nScikit-Criteria is under\n[The 3-Clause BSD License](https://raw.githubusercontent.com/quatrope/scikit-criteria/master/LICENSE.txt)\n\nThis license allows unlimited redistribution for any purpose as long as\nits copyright notices and the license's disclaimers of warranty are\nmaintained.\n\n## Citation\n\nIf you are using Scikit-Criteria in your research, please cite:\n\nIf you use scikit-criteria in a scientific publication, we would\nappreciate citations to the following paper:\n\n> Cabral, Juan B., Nadia Ayelen Luczywo, and Jos\u00e9 Luis Zanazzi 2016\n> Scikit-Criteria: Colecci\u00f3n de M\u00e9todos de An\u00e1lisis Multi-Criterio\n> Integrado Al Stack Cient\u00edfico de Python. In XLV Jornadas Argentinas de\n> Inform\u00e1tica E Investigaci\u00f3n Operativa (45JAIIO)-XIV Simposio Argentino\n> de Investigaci\u00f3n Operativa (SIO) (Buenos Aires, 2016) Pp. 59-66.\n> <http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf>.\n\nBibtex entry:\n\n\n```bibtex\n   @inproceedings{scikit-criteria,\n        author={\n            Juan B Cabral and Nadia Ayelen Luczywo and Jos\\'{e} Luis Zanazzi},\n        title={\n            Scikit-Criteria: Colecci\\'{o}n de m\\'{e}todos de an\\'{a}lisis\n            multi-criterio integrado al stack cient\\'{i}fico de {P}ython},\n        booktitle = {\n            XLV Jornadas Argentinas de Inform{\\'a}tica\n            e Investigaci{\\'o}n Operativa (45JAIIO)-\n            XIV Simposio Argentino de Investigaci\\'{o}n Operativa (SIO)\n            (Buenos Aires, 2016)},\n        year={2016},\n        pages = {59--66},\n        url={http://45jaiio.sadio.org.ar/sites/default/files/Sio-23.pdf}\n    }\n```\n\n**Full Publication:** http://sedici.unlp.edu.ar/handle/10915/58577\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2016-2021, Cabral, Juan; Luczywo, Nadia Copyright (c) 2022, QuatroPe All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Scikit-Criteria is a collections of algorithms, methods and techniques for multiple-criteria decision analysis.",
    "version": "0.8.7",
    "project_urls": {
        "Homepage": "https://scikit-criteria.quatrope.org/",
        "Repository": "https://github.com/quatrope/scikit-criteria"
    },
    "split_keywords": [
        "muticriteria",
        "mcda",
        "mcdm",
        "weightedsum",
        "weightedproduct",
        "simus",
        "topsis",
        "moora",
        "electre",
        "critic",
        "entropy",
        "dominance",
        "packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abbeccfcfcb0a35c5dc427874297ebfb6c02eb960dc59e898518502be2fba4e4",
                "md5": "3d257f4ecf1c5da68aa47f357ed6b58f",
                "sha256": "1633452e034793612dfe20201a7c3fa634f383595cb149a2c8a32621ddb61b20"
            },
            "downloads": -1,
            "filename": "scikit_criteria-0.8.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d257f4ecf1c5da68aa47f357ed6b58f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 127613,
            "upload_time": "2024-02-09T22:13:15",
            "upload_time_iso_8601": "2024-02-09T22:13:15.988290Z",
            "url": "https://files.pythonhosted.org/packages/ab/be/ccfcfcb0a35c5dc427874297ebfb6c02eb960dc59e898518502be2fba4e4/scikit_criteria-0.8.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9df2703d7d8301b4143addbd1758ceda64c5547d38b9ebefed53918d8d0f7e6e",
                "md5": "0c2ab6899102f9ab58b5a1aafb05394d",
                "sha256": "2c55c2fca23e61a7ded6d17470224e73d6c590b57da98b9d1e9f4411a9873221"
            },
            "downloads": -1,
            "filename": "scikit-criteria-0.8.7.tar.gz",
            "has_sig": false,
            "md5_digest": "0c2ab6899102f9ab58b5a1aafb05394d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 83167,
            "upload_time": "2024-02-09T22:13:18",
            "upload_time_iso_8601": "2024-02-09T22:13:18.496700Z",
            "url": "https://files.pythonhosted.org/packages/9d/f2/703d7d8301b4143addbd1758ceda64c5547d38b9ebefed53918d8d0f7e6e/scikit-criteria-0.8.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 22:13:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "quatrope",
    "github_project": "scikit-criteria",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "scikit-criteria"
}
        
Elapsed time: 0.17612s