Skip to main content

Python Package implementing TOPSIS method for multi-criteria decision making method

Project description

Topsis Python Package

This is a Python Package implementing Topsis Multi-Criteria Decison Making method.
It is a simple implementation using - pandas - numpy
It stores the output as a csv file with user-specified name.
Output contains the original data with two additional columns i.e. Topsis Score and Rank based on the score.

Installation

To install the package

pip install topsis_17188

Usage

To use the package from the command line (Data file and result file name should contain .csv extension)

topsis [data file name] [weights as string seperated by ','] [impacts as string seperated by ','] [result data file name]

For example

topsis data.csv "1,1,1,1,1" "+,+,+,-,+" result.csv

Notes

The data should only contain numerical data.

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_17188-0.7.tar.gz (5.5 kB view hashes)

Uploaded Source

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