Skip to main content

A Python package implementing TOPSIS technique.

Project description

TOPSIS implementation in Python

What is TOPSIS

Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution. More details at wikipedia.


Installation

Use the package manager pip to install this package.

pip install Topsis-Naman-101903304

How to use this package ?


In Terminal

$ topsis data.csv "1,1,1,1,2" "+,+,-,+,+" output.csv

In Python:

from topsis import TOPSIS

filepath = "input.csv"
weights  = "1,1,1,1,2"
impacts  = "+,-,+,-,+"
output   = "output.csv"

topsis = TOPSIS(filepath, impacts, weights, output)

# Method 1: Stepwise

topsis.readCSV()
topsis.normalize()
topsis.weight_assignment()
topsis.find_ibw()
topsis.euclidean_distance()
topsis.performance_score()
topsis.find_rank()
topsis.storeCSV(output)

# Method 2: Automated

topsis.auto()


"""
Attributs provided under TOPSIS :
filepath    : Input file path.
filename    : Extracted filename from filepath
impacts     : given impacts
weights     : given weithts
output      : output file name
odf         : output data
df          : modified dataframe
sp          : S+
sn          : S-
scores      : performance score
ideal_worst : V+
ideal_best  : V-

Usage:
    topsis = TOPSIS(filepath, impacts, weights, output)
    topsis.df
"""

Sample dataset

Fund Name P1 P2 P3 P4 P5
M1 0.92 0.71 4.5 43 12.59
M2 0.71 0.83 4.4 41.9 10.11
M3 0.77 0.62 3.5 33.2 13.2
M4 0.92 0.61 4.4 50.9 12.55
M5 0.7 0.88 6.7 43.7 16.91
M6 0.64 0.77 6.9 64.5 14.91
M7 0.68 0.44 4.5 31.1 13.83
M8 0.6 0.86 3 36.4 10.55

Output

Fund Name P1 P2 P3 P4 P5 Topsis Score Rank
M1 0.92 0.71 4.5 43.0 12.59 0.606157764635227 6.0
M2 0.71 0.83 4.4 41.9 10.11 0.630939331184659 3.0
M3 0.77 0.62 3.5 33.2 13.23 0.6376673741860752 2.0
M4 0.92 0.61 4.4 50.9 12.55 0.44683746237145194 7.0
M5 0.7 0.88 6.7 43.7 16.91 0.6223296058794716 4.0
M6 0.64 0.77 6.9 64.5 14.91 0.36651530625461226 8.0
M7 0.68 0.44 4.5 31.1 13.83 0.6381151861152682 1.0
M8 0.6 0.86 3.0 36.4 10.55 0.6124418308455085 5.0

The output file contains columns of input file along with two additional columns having Topsis Score and Rank

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-Naman-101903304-1.0.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

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

Topsis_Naman_101903304-1.0.2-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file Topsis-Naman-101903304-1.0.2.tar.gz.

File metadata

  • Download URL: Topsis-Naman-101903304-1.0.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for Topsis-Naman-101903304-1.0.2.tar.gz
Algorithm Hash digest
SHA256 8de8dce007c2ac02c7df165a0926cefbf70752291bc85671d3c2fd8ee549e676
MD5 54f6e8517da596bc14f4644a309fc092
BLAKE2b-256 622b93b7b12ce63fb7e0da0c04509d60552d66fff5731448f507729a61ce4407

See more details on using hashes here.

File details

Details for the file Topsis_Naman_101903304-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: Topsis_Naman_101903304-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10

File hashes

Hashes for Topsis_Naman_101903304-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 61934c1286f027a1419a88ee3df6cc717218feb27792d5261c79bb55abf59659
MD5 ac906cb06a1a28294af6ae0c68bf5348
BLAKE2b-256 115a7df6455178dcf60ceb9c735d20b6f6c019387321a4c120d9eec5a8eee6ab

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