Metadata-Version: 2.1
Name: TOPSIS-GAGANDEEP-SINGH-101803390
Version: 1.0.4
Summary: This library gives function of save_topsis to give analysis...
Home-page: https://github.com/Steveroger5/TOPSIS_GAGANDEEP_101803390
Author: Gagandeep Singh
Author-email: gagan.gagan211@gmail.com
License: UNKNOWN
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

# Topsis Package by Gagandeep Singh 101803390

<h3>This package gives the function save_topsis(input,weights,target,output) which takes four parameters:</h3>

<ul> 
    <li> input : is the location of input file </li>
    <li> weight : this takes the input value of every parameter weights "0.1,0.2,0.3,0.4" </li>
    <li> target : this takes the +ve and -ve as input to take whether to maximize or minimize a parameter </li>
    <li> output : is the location of the csv file where u want to save it </li>
</ul>  

[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)


