{"id":27979682,"url":"https://github.com/farrelad/dss-electre","last_synced_at":"2026-04-25T21:33:00.068Z","repository":{"id":284865323,"uuid":"954132531","full_name":"FarrelAD/DSS-ELECTRE","owner":"FarrelAD","description":"This repository contains the calculation method of Elimination Et Choix Traduisant la Réalité (ELECTRE) for a decision support system implemented in Python.","archived":false,"fork":false,"pushed_at":"2025-04-15T01:33:45.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T02:55:03.318Z","etag":null,"topics":["college","decision-support-system","dss","electre","kuliah","math-programming","mcdm","python","school","sistem-pendukung-keputusan"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FarrelAD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-24T15:57:17.000Z","updated_at":"2025-04-15T01:33:48.000Z","dependencies_parsed_at":"2025-03-28T04:31:04.092Z","dependency_job_id":"981b18d0-66d4-4263-bf19-07e6b88674fa","html_url":"https://github.com/FarrelAD/DSS-ELECTRE","commit_stats":null,"previous_names":["farrelad/dss-electre"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FarrelAD/DSS-ELECTRE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FDSS-ELECTRE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FDSS-ELECTRE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FDSS-ELECTRE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FDSS-ELECTRE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FarrelAD","download_url":"https://codeload.github.com/FarrelAD/DSS-ELECTRE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FarrelAD%2FDSS-ELECTRE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["college","decision-support-system","dss","electre","kuliah","math-programming","mcdm","python","school","sistem-pendukung-keputusan"],"created_at":"2025-05-08T02:55:01.489Z","updated_at":"2026-04-25T21:33:00.052Z","avatar_url":"https://github.com/FarrelAD.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSS-ELECTRE\n\n[![Python](https://img.shields.io/badge/Python-3776AB?style=flat\u0026logo=python\u0026logoColor=white)](https://github.com/topics/python)\n[![Pandas](https://img.shields.io/badge/Pandas-150458?style=flat\u0026logo=pandas\u0026logoColor=white)](https://github.com/topics/pandas)\n[![NumPy](https://img.shields.io/badge/NumPy-013243?style=flat\u0026logo=numpy\u0026logoColor=white)](https://github.com/topics/numpy)\n[![Jupyter Notebook](https://img.shields.io/badge/Jupyter_Notebook-F37626?style=flat\u0026logo=jupyter\u0026logoColor=white)](https://github.com/topics/jupyter-notebook)\n[![ELECTRE](https://img.shields.io/badge/ELECTRE-0080FF?style=flat)](https://github.com/topics/electre)\n[![DSS](https://img.shields.io/badge/DSS-FF5F1F?style=flat)](https://github.com/topics/decision-support-system)\n\nThis 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.\n\n# Run The Program 🐦‍🔥\n\nYou can run the program in two ways:\n\n1. Clone the repository\n\n    If you want to run the program on your computer, follow these steps:\n\n    1. Ensure you have Git installed.\n\n    2. Click the Code button in this repository.\n\n    3. Copy the repository URL.\n\n    4. Open a terminal and run the following command:\n\n        ```bash\n        git clone https://github.com/FarrelAD/DSS-ELECTRE.git\n        ```\n    5. Open the project in Jupyter Notebook or any Python environment.\n\n2. Run on Kaggle **(Recomended)**\n\n    The easiest way to run this program is on [Kaggle](https://www.kaggle.com/). 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.\n\n# Reporting Issues \u0026 Contributions ⚒️\n\nIf you find any errors in the ELECTRE calculations or face any issues, you can:\n\n- Create an issue in this repository.\n- Leave a comment on Kaggle.\n- Fix the issue yourself and contribute to this project.\n\n    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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrelad%2Fdss-electre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarrelad%2Fdss-electre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrelad%2Fdss-electre/lists"}