topsis_package
It is a python package which is used to find best among the value using mathematical model(topsis)
Installation
Use the package manager pip to install this package.
pip install topsis-Inderjeet-101803689
About
TOPSIS is an acronym that stands for 'Technique of Order Preference Similarity to the Ideal Solution' and is a pretty straightforward MCDA method. As the name implies, the method is based on finding an ideal and an anti-ideal solution and comparing the distance of each one of the alternatives to those
To get started quickly, just use the following:
from topsis_pckg.topsis import topsis
topsis('file_name','Weight','Impact','outputfile_name')
make ensure the weights and impacts should be in ""
eg: "1,1,1,1" and "+,-,+,-"
Pre-requisite
The data should be enclosed in the csv file. There must be more than 2 columns
Result
the output(outputfile_name) is saved in the project folder with extra 2 columns with topsis score and rank.
License
© 2020 Inderjeet Singh
Release files for topsis-Inderjeet-101803689 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| topsis-Inderjeet-101803689-1.0.0.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| topsis_Inderjeet_101803689-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / topsis-Inderjeet-101803689-1.0.0.tar.gz
| Download URL | topsis-Inderjeet-101803689-1.0.0.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ce6bf57fb1f5d4bc41f989062519a35ca1c4121fdbd9bb9d314dca26bd88d07f
|
|
BLAKE2b-256 checksum How to use checksums |
b51f818d8fe455307e28163ab42778c87161317e73551d83cbfec745211c3c17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|
Release files / topsis_Inderjeet_101803689-1.0.0-py3-none-any.whl
| Download URL | topsis_Inderjeet_101803689-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7bc95feabd90b78a5781932e70827491524abcfd5aa7c9a5ebd693d4766abb58
|
|
BLAKE2b-256 checksum How to use checksums |
2c79e1a40a1e3be9313dae221b847064f969ccf628bebb90511674a2417d47c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|