Metadata-Version: 2.1
Name: topsis-analysis
Version: 0.0.3
Summary: topsis analysis of csv file
Home-page: https://github.com/pypa/sampleproject
Author: Keshav Bansal
Author-email: keshavbansal509@gmail.com
License: UNKNOWN
Description: The Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) is a multi-criteria decision analysis method. TOPSIS is based on the concept that the chosen alternative should have the shortest geometric distance from the positive ideal solution (PIS) and the longest geometric distance from the negative ideal solution (NIS).
        
        This package will helps you in TOPSIS analysis of csv files.
        Please make sure that your dataset doesn't contain categorical data.
        
        Source:
        https://en.wikipedia.org/wiki/TOPSIS
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
