Skip to main content

Python package for TOPSIS algorithm

Project description

topsis_package This package inpired when we stuck in such a situation where we have to choose one within multiple choice varying by some fetures or properties. This package suggest to with which one you should go based upon your weight on features and which feature you want to maximize or minmize.

use this package as:

from topsis_shubham_dhanda import topsis import pandas as pd

'-' -----you want to minimize it '+' ---- you want to maximize it

#you have to define index column df=pd.read_csv('topsis.csv', index_col="") s=topsis(df,[.25,.25,.25,.25],['-','+','+','+']) print("You should Choose item at:"+str(s.choose()))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

topsis_shubham_dhanda-0.1.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

topsis_shubham_dhanda-0.1.1-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page