Skip to main content

A Python package for topsis.

Project description

Topsis

by Ramneet Singh

Python package to calculate performance score of different models and their ranks.

Usage

from topsis34.topsis import topsis
obj = topsis.Topsis("data.csv","2.5,3,5,3.5","+,-,+,+")    # (filename,weights,impacts)
obj.calculate_print_rank()                                 # calculate and prints rank

or

Type in your terminal

$ topsis34 <file_name> <weights> <impacts>

example:

$ topsis34 data.csv "2.5,3,5,3.5" "+,-,+,+"

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

topsis34-1.0.0.tar.gz (2.2 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