/Topsis_Kunal_102116022

Implementing Topsis using Python

Primary LanguagePythonMIT LicenseMIT

Topsis-Kunal-102116022

TOPSIS

Submitted By: Kunal Arora - 102116022.

Type: Package.

Title: TOPSIS.

Version: 1.0.0.

Date: 28-01-2024.

Author: Kunal Arora.

Maintainer: Kunal Arora arorakunal0930@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.


Using this package:

pip install Topsis-Kunal-102116022

In Command Prompt

topsis data.csv "1,1,1,1" "+,+,-,+" result.csv

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