This repository contains an implementation of the Elimination Et Choix Traduisant la Réalité (ELECTRE) method for a decision support system using Python. The implementation is based on ELECTRE II, which helps in multi-criteria decision-making.
You can run the program in two ways:
-
Clone the repository
If you want to run the program on your computer, follow these steps:
-
Ensure you have Git installed.
-
Click the Code button in this repository.
-
Copy the repository URL.
-
Open a terminal and run the following command:
git clone https://github.com/FarrelAD/DSS-ELECTRE.git
-
Open the project in Jupyter Notebook or any Python environment.
-
-
Run on Kaggle (Recomended)
The easiest way to run this program is on Kaggle. You don’t need to set up anything—just open the notebook and run the code with your dataset. Ensure you have a Kaggle account before proceeding.
If you find any errors in the ELECTRE calculations or face any issues, you can:
-
Create an issue in this repository.
-
Leave a comment on Kaggle.
-
Fix the issue yourself and contribute to this project.
For contributing to GitHub projects, check out the official guide: 👉 https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project