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_HarshPaba_102003675

Example

from Topsis_HarshPaba_102003675 import find_rank
ip=sys.argv[1]
wt=sys.argv[2]
im=sys.argv[3]
op=sys.argv[4]
find_rank(ip,wt,im,op)

Run the following Script.

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



Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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