TOPSIS implementation in Python
This package is implementation of topsis technique for Order Preference by Similarity to Ideal Solution.
With the help of this package TOPSIS implementation can be done in simple few line code.\
Input
It takes an input CSV file which must contain >=3 columns.
Additional paramater weight and impact in the form of a list and Format of output file
First column is the object/variable name (e.g. M1, M2, M3, M4 ..)
From 2nd to last columns must contain numeric values only.\
Usage:
!pip install Topsis-Sneha-101916120==1.5
tp=__import__("Topsis-Sneha-101916120")
tp.topsis("101916120-data.csv","1,1,1,1,1","+,+,-,+,+","result.csv")
#tp.topsis("input file name ","weights","impacts","outpul file name")
Output
Result file will be a csv file containing all the columns of input file and two additional columns having Topsis Score and Rank.
Release files for Topsis-Sneha-101916120 1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Topsis_Sneha_101916120-1.5-py3-none-any.whl | Python 3 | none | any | Details |
Release files / Topsis_Sneha_101916120-1.5-py3-none-any.whl
| Download URL | Topsis_Sneha_101916120-1.5-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0994507228107fe993cf01e286a30284c5413e186adf57b2e75f0b1de8adbb79
|
|
BLAKE2b-256 checksum How to use checksums |
e35b10c05489d329791802c3f86494a6fe3c3be7d663464b3f746ffacdd222b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.4
|