dials
Create and manage tuning parameter grids and ranges for model tuning in R
dials is quietly registering the tuning parameters for tidymodels' deep-learning push
◆Recent moves
- 1mo ago
Attention and tabular deep-learning parameters for brulee models
A dozen parameters for SAINT and the tabular package's deep-learning models, plus catboost tuning objects for bonsai and survival support in splitting_rule(). Registration work that lands before the models it serves are usable.
View source ↗ - 4mo ago
Parameters for ordinal_reg() and the tab_pfn() foundation model
Adds the tuning surface for parsnip's new ordinal regression and for tab_pfn(), including softmax temperature and training-set limits — a tabular foundation model getting first-class tidymodels parameters. Error messages across the package also get more specific.
View source ↗ - 11mo ago
prop_terms() for supervised feature selection recipes
A new parameter for supervised feature selection, plus inclusive endpoints on the limit parameters and a real default range for batch_size() in place of an unknown one.
View source ↗ - 1y ago
Calibration method parameters for classification and regression
Adds cal_method_class() and cal_method_reg() so calibration choice becomes tunable rather than fixed — the postprocessing theme that started with the tailor parameters in 1.4.0.
View source ↗ - 1y ago
Postprocessing parameters added; grid size mismatches now error
Brings tailor's equivocal-zone and numeric-range parameters into the tunable set, translates all messaging to cli, and turns wrong grid-size arguments from warnings into errors. Small-design space-filling behavior also improves.
View source ↗ - 2y ago
grid_space_filling() consolidates the space-filling designs
Replaces grid_max_entropy() and grid_latin_hypercube() with a single entry point covering several precomputed design families. The consolidation that makes the grid API stable enough to stop changing.
View source ↗