Fit many models |
|
|---|---|
Model tuning via grid search |
|
Bayesian optimization of model parameters. |
|
Exponential decay function |
|
Acquisition function for scoring parameter combinations |
|
Fit multiple models via resampling |
|
Control aspects of the grid search process |
|
Control aspects of the Bayesian search process |
|
Support for parallel processing in tune |
|
Fit one model |
|
Fit a model to the numerically optimal configuration |
|
Fit the final best model to the training set and evaluate the test set |
|
|
|
Splice final parameters into objects |
Control aspects of the last fit process |
|
Inspect results |
|
|
|
Obtain and format results produced by tuning functions |
Display distinct errors from tune objects |
|
|
|
Investigate best tuning parameters |
Remove some tuning parameter results |
|
Plot tuning search results |
|
Use same scale for plots of observed vs predicted values |
|
Compute average confusion matrix across resamples |
|
Miscellaneous |
|
|
|
Extract elements of |
Bootstrap confidence intervals for performance metrics |
|
Calculate and format metrics from tuning functions |
|
|
|
Augment data with holdout predictions |
|
|
Example Analysis of Ames Housing Data |
Developer functions |
|
Merge parameter grid values into objects |
|
Write a message that respects the line width |
|
Determine if case weights should be passed on to yardstick |
|
Save most recent results to search path |
|