# TOPSIS Package in Python
Added by: Jashan
# Concept of TOPSIS
TOPSIS is an acronym that stands for Technique of Order Preference Similarity to the Ideal Solution and is a pretty straightforward MCDA method. As the name implies, the method is based on finding an ideal and an anti-ideal solution and comparing the distance of each one of the alternatives to those.
The rankings are displayed in the form of a table using a package 'tabulate', with the 1st rank offering us the best decision, and last rank offering the worst decision making, according to TOPSIS method.
# Example
Input data
![image](https://user-images.githubusercontent.com/72308753/213905044-a9e1eb53-f7b6-4f86-ab95-b20369625503.png)
After appling topsis
![image](https://user-images.githubusercontent.com/72308753/213905055-f87f1a70-0e88-40ca-b5e0-9e4380d93468.png)
Raw data
{
"_id": null,
"home_page": "https://github.com/Mr-Jashan/Python-Packages/tree/main/Topsis-Jashan",
"name": "Topsis-Jashan",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Easy to Use,Fascinating concept,Topsis",
"author": "Jashan Walia",
"author_email": "walia.jashan3@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fb/87/717e04456f260a3121e5bbd07274f05c6e98af5165a121e686580aa5ebe0/Topsis-Jashan-1.1.tar.gz",
"platform": null,
"description": "# TOPSIS Package in Python\r\nAdded by: Jashan\r\n\r\n\r\n# Concept of TOPSIS\r\nTOPSIS is an acronym that stands for Technique of Order Preference Similarity to the Ideal Solution and is a pretty straightforward MCDA method. As the name implies, the method is based on finding an ideal and an anti-ideal solution and comparing the distance of each one of the alternatives to those.\r\n\r\n\r\n\r\nThe rankings are displayed in the form of a table using a package 'tabulate', with the 1st rank offering us the best decision, and last rank offering the worst decision making, according to TOPSIS method.\r\n\r\n# Example\r\nInput data \r\n![image](https://user-images.githubusercontent.com/72308753/213905044-a9e1eb53-f7b6-4f86-ab95-b20369625503.png)\r\n\r\nAfter appling topsis \r\n![image](https://user-images.githubusercontent.com/72308753/213905055-f87f1a70-0e88-40ca-b5e0-9e4380d93468.png)\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python package to find TOPSIS for multi-criteria decision analysis method",
"version": "1.1",
"split_keywords": [
"easy to use",
"fascinating concept",
"topsis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fb87717e04456f260a3121e5bbd07274f05c6e98af5165a121e686580aa5ebe0",
"md5": "b732b00e3019d9b3f4d91f88f051b938",
"sha256": "2fbc97a7aa2ef83c3cd2e730a28a83004a71c028e71461a3832be8a7b8aa8fdf"
},
"downloads": -1,
"filename": "Topsis-Jashan-1.1.tar.gz",
"has_sig": false,
"md5_digest": "b732b00e3019d9b3f4d91f88f051b938",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4242,
"upload_time": "2023-01-22T12:24:45",
"upload_time_iso_8601": "2023-01-22T12:24:45.021006Z",
"url": "https://files.pythonhosted.org/packages/fb/87/717e04456f260a3121e5bbd07274f05c6e98af5165a121e686580aa5ebe0/Topsis-Jashan-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-22 12:24:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "topsis-jashan"
}