Skip to content

bansal9855/Topsis-Lovely-102218034

Repository files navigation

#Topsis-Lovely-102218034 The TOPSIS Python script implements the Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) method. TOPSIS is a multi-criteria decision-making method that helps in ranking and choosing from among alternatives based on their relative closeness to an ideal solution. This script reads data from a CSV file, applies the TOPSIS method, and outputs the results to another CSV file.

##Installation pip install Topsis-Lovely-102218034

##Usage python topsis <InputDataFile> <Weights> <Impacts> <ResultFileName>

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

#License © 2024 Lovely Bansal

This repository is licensed under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages