Topsis Score and Rank generator
Project description
# TOPSIS Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) is a multi-criteria decision making method. 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. TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution.
## Package Usage To install the package: pip install TOPSIS-Tanisha-101803042 This is a package focusing on finding the topsis score and rank of a dataframe (csv file) with only numerical values.
## Python IDLE or any Editor > import TOPSIS-Tanisha-101803042.topsis > f = “input_csv_filepath” > w = “1,1,1,1” > im = “+,+,+,-” > r = “result_csv_filepath” > TOPSIS-Tanisha-101803042.topsis(f,w,im,r) The final result can be seen in the result file given as r.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file TOPSIS-Tanisha-101803042-1.1.tar.gz.
File metadata
- Download URL: TOPSIS-Tanisha-101803042-1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f0767abea3379922c8bb92ef59e47d991234c1936c58ff2e48e1dfb592ba68e
|
|
| MD5 |
8cda534b9fe41431b9fd7329614f7dd2
|
|
| BLAKE2b-256 |
90680afdd61d071c96902e1e41067a4f50d3bb23d99149734fb9e4c940ed20d6
|