Skip to main content

It is a topsis package.

Project description

Topsis_Aniket_102003643

for: Topsis Project submitted by: Aniket Sharma Roll no: 102003643 Group: 3COE25

Topsis_Aniket_102003643 is a Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).

Installation

Use the package manager pip to install Topsis_Aniket_102003643.

pip install Topsis_Aniket_102003643

Usage

Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-)

topsis sample.csv "1,1,1,1" "+,-,+,+"

or vectors can be entered without " "

topsis sample.csv 1,1,1,1 +,-,+,+

But the second representation does not provide for inadvertent spaces between vector values. So, if the input string contains spaces, make sure to enclose it between double quotes (" ").

To view usage help, use

topsis /h

Example

sample.csv

A csv file showing data for different mobile handsets having varying features.

Model Storage space(in gb) Camera(in MP) Price(in $) Looks(out of 5)
M1 16 12 250 5
M2 16 8 200 3
M3 32 16 300 4
M4 32 8 275 4
M5 16 16 225 2

weights vector = [ 0.25 , 0.25 , 0.25 , 0.25 ]

impacts vector = [ + , + , - , + ]

input:

topsis sample.csv "0.25,0.25,0.25,0.25" "+,+,-,+"

output:

      TOPSIS RESULTS
-----------------------------

    P-Score  Rank
1  0.534277     3
2  0.308368     5
3  0.691632     1
4  0.534737     2
5  0.401046     4

Other notes

  • The first column and first row are removed by the library before processing, in attempt to remove indices and headers. So make sure the csv follows the format as shown in sample.csv.
  • Make sure the csv does not contain categorical values

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

Topsis_Aniket_102003643-0.1.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file Topsis_Aniket_102003643-0.1.tar.gz.

File metadata

  • Download URL: Topsis_Aniket_102003643-0.1.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for Topsis_Aniket_102003643-0.1.tar.gz
Algorithm Hash digest
SHA256 f369b177dc0bf6a231a29dac897bcd5c909034a34fa0e705cfa3d43d59fff386
MD5 9de00e5197e51de91b27d687452a2123
BLAKE2b-256 fddb7e40b6757c9ce89b9ede0cffca6358d0135b2920889ab41bcceabf5376b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page