Metadata-Version: 1.1
Name: TOPSIS_Shivam_101803315
Version: 1.0.1
Summary: Topsis score calculator
Home-page: https://github.com/shivamsikri99/TOPSIS_Shivam_101803315
Author: Shivam Sikri
Author-email: shivamsikri99@gmail.com
License: MIT
Download-URL: https://github.com/shivamsikri99/TOPSIS_Shivam_101803315/archive/v1.tar.gz
Description: 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.
        
        This is a package to find topsis score and rank of a dataframe with only numerical values.
        
        TOPSIS is an acronym that stands for 'Technique of Order Preference Similarity to the Ideal Solution' and is a pretty straightforward MCDA method.
        
        Command Line Usage :
        
        >>python topsis.py "input.csv" "1,1,1,2" "+,+,+,-" "out.csv"
Keywords: topsis,thapar,rank,topsis score
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
