A Python package implementing TOPSIS technique.
Project description
TOPSIS-Python
Submitted By: YASHWARDHAN RATHORE 101917117 ASSIGNMENT 4
What is TOPSIS
Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution. More details at wikipedia.
How to use this package:
TOPSIS-YASHWARDHAN_RATHORE_101917117 can be run as in the following example:
In Command Prompt to run the code:
>> topsis data.csv "1,1,1,1" "+,+,-,+"
Sample dataset
The decision matrix (a) should be constructed with each row representing a Model alternative, and each column representing a criterion like Fund Name , P1 ,P2 , P3 , P4 , P5.
| Model | Correlation | R2 | RMSE | Accuracy |
|---|---|---|---|---|
| M1 | 0.8 | 0.64 | 3.5 | 37.5 |
| M2 | 0.86 | 0.74 | 3.4 | 42.2 |
| M3 | 0.69 | 0.48 | 5.7 | 70 |
| M4 | 0.65 | 0.42 | 5.7 | 65.5 |
| M5 | 0.9 | 0.81 | 6.6 | 39.1 |
| M6 | 0.76 | 0.58 | 4 | 53.5 |
| M7 | 0.69 | 0.48 | 6.2 | 51.3 |
| M8 | 0.65 | 0.42 | 6 | 50.2 |
Output
Row_NO Performance_score Rank
1 0.436737 7
2 0.389937 8
3 0.56565 4
4 0.590487 3
5 0.522924 5
6 0.4513 6
7 0.637889 1
8 0.635536 2
The rankings are displayed in the form of a table using a package 'tabulate', with the 1st rank offering us the best decision, and last rank offering the worst decision making, according to TOPSIS method.
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_10191117pip_yash-1.0.0.tar.gz.
File metadata
- Download URL: topsis_10191117pip_yash-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.4 tqdm/4.59.0 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87d4cdaa996b57bc18d0fc1e128310c654e72473a1bb39b0d81d069bcbb89237
|
|
| MD5 |
435a87ea33c86f2d6c564bfc954c9071
|
|
| BLAKE2b-256 |
b11613f456b71b58c898815b47b18c1d80236d2f25b843b8e0c763b86dae1357
|
File details
Details for the file topsis_10191117pip_yash-1.0.0-py3-none-any.whl.
File metadata
- Download URL: topsis_10191117pip_yash-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.4 tqdm/4.59.0 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70f9e4dffbec709f1e2abe9c40cbbf04dbe49128330c553a645755a578409d4e
|
|
| MD5 |
3a6e761231a2ecad0b301f1dc6023bbd
|
|
| BLAKE2b-256 |
0abdbae36a492aff9d801c17c276057e814128f5b9bb7a933c0c6597ace05db3
|