A python package to implement topsis
Project description
Topsis implemented by Harsh Paba
Functionality of the package
- Outputs the performance score and rank corresponding to each row of the dataset.
Usage
- Make sure you have Python installed in your system.
- Run the following command in terminal.
pip install topsis-harsh-102003675
Example
from topsis_harsh_102003675 import main
inputFile=sys.argv[1]
weight=sys.argv[2]
impact=sys.argv[3]
outputFile=sys.argv[4]
main.find_rank(inputFile,weight,impact,outputFile)
Run the following Script.
python test.py <inputFile.csv> weights impacts <outputFile.csv>
Note
- Rank 1 corresponds to minimum performance score and so on.
Project details
Release history Release notifications | RSS feed
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 topsis_harsh_102003675-0.0.2.tar.gz.
File metadata
- Download URL: topsis_harsh_102003675-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05179f9ab1d837e34f10e0e97d07ca90bf25a92e3d7cc34e074d5e471904776e
|
|
| MD5 |
985dffdde5ef86b137d1c923a0a87621
|
|
| BLAKE2b-256 |
b381ad3472f0c964434a7a926742b5c1e60ec608fed13f432f026448881d249e
|
File details
Details for the file topsis_harsh_102003675-0.0.2-py3-none-any.whl.
File metadata
- Download URL: topsis_harsh_102003675-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78f5f959d5c8552894979550a42d3794cf792725bfa1eb4df83ea2573ebd1f21
|
|
| MD5 |
aab3f99cd7a9870feb428bba44f2e4f6
|
|
| BLAKE2b-256 |
bd04459c368f670c7fcfd9d23d3334d4f6d398423606be46e2b9b8a9a3fa53d3
|