topsis-gurleen-102003138


Nametopsis-gurleen-102003138 JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/Gurleen21
SummaryThis package is implementation of Multiple-criteria decision making using Topsis Algorithm
upload_time2023-01-22 17:17:47
maintainer
docs_urlNone
authorGurleen Kaur
requires_python
licenseMIT
keywords topsis multiple criteria decision making mcdm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Topsis
## By Gurleen Kaur, 102003138
This package can be used for implementation of Multiple criteria decision making using Topsis Algorithm. This is a python library for dealing with Multi-Criteria Decision Making (MCDM) problems by using techniques for order of preference by similarity to ideal solution (TOPSIS).
## Installation
```sh
pip install topsis-gurleen-102003138
```
## How to use
This package will accept four arguments during file execution:
1. dataset.csv (file path which contains the dataset)
2. string of weights separated by commas(,)
3. string of impacts (+/-) separated by commas(,)
4. result.csv (file path where the result needs to be stored)

## Pre-requirements

install pandas and math libraries before installing this package
```sh
pip install pandas
pip install math
```
You can install this package using following command
```sh
pip install topsis_gurleen_102003138
```


## License
© 2023 Gurleen Kaur
This repository is licensed under the MIT license. See LICENSE for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Gurleen21",
    "name": "topsis-gurleen-102003138",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "TOPSIS,MULTIPLE CRITERIA DECISION MAKING,MCDM",
    "author": "Gurleen Kaur",
    "author_email": "gurleen2113@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6b/80/300426e61a1e279204325e295fd35b0d87c481ed7ef2be3ab1751d155daf/topsis_gurleen_102003138-0.3.tar.gz",
    "platform": null,
    "description": "# Topsis\r\n## By Gurleen Kaur, 102003138\r\nThis package can be used for implementation of Multiple criteria decision making using Topsis Algorithm. This is a python library for dealing with Multi-Criteria Decision Making (MCDM) problems by using techniques for order of preference by similarity to ideal solution (TOPSIS).\r\n## Installation\r\n```sh\r\npip install topsis-gurleen-102003138\r\n```\r\n## How to use\r\nThis package will accept four arguments during file execution:\r\n1. dataset.csv (file path which contains the dataset)\r\n2. string of weights separated by commas(,)\r\n3. string of impacts (+/-) separated by commas(,)\r\n4. result.csv (file path where the result needs to be stored)\r\n\r\n## Pre-requirements\r\n\r\ninstall pandas and math libraries before installing this package\r\n```sh\r\npip install pandas\r\npip install math\r\n```\r\nYou can install this package using following command\r\n```sh\r\npip install topsis_gurleen_102003138\r\n```\r\n\r\n\r\n## License\r\n\u00c2\u00a9 2023 Gurleen Kaur\r\nThis repository is licensed under the MIT license. See LICENSE for details.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This package is implementation of Multiple-criteria decision making using Topsis Algorithm",
    "version": "0.3",
    "split_keywords": [
        "topsis",
        "multiple criteria decision making",
        "mcdm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b80300426e61a1e279204325e295fd35b0d87c481ed7ef2be3ab1751d155daf",
                "md5": "53a8fde4b386bbd9640cc728bda3eaf6",
                "sha256": "13c557f5af4b0643835b02c5853e66313491b37e471e97f12d30ede62e71421a"
            },
            "downloads": -1,
            "filename": "topsis_gurleen_102003138-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "53a8fde4b386bbd9640cc728bda3eaf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3788,
            "upload_time": "2023-01-22T17:17:47",
            "upload_time_iso_8601": "2023-01-22T17:17:47.845139Z",
            "url": "https://files.pythonhosted.org/packages/6b/80/300426e61a1e279204325e295fd35b0d87c481ed7ef2be3ab1751d155daf/topsis_gurleen_102003138-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-22 17:17:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "topsis-gurleen-102003138"
}
        
Elapsed time: 0.02991s