Metadata-Version: 2.1
Name: topsis-bharat
Version: 3.0.0
Summary: A TOPSIS Python package.
Home-page: UNKNOWN
Author: Bharat Chauhan
Author-email: bharatchauhan752000@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas

TOPSIS

A Python package to get topsis (Technique for Order of Preference by Simmilarity to Ideal Solution ).

Following query on terminal will provide you the topsis detail.

Usages:

python topsis.py <InputDataFile> <Weights> <Impacts>

Example:Â 

For a dataset having 4 columns of atrributes we can run

pass the arguments as follows:

python topsis.py myData.csv "1,2,1,1" "+,+,-,+"

