Skip to main content

A python package to implement topsis

Project description

Topsis implemented by Harsh Paba

forthebadge made-with-python
Python 3.6

Functionality of the package

  • Outputs the performance score and rank corresponding to each row of the dataset.

Usage

  • Make sure you have Python installed in your system.
  • Run the following command in terminal.
 pip install topsis-harsh-102003675

Example

from topsis_harsh_102003675 import main
inputFile=sys.argv[1]
weight=sys.argv[2]
impact=sys.argv[3]
outputFile=sys.argv[4]
main.find_rank(inputFile,weight,impact,outputFile)

Run the following Script.

python test.py <inputFile.csv> weights impacts <outputFile.csv>

Note

  • Rank 1 corresponds to minimum performance score and so on.

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_harsh_102003675-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

topsis_harsh_102003675-0.0.2-py3-none-any.whl (2.6 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