Skip to main content

TOPSIS Package

Project description

Topsis Topsis (Technique for Order of Preference by Similarity to Ideal Solution) is a technique used for choosing best out of available choices when the best choice is dependent on more than one parameter. So, basically it is a technique for multi-criteria decision making (MCDM). So, this is a package which helps you to apply this technique to a dataset. The dataset should have all columns having numerical values. You have to pass the weights and impacts of each column in different strings while running the command. Impacts should contain either '+' sign or '-' sign where '+' denotes that the more the value for that column, more ideal it will be, and '-' denotes that the less the value for that column, more ideal it will be. And weights and impacts should be comma separated.

How to make it work : Command for running the package will look like : python topsismnvu.py <dataset_name> e.g. python topsismnvu.py dataset.csv "0.25,0.25,0.25,0.25" "+,-,+,+"

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_mnvu05-0.0.5.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

topsis_mnvu05-0.0.5-py3-none-any.whl (3.7 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