Skip to main content

A Python package to calculate TOPSIS scores

Project description

TOPSIS Package for Multi-Criteria Decision Making

What is TOPSIS?

TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution) is a widely used multi-criteria decision-making (MCDM) method. It ranks alternatives based on their closeness to an ideal solution and their distance from the worst solution.

About This Package

This package provides an easy-to-use implementation of the TOPSIS method for ranking alternatives. It processes a dataset in .csv or .xlsx format and outputs the original dataset with two additional columns: Topsis Score and Rank.

Features:

  • Accepts both .csv and .xlsx input files.
  • Automatically converts .xlsx to .csv if needed.
  • Validates input data to ensure correctness.
  • Handles weighted and impacted criteria for decision-making.

Installation

To install or upgrade to the latest version of this package, use the following command:

pip install --upgrade topsis-102203128

Usage

This package is designed to run as a command-line utility.

Command Syntax:

python topsis <InputDataFile> <Weights> <Impacts> <ResultFileName>

Parameters:

  • <InputDataFile>: The input file containing the decision matrix (e.g., data.xlsx or data.csv).
  • <Weights>: A comma-separated list of weights for the criteria (e.g., 1,1,1,2).
  • <Impacts>: A comma-separated list of impacts (+ for maximization, - for minimization) (e.g., +,+,-,+).
  • <ResultFileName>: The name of the output file (e.g., result.csv).

Example:

Input file data.xlsx:

| Model | Criterion 1 | Criterion 2 | Criterion 3 | Criterion 4 |
|-------|-------------|-------------|-------------|-------------|
| M1    | 250         | 16          | 12          | 5           |
| M2    | 200         | 20          | 15          | 8           |
| M3    | 300         | 18          | 10          | 6           |

Command:

python topsis data.xlsx "1,1,1,2" "+,+,-,+" result.csv

Input File Requirements

  • The file must contain at least three columns:
    • First column: Object/alternative names (e.g., M1, M2, M3).
    • Remaining columns: Numeric values only (criteria).
  • If the input file is not .csv, it will be converted to 102203958-data.csv.
  • Weights and impacts must match the number of criteria columns.

Error Handling

The package includes robust error handling for the following scenarios:

  1. File Not Found: Displays an error if the input file does not exist.
  2. Incorrect Parameters: Ensures the number of weights, impacts, and criteria columns match.
  3. Non-Numeric Values: Verifies that all criteria columns contain numeric values only.
  4. Invalid Impacts: Checks that impacts are either + or -.

License

This package is distributed under the MIT License. See the LICENSE file for details.

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-102203128-1.0.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

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

topsis_102203128-1.0.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file topsis-102203128-1.0.0.tar.gz.

File metadata

  • Download URL: topsis-102203128-1.0.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.7

File hashes

Hashes for topsis-102203128-1.0.0.tar.gz
Algorithm Hash digest
SHA256 9f413771a878309c352f504bf3ca24988eaf1eb2e13b589e6b48a2953dfaeaf8
MD5 930d3a5322af37aa73974ea6ea94c447
BLAKE2b-256 98e56f43a12d0ed8d6f03970d99b6aefe9b82da6d62d5b3271707a59e7f26528

See more details on using hashes here.

File details

Details for the file topsis_102203128-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for topsis_102203128-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e8ef1c264a256ac7ba3a61c131010db5734ac1e2355771ae5ebe29a1ca2dbe8c
MD5 6e72dc3a82407e59c77c1b5a34405db2
BLAKE2b-256 319f3e9f7a3401d870b5b396ae1eba2374e93537ad4fb31a68d98920ee861baf

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