A python package to implement TOPSIS on a given dataset
Project description
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
.
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
Hashes for TOPSIS-Bhawika-101803532-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d8810213b94cdd539784ac5231bf0434b871d39be3ad753ff093690b736c552 |
|
MD5 | 35dbecec05c29a9597d8c821dc7f51ab |
|
BLAKE2b-256 | 916160b12b757eaa7a3e7e8156f7d3c855fb8b1f54304c8e1e3e987d99c37976 |
Hashes for TOPSIS_Bhawika_101803532-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4892516a00829f93e41dd53baa2318541a776271d1c3617123fbead6a89f797 |
|
MD5 | 6341f5560e815f9b004185aa70497d95 |
|
BLAKE2b-256 | 4ef7684b01b634fc1848073f43add9b33b2dcadeb76d952b7a9583b26b28a8f4 |