Skip to content

Updates parameter handling#7

Open
edgararuiz wants to merge 1 commit into
mainfrom
dials-move
Open

Updates parameter handling#7
edgararuiz wants to merge 1 commit into
mainfrom
dials-move

Conversation

@edgararuiz

Copy link
Copy Markdown
Collaborator
  • Removed 11 local parameter definitions (R/param_*.R) now provided by dials: bottleneck_units, dropout_attn, dropout_embedding, num_attn_blocks, num_attn_feat, num_attn_heads, num_embedding, penalty_average, penalty_type, resid_at, step_rate — along with their tests and man pages. Verified field-by-field that the dials definitions are identical (type / range / inclusive / trans / values).

  • Repointed set_model_arg() registrations from pkg = "tabular"pkg = "dials" across auto_int.R, tabular_rln.R, and tabular_resnet.R.

  • Fixed a pre-existing bug: resid_at had no set_model_arg() registration, so it was silently dropped before reaching
    brulee and was invisible to tune(). Added the registration, mapping the parsnip arg resid_at → brulee's engine arg residual_at.

  • Re-pointed roxygen autolinks in tabular_rln.R to [dials::penalty_average()] / [dials::step_rate()] to avoid dangling-link check warnings.

  • DESCRIPTION: dials (>= 1.4.3.9000), dropped now-unused scales, added brulee (>= 0.7.0) to Suggests (all four engine functions tabular uses are new in brulee 0.7.0), and added Remotes: tidymodels/brulee, tidymodels/dials since both are dev-only for now.

Updates the tuning parameter handling now that they have been moved to dials
@edgararuiz edgararuiz requested a review from topepo June 16, 2026 21:11
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