Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 399 Bytes

topsis_by_nikhil

TOPSIS-102218082-Nikhil

This is a Python package to implement the TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) method.

Installation

pip install topsis-102218082-Nikhil


#### weight = [1,1,1,1,0.5]
#### impact = [+,-,+,+,-]

#### EXAMPLE CLI 
topsis-102218082-nikhil 102218082-data.csv "1,1,1,1,0.5" "+,-,+,+,-" 102218082-result.csv