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 Distribution
File details
Details for the file TOPSIS-Priyanshu-101803308-0.0.2.tar.gz.
File metadata
- Download URL: TOPSIS-Priyanshu-101803308-0.0.2.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 |
1a33fd48bb14d14cede1b66efd89033636ca5378b66c5ef9944d9d3c11a49a5d
|
|
| MD5 |
9b0e665a2644aed682c3dc654a75ae51
|
|
| BLAKE2b-256 |
7f23d99bfc4f752281d25e88422fe8109c1267113ec314c0a0723d339c29b681
|