A Python package implementing TOPSIS technique.
Project description
TOPSIS-Python
Submitted By: Priyanshu Aggarwal 101803308
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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_Priyanshu_101803308-0.0.1-py3-none-any.whl.
File metadata
- Download URL: TOPSIS_Priyanshu_101803308-0.0.1-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.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 |
c2c18e81fc7fd1111c152b9ca4d4759f49b65b81eabfb50e761e31ff7829674b
|
|
| MD5 |
784b422e7ce9ca0b956e2d03f6fb17c7
|
|
| BLAKE2b-256 |
498e23eee85f8cc42e04c45f1bd8e456bf0b394e090d4c520a1b612286e35691
|