Metadata-Version: 2.1
Name: Topsis-Sahajdeep-101916085
Version: 1.0.0
Summary: TOPSIS method for multiple-criteria decision making (MCDM).
Author: Sahajdeep Singh Kharbanda
Author-email: kharbandasahajsingh@gmail.com
License: SELF
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

#TOPSIS
##Submitted By: Sahajdeep Singh Kharbanda

Type: Package.

Title: TOPSIS method for multiple-criteria decision making (MCDM).

##Version: 1.0.0.

Author: Sahajdeep Singh Kharbanda.

Maintainer: Sahajdeep Singh Kharbanda kharbandasahajsingh@gmail.com.

Description: Evaluation of alternatives based on multiple criteria using TOPSIS method.

##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.


##How to install this package:
pip install topsis-sahaj
In Command Prompt
python topsis data.csv "2,2,3,3,4" "-,+,-,+,-" result.csv
Input file (data.csv)

Weights (weights) is not already normalised will be normalised later in the code.

Information of benefit positive(+) or negative(-) impact criteria should be provided in impacts.

Output file (result.csv)

###The output file contains columns of input file along with two additional columns having *Topsis_score* and *Rank*


