Topsis in python that take input csv file and outputs csv file
Project description
TOPSIS. Submitted By: Prateek Rai.
Type: Package.
Title: TOPSIS method for multiple-criteria decision making (MCDM).
Version: 1.0.0.
Author: Prateek Rai.
Maintainer: Prateek Rai prateek11rai@gmail.com.
Description: Evaluation of alternatives based on multiple criteria using TOPSIS method.
What is TOPSIS? Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution.
How to install this package : pip install Topsis-Prateek-101916078
In Command Prompt : python topsis data.csv "1,1,1,1,1" "+,+,-,+,+" result.csv
Input file (data.csv) The decision matrix should be constructed with each row representing a Model alternative, and each column representing a criterion like Accuracy, R2, Root Mean Squared Error, Correlation, and many more. The file should be put in the command line as the location of the file.
| Fund Name | P1 | P2 | P3 | P4 | P5 | | M1 | 0.73 | 0.53 | 3.4 | 46 | 12.67 | | M2 | 0.72 | 0.52 | 4.1 | 35 | 10.09 | | M3 | 0.83 | 0.69 | 3.1 | 48.6 | 13.31 | | M4 | 0.85 | 0.72 | 4.3 | 59.8 | 16.42 | | M5 | 0.93 | 0.86 | 4.9 | 64.3 | 17.75 | | M6 | 0.73 | 0.53 | 4.7 | 44.1 | 12.52 | | M7 | 0.88 | 0.77 | 6.3 | 41.7 | 12.41 | | M8 | 0.8 | 0.64 | 4.8 | 67.4 | 18.41 |
Weights (weights) is not already normalised will be normalised later in the code.
Information of benefit positive(+) or negative(-) impact criteria should be provided in impacts.
Output file (result.csv)
| Fund Name | P1 | P2 | P3 | P4 | P5 | Topsis Score | Rank | | M1 | 0.73 | 0.53 | 3.4 | 46 | 12.67 | 0.5443557844202768 | 4 | | M2 | 0.72 | 0.52 | 4.1 | 35 | 10.09 | 0.4256480475457405 | 6 | | M3 | 0.83 | 0.69 | 3.1 | 48.6 | 13.31 | 0.7477966268745603 | 1 | | M4 | 0.85 | 0.72 | 4.3 | 59.8 | 16.42 | 0.6228391928555446 | 3 | | M5 | 0.93 | 0.86 | 4.9 | 64.3 | 17.75 | 0.6268025462066721 | 2 | | M6 | 0.73 | 0.53 | 4.7 | 44.1 | 12.52 | 0.3278090845190438 | 7 | | M7 | 0.88 | 0.77 | 6.3 | 41.7 | 12.41 | 0.3182486586359413 | 8 | | M8 | 0.8 | 0.64 | 4.8 | 67.4 | 18.41 | 0.47120452726540807 | 5 |
The output file contains columns of input file along with two additional columns having Topsis_score and Rank
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Topsis-Prateek-101916078-1.0.0.tar.gz.
File metadata
- Download URL: Topsis-Prateek-101916078-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf4cfedc0a717dfad1ed559b649fd20a2bef36d4f86cc9f587683a76035499d0
|
|
| MD5 |
d52bb3fee1b72572e5bd245b0f70cbe5
|
|
| BLAKE2b-256 |
ed621b83aef3b0b97d6259752dedc614b1d45f698cddb079451a1bb1a4a175a1
|
File details
Details for the file Topsis_Prateek_101916078-1.0.0-py3-none-any.whl.
File metadata
- Download URL: Topsis_Prateek_101916078-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
288cee320ede49190099dbcef2940034711993e114959324c8c5d9721f493548
|
|
| MD5 |
06692d2e7734f841c2ab958278485de1
|
|
| BLAKE2b-256 |
43fc14b7efba7473100bc09a17220edee8a02d1591184149b9723b6c41273c89
|