Skip to content

feat: API diet + tune as experiment glue - #49

Merged
rxavier merged 1 commit into
mainfrom
roadmap/0-api-diet-tune-glue
Aug 1, 2026
Merged

feat: API diet + tune as experiment glue#49
rxavier merged 1 commit into
mainfrom
roadmap/0-api-diet-tune-glue

Conversation

@rxavier

@rxavier rxavier commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove public decision_function; drop TargetEncoder / DateLevel from poniard.preprocessing exports
  • Redesign tune_estimator: bare param auto-prefix, side-by-side {name}_tuned (no overwrite), get_tuning_results() escape hatch
  • Add diagnostics-first ROADMAP.md and document the tune workflow in the README
  • Plots left untouched (optional satellite)

Test plan

  • uv run pytest — 168 passed
  • New tune tests: bare params, mixed keys, collisions, get_tuning_results
  • Smoke: tune_estimator(..., grid={"C": [...]})fitget_results includes *_tuned

Drop decision_function and unused preprocessing re-exports. Redesign
tune_estimator with bare-param grids, side-by-side re-entry, and
get_tuning_results. Add the diagnostics-first roadmap.
@rxavier
rxavier merged commit d170917 into main Aug 1, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant