Skip to main content

mitigation-algorithms

Choose and run AIF360 legacy bias mitigation algorithms with correct lifecycle stage, data contracts, optional extras, and metric checks.

설치로 이동

소스 정보

저장소
VectorSpaceLab/AREX-Skill
최근 소스 활동
2026년 8월 26일 16:31
감지된 SKILL.md 언어
영어
스타
12
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
6 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
mitigation-algorithms
description
Choose and run AIF360 legacy bias mitigation algorithms with correct lifecycle stage, data contracts, optional extras, and metric checks.
disable-model-invocation
true
metadata
{"disco-role":"operating"}
license
Apache 2.0
# AIF360 Mitigation Algorithms Use this sub-skill when a task asks for legacy `aif360.algorithms` mitigation with AIF360 datasets: preprocessing, inprocessing, postprocessing, deterministic reranking, optional extras, fit/transform/predict patterns, and fairness-metric validation. ## Start here 1. Pick the lifecycle stage and class in [algorithm-selection.md](references/algorithm-selection.md). 2. Follow end-to-end usage patterns in [workflows.md](references/workflows.md). 3. Check optional dependency status and install hints in [optional-algorithms.md](references/optional-algorithms.md). 4. Diagnose install/import, optional-extra, data/API, score, and workflow failures in [troubleshooting.md](references/troubleshooting.md). 5. For a base-safe smoke, run [reweighing_smoke.py](scripts/reweighing_smoke.py) with `--help` before `--json`. ## Route neighboring tasks - Dataset construction, `BinaryLabelDataset` fields, group dictionaries, raw dataset wrappers, and metrics: [datasets-and-metrics](../datasets-and-metrics/SKILL.md). - `aif360.sklearn` estimators, pandas protected-attribute indexes, scorers, and sklearn pipelines: [sklearn-interface](../sklearn-interface/SKILL.md). - MDSS/FACTS subgroup detection or metric text/JSON explainers: [detectors-and-explainers](../detectors-and-explainers/SKILL.md). ## Operating rules - Select mitigation by where it acts: preprocessing modifies data before model training; inprocessing trains a mitigated model; postprocessing adjusts already-produced predictions; reranking reorders scored candidates. - Keep true labels, predicted labels, `scores`, protected attributes, favorable/unfavorable labels, and privileged/unprivileged group values aligned across every dataset copy. - Validate with AIF360 metrics before and after mitigation; a class name is not evidence that fairness improved. - Optional extras were intentionally not installed in the construction environment. Mark optional workflows as optional/unverified until the user's runtime installs the named extra and passes a small smoke.
GitHub에서 보기