← Về thư mục
scripts/check_ranking_lift.py
- compute_signed_lift · function · L63-L81 — def compute_signed_lift( baseline: float, compare: float, direction: str ) -> float | str
- _is_regression · function · L84-L91 — def _is_regression(signed_lift: float | str) -> bool
- _is_zero_baseline_change · function · L94-L96 — def _is_zero_baseline_change(signed_lift: float | str) -> bool
- _flatten_report · function · L102-L138 — def _flatten_report(report: dict[str, Any]) -> dict[tuple[str, str, str], dict[str, Any]]
- compute_lifts · function · L141-L189 — def compute_lifts( baseline: dict[str, Any], compare: dict[str, Any] ) -> list[dict[str, Any]]
- parse_pr_body · function · L195-L205 — def parse_pr_body(pr_body: str) -> dict[str, Any]
- _issue_is_open · function · L211-L233 — def _issue_is_open(url: str) -> bool
- evaluate_gate · function · L239-L289 — def evaluate_gate( baseline: dict[str, Any], compare: dict[str, Any], pr_body: str = "", ) -> dict[str, Any]
- main · function · L292-L319 — def main(argv: list[str] | None = None) -> int