A python package to implement TOPSIS on a given dataset
Project description
# topsis_pckg It is a Python package to find out the best value among the different data using the mathematical calculations. ## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install this package.
`bash pip install TOPSIS-Sunidhi-101983052 `
## About 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
To get started quickly, just use the following:
`bash topsis filename weights impacts result ` make ensure the weights and impacts should be in “”
eg: “1,1,1,1” and “+,-,+,-”
## Pre-requisite The data should be enclosed in the csv file. There must be more than 2 columns
## Result the output(outputfilename) is saved in the project folder with extra 2 columns with topsis score and rank.
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
Hashes for TOPSIS-Sunidhi-101983052-2.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0049add5a7901affe4bc9bbbfac193f0bb91d473c9cd73f024a0efe84bce79f2 |
|
MD5 | 8a31d21a3f1dca141fba791fb1fcc8e0 |
|
BLAKE2b-256 | 5a233e4746dc5aa87b8d684d0348e9913747da0dd46f020f9a1013537be2d1d0 |