This is a topsis package
Project description
Project Description
TOPSIS PACKAGE Mitul Agarwal - 102217053
Roll Number: 102217053
Subgroup: 3Q25
The program takes a CSV file containing our data to be ranked, weights and impacts in the form of "+" or "-", separated by commas as inputs and then outputs a resultant CSV file with two additional columns of performance score and ranks.
What is TOPSIS
TOPSIS, Technique of Order Preference Similarity to the Ideal Solution, is a multi-criteria decision analysis method (MCDA).
It chooses the alternative of the shortest Euclidean distance from the ideal solution and the greatest distance from the negative ideal solution.
Installation
How to install the TOPSIS package
Using pip install:
pip install 102217053-topsis
The output will then be saved in a newly created CSV file whose name will be provided in the command line by the user.
## Input File [input.csv]:
Topsis mathematical operations to be performed on the input file which contains a dataset having different fields.
## Weights ["1,1,1"]:
The weights assigned to the different parameters in the dataset should be passed in the argument, separated by commas.
## Impacts ["+,+,-"]:
The impacts are passed to consider which parameters have a positive impact on the decision and which ones have a negative impact. Only `+` and `-` values should be passed and should be separated with `,` only.
## Output File [output.csv]:
This argument is used to pass the path of the result file where we want the rank and performance score to be stored.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file 102217053_topsis-1.0.3.tar.gz.
File metadata
- Download URL: 102217053_topsis-1.0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3911c670540c86c1a41e8262c06fd738a7aee4a46b2bc3291faf09d6f94d724b
|
|
| MD5 |
d8dad39ef1236a9cb95f38bca813a177
|
|
| BLAKE2b-256 |
eb8f7a60c12036d047d877d893a2ffc3f8b4069db558b960a8048434216e08f3
|
File details
Details for the file 102217053_topsis-1.0.3-py3-none-any.whl.
File metadata
- Download URL: 102217053_topsis-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c19d395dce591dc4d4f4e67d6e7f87616cb38bcc49105bc62271dd4fcda40f9
|
|
| MD5 |
363d2c362b7b815061467a7f0b380173
|
|
| BLAKE2b-256 |
299f360efbe1457c946c2a0feb714510ceabb83a561ebd364af5a21bd4bd1694
|