← All tools

102217211-Ashmeet-topsis

Popularity 55 Updated Development & Build

A Python package for TOPSIS calculation

pypiauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

TOPSIS Package

A Python package for decision-making using the TOPSIS method.

---

What is TOPSIS?

The Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) is a multi-criteria decision analysis method. It ranks alternatives based on their closeness to the ideal solution and farthest from the worst solution, making it an excellent tool for decision-making problems.

---

Features

  • Simple and efficient implementation of the TOPSIS algorithm.
  • Accepts a decision matrix via a CSV file.
  • Supports customizable weights and impacts for criteria.
  • Outputs the TOPSIS scores and ranks into an easy-to-read CSV file.

---

Installation

You can install the package from PyPI using:

pip install 102217211-ashmeet-topsis==1.0.0

---

How to Use

Run the Package

You can run the TOPSIS package directly from the command line using:

python -m 102217211_ashmeet_topsis <input_file> <weights> <impacts> <output_file>

Parameters