Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-criteria decision making #5284

Open
Mahdibrahim opened this issue Feb 28, 2024 · 0 comments
Open

Multi-criteria decision making #5284

Mahdibrahim opened this issue Feb 28, 2024 · 0 comments
Labels
feature Change that does not break compatibility, but affects the public interfaces.

Comments

@Mahdibrahim
Copy link

Motivation

In solving multi-objective hyperparameter optimization , the pareto front solution will be the output.
In order to select the optimal solution among the paretos, multi-criteria decision making analysis should be performed (in case of 2 objectives and more).

Description

In order to develop MCDM tool, lot of MCDA algorithm exist (TOPSIS, ELECTRE I,...)
Most algorithms exist on PyMCDM which was developed recently.
This will allow programmers to select the most optimal model upon several criteria and objective weights.

Alternatives (optional)

No response

Additional context (optional)

No response

@Mahdibrahim Mahdibrahim added the feature Change that does not break compatibility, but affects the public interfaces. label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Change that does not break compatibility, but affects the public interfaces.
Projects
None yet
Development

No branches or pull requests

1 participant