Metadata-Version: 2.1
Name: Topsis-Ujjwal-101916067
Version: 1.7
Summary: Comparing the models based on TOPSIS
Author: Ujjwal Madaan
Author-email: madaan.ujjwal05@gmail.com
License: UNKNOWN
Keywords: ML,Models,Compare,Performance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy


# Topsis-Ujjwal-101916067

It takes csv file with the model's information, weights, impacts as input and returns the ranking of the model based on the certain algorithm.



## Installation

```pip install Topsis-Ujjwal-101916067```



## How to use it?

```python -m Topsis_Ujjwal_101916067.topsis <input_csv_file> <string_of_weights> <string_of_impacts> <name_of_output_file>```



```>> python -m Topsis_Ujjwal_101916067.topsis 101916067-data.csv "1,1,1,1" "+,+,-,+" 101916067-output.csv```





## License



© 2022 Ujjwal-Madaan



This repository is licensed under the MIT license. See LICENSE for details.

