TOPSIS-Python
Submitted By: BHAWIKA ARORA 101803532
pypi: https://pypi.org/project/TOPSIS-Bhawika-101803532
git: https://github.com/Bhawika16/TOPSIS-Bhawika-101803532
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-Bhawika-101803532 can be run as in the following example:
In Command Prompt
>> topsis data.csv "1,1,1,1" "+,+,-,+" result.csv
Sample dataset
The decision matrix (a) should be constructed with each row representing a Model alternative, and each column representing a criterion like Accuracy, R2, Root Mean Squared Error, Correlation, and many more.
| Model | Correlation | R2 | RMSE | Accuracy |
|---|---|---|---|---|
| M1 | 0.79 | 0.62 | 1.25 | 60.89 |
| M2 | 0.66 | 0.44 | 2.89 | 63.07 |
| M3 | 0.56 | 0.31 | 1.57 | 62.87 |
| M4 | 0.82 | 0.67 | 2.68 | 70.19 |
| M5 | 0.75 | 0.56 | 1.3 | 80.39 |
Weights (w) is not already normalised will be normalised later in the code.
Information of benefit positive(+) or negative(-) impact criteria should be provided in I.
Release files for TOPSIS-Bhawika-101803532 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| TOPSIS-Bhawika-101803532-0.0.1.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| TOPSIS_Bhawika_101803532-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / TOPSIS-Bhawika-101803532-0.0.1.tar.gz
| Download URL | TOPSIS-Bhawika-101803532-0.0.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d8810213b94cdd539784ac5231bf0434b871d39be3ad753ff093690b736c552
|
|
BLAKE2b-256 checksum How to use checksums |
916160b12b757eaa7a3e7e8156f7d3c855fb8b1f54304c8e1e3e987d99c37976
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.10
|
Release files / TOPSIS_Bhawika_101803532-0.0.1-py3-none-any.whl
| Download URL | TOPSIS_Bhawika_101803532-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c4892516a00829f93e41dd53baa2318541a776271d1c3617123fbead6a89f797
|
|
BLAKE2b-256 checksum How to use checksums |
4ef7684b01b634fc1848073f43add9b33b2dcadeb76d952b7a9583b26b28a8f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.10
|