delay-model-gate-evaluator

Compare contract checks and bucketed scorecards against HPWL baselines to validate delay-model gates.

8|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill delay-model-gate-evaluator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delay-model-gate-evaluator
Source: https://github.com/Mr-Fang-VLSI/EDAgent/tree/main/skills/delay-model-gate-evaluator
Command: npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill delay-model-gate-evaluator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, scipy, scikit-learn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Execute end-to-end evaluation of delay-model gates by comparing contract checks and bucketed scorecards against HPWL baselines, enabling robust model validation before optimization.

Core Features & Use Cases

  • Gate-0 contract checks: verify sign/consistency and contract adherence before promotion.
  • Gate-1 bucketed scorecards: build and analyze performance deltas across datasets with reliability metrics.
  • Cross-dataset evaluation: assess model consistency, uplift potential, and readiness for active optimization.
  • Result publishing: generate per-fold and per-dataset summaries suitable for audit and review.

Quick Start

Run the gate evaluator against your delay-model datasets to generate per-fold and per-dataset summaries.

Frequently Asked Questions about delay-model-gate-evaluator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate delay model gates against HPWL baselines?

Validate delay model gates by running contract checks and bucketed scorecards against HPWL baselines to verify model consistency and performance deltas across multiple datasets before active optimization.

What is a Gate-0 contract check for delay model evaluation?

A Gate-0 contract check verifies sign and consistency adherence before model promotion. It ensures the delay model meets baseline contract requirements, preventing inconsistent models from advancing to the next optimization stage.

How do I build bucketed scorecards for delay model evaluation?

Build bucketed scorecards by analyzing performance deltas across datasets with reliability metrics. This Gate-1 evaluation generates per-fold and per-dataset summaries suitable for audit and review to assess model uplift potential.

Do I need Python and scikit-learn to run delay model gate evaluations?

Yes, running delay model gate evaluations requires Python with numpy, pandas, scipy, and scikit-learn. The evaluation scripts under scripts/ and reference materials under references/ depend on these libraries to process datasets and interpret results.

When should I use a bucketed scorecard instead of a contract check for delay model validation?

Use contract checks for Gate-0 sign and consistency verification before promotion, and use bucketed scorecards for Gate-1 performance delta analysis and reliability assessment across datasets to determine active optimization readiness.