Metadata-Version: 2.1
Name: topsis_anadya_102103021
Version: 0.0.1
Summary: topsis package for decision making
Author: Anadya Sahai
Author-email: =anadya.sahai@gmail.com
Keywords: python,topsis,mcdm,data science
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
Requires-Dist: pandas
Requires-Dist: numpy

# topsis-anadya-102103021
topsis-anadya-102103021 is a Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).
## Installation
Use the package manager pip to install topsis-anadya-102103021.
```pip install topsis-anadya-102103021```

## How to use it?
Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-), and finally enter the name of the output file also followed by .csv extension.
```sample.csv 1,1,1,1 +,-,+,+ final.csv```

## Note
Make sure the csv does not contain categorical values.

## License

Â© 2024 Anadya Sahai
This repository is licensed under the MIT license. See LICENSE for details.
