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 `
## 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
File details
Details for the file topsis-sunidhi-2.0.0.tar.gz
.
File metadata
- Download URL: topsis-sunidhi-2.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90223a0f37ad23e6afabbde69c9380c5b2d3eac299a9334f9c1a68e40273cee1 |
|
MD5 | 5dcc3b5cc4aa0bc8681888afb767c41d |
|
BLAKE2b-256 | 0d3328fb5a5b8b7149a6b2f32572fd998fb71699f36b1c0f0133ee6dca89abe6 |