it is package which tells you best value based on the data by using some mathematical calculations
Project description
Topsis_package
It is a Python package to find out the best value among the different data using the mathematical calculations. ## Installation
Use the package manager pip to install this package.
pip install Topsis__Ria__101803231
About
TOPSIS is the method that 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_package.topsis import topsis
topsis('inputfilename','Weights','Impacts','Outputfilename')
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(outputfilename) is saved in the project folder with extra 2 columns with topsis score and rank.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. https://github.com/Ria017/Topsis_package#topsis_package ## License MIT
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
File details
Details for the file Topsis__Ria__101803231-0.0.6.tar.gz.
File metadata
- Download URL: Topsis__Ria__101803231-0.0.6.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fbb4acfce38e632fefb613e2ba4082c04f36478c8c60c46b74aeceb562ff1a7
|
|
| MD5 |
60f8f760bcb2dae35dd1581c1df67bbe
|
|
| BLAKE2b-256 |
7c25259d51b0df34efa1d7ec0e3c3a82f5bfd9cfe1c22b703c49075ba3c4c71f
|