A Python package for topsis.
Project description
Topsis
by Ramneet Singh
Python package to calculate performance score of different models and their ranks.
Usage
from topsis34.topsis import topsis
obj = topsis.Topsis("data.csv","2.5,3,5,3.5","+,-,+,+") # (filename,weights,impacts)
obj.calculate_print_rank() # calculate and prints rank
or
Type in your terminal
$ topsis34 <file_name> <weights> <impacts>
example:
$ topsis34 data.csv "2.5,3,5,3.5" "+,-,+,+"
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
topsis34-1.0.1.tar.gz
(2.2 kB
view details)
File details
Details for the file topsis34-1.0.1.tar.gz.
File metadata
- Download URL: topsis34-1.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7a80855570b8806bfef584d2ccf9a8e0fdaed0eb014b6001347155309b77699
|
|
| MD5 |
43b2258d21d13e0ec032acbdf277faaf
|
|
| BLAKE2b-256 |
1160fb36de005f6a77cd1cdd8998598687bd1c64112d439ca125e0843aeafbc6
|