Skip to main content

Package for Multi-Criteria Decision Analysis with Preference Identification

Project description

EVO-SPOTIS

This is Python 3 library for multi-criteria decision analysis with decision-maker preference identification.

Installation

Downloading and installation of evo_spotis package can be done using pip

pip install evo-spotis

Methods

mcda_methods module includes:

  • spotis with SPOTIS method (the Stable Preference Ordering Towards Ideal Solution method)

stochastic_algorithms includes:

  • DE algorithm DE_algorithm (the Differential Evolution algorithm)

The DE algorithm is applied for the identification of criteria weights (decision-maker preferences) based on a training dataset with evaluated alternatives, including alternatives performances (training features) and their ranking (target variable). The goal (fitness) function uses the correlation coefficient of predicted ranking with real ranking. The predicted ranking is generated using the SPOTIS method and weights calculated by the DE algorithm in each DE iteration. It is a profit function. Therefore, higher values denote better results. Examples of use of evo_spotis are included on GitHub in examples

Other modules:

  • additions including rank_preference method for ranking alternatives according to MCDA score
  • correlations containing:
    • Spearman rank correlation coefficient spearman_coeff,
    • Weighted Spearman rank correlation coefficient weighted_spearman_coeff,
    • Pearson correlation coefficient pearson_coeff
  • normalizations with methods for decision matrix normalization:
    • linear_normalization - Linear normalization,
    • minmax_normalization - Minimum- Maximum normalization,
    • max_normalization - Maximum normalization,
    • sum_normalization - Sum normalization,
    • vector_normalization - Vector normalization
  • weighting_methods containing:
    • entropy_weighting - Entropy objective weighting method.

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

evo-spotis-0.0.3.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

evo_spotis-0.0.3-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page