it is package which tells you best value based on the data by using some mathematical calculations
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 to install this package.
pip install topsis-Nikhil-101803670
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:
from topis_pckg.topsis import topsis
topsis('inputfilename','Weights','Impacts','Outputfilename')
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.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. https://github.com/coolestbnslz/topsis_pckg/tree/topsis_pckg
License
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-Nikhil-101803670-0.0.5.tar.gz
.
File metadata
- Download URL: Topsis-Nikhil-101803670-0.0.5.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.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8ce04ac4995342ab484821b4bc36222886d057c8639aa425b7899f719fcf514 |
|
MD5 | 763f4159ad0f998348b0befaf96ed433 |
|
BLAKE2b-256 | 04d0edec2f49ed99b4df18ae87c0fd0a5d1e4595d95450bb80950df35d7e4599 |