102003105

A Python package to find TOPSIS for Multi-Criteria Decision Analysis Method


Keywords
topsis, TIET, Thapar
License
MIT
Install
pip install 102003105==1.0.5

Documentation

Topsis Value Calculator

CalcTopsis is a Python package implementing Topsis method for multi-criteria decision analysis.
Topsis stands for Technique for Order of Preference by Similarity to Ideal Solution

Just provide your input attributes and it will give you the results


## Installation

$ pip install TOPSIS-102003105

In the commandline, you can write as -
    $ python <package_name> <path to input_data_file_name> <weights as strings> <impacts as strings> <result_file_name>

E.g for input data file as data.csv, command will be like
    $ python topsis.py data.csv "1,1,1,1,1" "+,-,+,-,+" output.csv

This will give the output in output.csv file

License -> MIT