Skip to main content

No project description provided

Project description

topsis_experimental: TOPSIS Analysis Python Package

Overview

topsis_experimental is a Python package that implements the Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) for multi-criteria decision-making (MCDM). It provides a straightforward and efficient way to evaluate and rank a set of alternatives based on conflicting criteria.

Key Features

User-friendly command-line interface for easy execution. Supports both numerical and categorical data. Handles equal weights and impacts, as well as positive and negative impacts. Generates a TOPSIS score for each alternative, indicating its similarity to the ideal solution. Provides ranking of alternatives based on their TOPSIS scores. Installation

To install topsis_experimental using pip:

pip install topsis_experimental

You can use topsis_experimental from the command line as follows:

topsis_experimental input.csv weights impacts output.csv

where:

input.csv: The input CSV file containing the decision matrix (alternatives and criteria). weights: Comma-separated list of weights for each criterion (numerical, equal to the number of criteria). impacts: Comma-separated list of impacts for each criterion (+ for positive, - for negative). output.csv: The output CSV file containing the TOPSIS scores and rankings. Example

Assume you have a CSV file data.csv with the following structure:

Fund Name,P1,P2,P3,P4,P5 M1,0.84,0.71,6.7,42.1,12.59 M2,0.91,0.83,7.0,31.7,10.11 ... And you want to perform TOPSIS with weights 1,1,1,2,1 and all positive impacts (+++-+).

Run the following command:

topsis_experimental data.csv "1,1,1,2,1" "+,+,+,-,+" results.csv

This will create a file results.csv with the TOPSIS scores and rankings.

Additional Notes

The weights and impacts must be separated by commas and have the same number of elements as the number of criteria. For more advanced usage, see the source code or consider creating a custom Python script.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

topsis_experimental-0.8-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file topsis_experimental-0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for topsis_experimental-0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 fd8e22260b49b990ca5417b27377a89e324bcbc13e34500faa8ccab34b77b046
MD5 6a9e2c33a2b8d90b030f5a98c3983eeb
BLAKE2b-256 e6fb0f1f6ef16a63428d1835f7cc2764f22f2dfbedf1057613b12221c42e2f74

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