A Python package to evaluate ranks of a Multiple Criteria Decision Making Problem(MCDM) using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS)
Project description
Project UCS633
Name Kriti Pandey
Roll no 101703292
Group 3COE13
Installation
Use the package manager pip to install TOPSIS-ANALYSIS-kriti.
pip install TOPSIS-ANALYSIS-kriti
Usage
Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-)
TOPO_101703292 data.csv [1,1,1,1] [+,+,-,+]
Sample dataset
| ID | EYES | NOSE | FOREHEAD | LIPS | CHIN |
|---|---|---|---|---|---|
| S1 | 0.79 | 0.62 | 1.25 | 60.89 | 11 |
| S2 | 0.66 | 0.44 | 2.89 | 63.07 | 20 |
| S3 | 0.56 | 0.31 | 1.57 | 62.87 | 16 |
| S4 | 0.82 | 0.67 | 2.68 | 70.19 | 16 |
| S5 | 0.75 | 0.56 | 1.3 | 80.39 | 20 |
Input
TOPO_101703292 PhotogenicFace.csv [1,1,1,1,1] [+,-,+,+,+]
Result
Topsis Selection of DATA
Model | Rank
_______________
1 | 5
2 | 1
3 | 3
4 | 2
5 | 4
_______________
Constraint
Your csv file should not have categorical data
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_ANALYSIS_kriti-1.1.2.tar.gz.
File metadata
- Download URL: TOPSIS_ANALYSIS_kriti-1.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ace28067af3ea458abde59ee00b3d1c1deb7c6830746384748d046a737a1f926
|
|
| MD5 |
44e112f1d613238789dedba4d7832d33
|
|
| BLAKE2b-256 |
5d57d49a82eadc91e2cc1a5f4a07323d6fdfd79a8b4a8a0c2e503e8a2b355bed
|
File details
Details for the file TOPSIS_ANALYSIS_kriti-1.1.2-py3-none-any.whl.
File metadata
- Download URL: TOPSIS_ANALYSIS_kriti-1.1.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c4b55cac860c31727635be49cc43ee3a3c420ae02eadc0c5c53f5cca91c66f0
|
|
| MD5 |
2fc0376a016d3824e1ab37535e0b6012
|
|
| BLAKE2b-256 |
b3315101bd23df0bb123988cac7378373c7c6b36720f752271b34f3dc0b49149
|