This Python package implements the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) for multi-criteria decision-making.
- Calculate TOPSIS scores and rank alternatives.
- Input data via CSV files.
- Comprehensive validation of inputs.
To install the package, use the following command:
pip install TOPSIS-JASHANDEEP-102218023Enter 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 (+,-) and result csv filename followed by .csv extension.
topsis "102218023-data.csv" "1,1,1,1" "+,-,+,+" "result-102218023.csv"