This package can be used to calculate the topsis score of multiple component data and rank them accordingly
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_shobhit_101803372
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 TOPSIS_shobhit_101803372.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.
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
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_shobhit_101803372-1.1.5.tar.gz.
File metadata
- Download URL: TOPSIS_shobhit_101803372-1.1.5.tar.gz
- Upload date:
- Size: 1.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.50.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4f5607f0343e20fa74b7e4b35a8fd99ef6a57ab764685b4d16ef4d91e086e2e
|
|
| MD5 |
d704c5e82d174324112f4e88c4c7af0f
|
|
| BLAKE2b-256 |
888b65916164098c1c506f18bf289df927c80483baed254616683b6a11ee3020
|
File details
Details for the file TOPSIS_shobhit_101803372-1.1.5-py3-none-any.whl.
File metadata
- Download URL: TOPSIS_shobhit_101803372-1.1.5-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- 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.50.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c0d8f65253498016c070e8ef574e94a48a0081d755a84d171a4f1bef37393d5
|
|
| MD5 |
146468a6abb9efec84270cac27172869
|
|
| BLAKE2b-256 |
511484b5f834335053ed4af9fa9d9b7a1f0acdbb3fe789f4c5b56954fc4e8815
|