You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add probability-aware metric support across search and evaluation (#187)
* feat: add probability-aware metric support across search and evaluation
* chore: bump version to 1.4.3
* fix: move baseline predict_proba requirement into critical guidance
* fix: handle lower-metric early stopping without baseline
* fix: harden probability normalization shape checks
* fix: harden split validation and keras probability handling
* fix: clarify multiclass probability shape mismatch errors
* fix: handle legacy predictor metadata in predict_proba
* fix: allow pytorch proba inference without metadata
* fix: validate direction assignment and legacy keras proba
* fix: reject non-finite keras probability outputs
* refactor: simplify keras logits heuristic
@@ -694,6 +704,7 @@ OpenTelemetry tracing decorators for agents and tools.
694
704
Validation functions for pipelines, models, and other agent outputs.
695
705
696
706
**Functions:**
707
+
-`canonicalize_split_ratios(split_ratios: dict[str, float] | None) -> dict[str, float]` - Normalize split ratio key aliases to canonical names.
697
708
-`validate_sklearn_pipeline(pipeline: Pipeline, sample_df: pd.DataFrame, target_columns: list[str]) -> tuple[bool, str]` - Validate that an sklearn Pipeline is well-formed and functional.
0 commit comments