A Python package implementing TOPSIS technique.
Project description
TOPSIS-Python
Submitted By: Abhimat Gupta 101983058
pypi: https://pypi.org/project/topsis-abhimat-101983058
git: https://github.com/abhi0444/topsis-abhimat-101983058.git
How to use this package:
This package can be run as in the following example:
In Python notebook :
>>> import pandas as pd
>>> from topsis_py.topsis import topsis
>>> df = pd.read_csv('data.csv').values
>>> d = dataset[:,1:]
>>> w = [1,1,1,1]
>>> im = ["+" , "+" , "-" , "+" ]
>>> df = topsis(d,w,im)
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-abhimat-101983058-1.0.3.tar.gz.
File metadata
- Download URL: topsis-abhimat-101983058-1.0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6096a14b1f1b76f536a0be5cf64e320b733dd6d84a83443e36d8b4a5b537fdb6
|
|
| MD5 |
f6f50281a2f2c22f8028163b53b7a07c
|
|
| BLAKE2b-256 |
61c05ac147a964eda744aba7038d97555e30626dda4db6a2481669bf3045096f
|
File details
Details for the file topsis_abhimat_101983058-1.0.3-py3-none-any.whl.
File metadata
- Download URL: topsis_abhimat_101983058-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41c0e2506b47d354a2b9354401f38cc96a4edce7ef749a550a08971ca7c5c130
|
|
| MD5 |
34c769f3fffa213a261f49fd60b30f45
|
|
| BLAKE2b-256 |
c0fb6514e2d9fe701486d0d16bd5b7c8449a7b88c9cedf68bb2b25759552e388
|