Metadata-Version: 2.1
Name: Topsis-Paras-101917118
Version: 0.0.0
Summary: TOPSIS Implementation using Python
Author: Paras Bakshi
Author-email: parasbakshi2001@gmail.com
License: UNKNOWN
Keywords: python,topsis python,topsis using command line,TOPSIS,topsis using python
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE



# TOPSIS-ANALYSIS
By: Paras Bakshi

-------------

### What is TOPSIS?
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.

### How to use this package?
First you have to install the package name 'Topsis-Paras-101917118' using the following command:
```bash
pip install Topsis-Paras-101917118
```
{If it doesn't work use version after above command}

### Arguments Required:
(Assumne we have 3 attributes in dataset.)
1. You have to required one .csv file. (101917118-data.csv)
2. Pass weights to each attribute. (e.g.: [1,1,1])
3. Pass impacts to each attribute. (e.g.: [+,-,+])
4. Pass the name of the file with you want to put on .csv file. (101917118-result.csv)





### Coding!!!
##### Paras Bakshi

