Skip to main content

Topsis Package

Project description

For: Assignment-1 (UCS654)

Submitted by: iyasha

Roll No: 102103034

Group: 3COE2

Topsis_iyasha_102103034

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

Installation

Install Topsis_iyasha_102103034 using Pypi via pip.

$ pip install topsis_iyasha_102103034

Usage

You can use this package in python as :

from topsis_iyasha_102103034 import topsis
inputFile="sample.csv"
weights="1,1,1,1"
impacts="-,+,+,+"
resultFile="result.csv" 
topsis(inputFile, weights, impacts, resultFile)
OR

You can use this package via commandline as :

$ topsis [InputDataFile as .csv] [Weights as a string] [Impacts as a string] [ResultFileName as .csv]

For Example :

$ topsis sample.csv "1,1,1,1" "-,+,+,+" result.csv
Please Note That :
  • The first column and first row are removed by the library before processing, in attempt to remove indices and headers. So the csv MUST follow the format as shown in sample.csv shown in the Example section.
  • The input data file MUST contain three or more columns.
  • The second to last columns of the data file MUST contain NUMERIC values.
  • The number of weights, impacts and columns (second to last) MUST be SAME.
  • Impacts MUST either be '+' or '-'.
  • Impacts and Weights MUST be separated by ‘,’ (comma).

Example

sample.csv

A csv file that contains data for mobile models and their features.

Model Price (in $) Storage Space (in GB) Camera (in MP) Looks (1 to 5)
M1 250 16 12 5
M2 200 16 8 3
M3 300 32 16 4
M4 275 32 8 4
M5 225 16 16 2

Weights : 0.25,0.25,0.25,0.25

Impacts : -,+,+,+

input :

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

result.csv

A csv file that contains the same data as sample.csv with two additional columns 'Topsis Score' and 'Rank'.

Model Price (in $) Storage Space (in GB) Camera (in MP) Looks (1 to 5) Topsis Score Rank
M1 250 16 12 5 53.43 3
M2 200 16 8 3 30.84 5
M3 300 32 16 4 69.16 1
M4 275 32 8 4 53.47 2
M5 225 16 16 2 40.1 4

License

MIT License

Copyright (c) 2024 iyasha

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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_iyasha_102103034-0.1.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

topsis_iyasha_102103034-0.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for topsis_iyasha_102103034-0.1.tar.gz
Algorithm Hash digest
SHA256 dbf2b3bdbb4da15015ee2cb9577284cb6c85532ebc6d0f11f67d2025efb8c3d0
MD5 5986e6f59278a963dc23e859efc5fdc5
BLAKE2b-256 a8242b333f53966480f891a4a55a52a779be87f5dc3a1c60c18526ca3b9f14f3

See more details on using hashes here.

File details

Details for the file topsis_iyasha_102103034-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for topsis_iyasha_102103034-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 826bd23b4d6055c9e79e234e0ded860f75ef7e3f982794b1e207c07d8abb855b
MD5 00627e0e6e91ee4ae8a4b54dc9570553
BLAKE2b-256 0837488af4b0753361321c836f0b6a72274fb3446359907d4ff195507ed5a6e4

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