Package: finetune 1.2.0.9000

Max Kuhn

finetune:Additional Functions for Model Tuning

The ability to tune models is important. 'finetune' enhances the 'tune' package by providing more specialized methods for finding reasonable values of model tuning parameters. Two racing methods described by Kuhn (2014) <arxiv:1405.6974> are included. An iterative search method using generalized simulated annealing (Bohachevsky, Johnson and Stein, 1986) <doi:10.1080/00401706.1986.10488128> is also included.

Authors:Max Kuhn [aut, cre], Posit Software, PBC [cph, fnd]

finetune_1.2.0.9000.tar.gz
finetune_1.2.0.9000.zip(r-4.5)finetune_1.2.0.9000.zip(r-4.4)finetune_1.2.0.9000.zip(r-4.3)
finetune_1.2.0.9000.tgz(r-4.4-any)finetune_1.2.0.9000.tgz(r-4.3-any)
finetune_1.2.0.9000.tar.gz(r-4.5-noble)finetune_1.2.0.9000.tar.gz(r-4.4-noble)
finetune_1.2.0.9000.tgz(r-4.4-emscripten)finetune_1.2.0.9000.tgz(r-4.3-emscripten)
finetune.pdf |finetune.html
finetune/json (API)
NEWS

# Installfinetune in R:
install.packages('finetune',repos = c('https://tidymodels.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/tidymodels/finetune/issues

On CRAN:

6 exports 61 stars 3.67 score 84 dependencies 1.5k downloads

Last updated 4 months agofrom:5e9d49ea93

Exports:control_racecontrol_sim_annealplot_racetune_race_anovatune_race_win_losstune_sim_anneal

Dependencies:classcliclockcodetoolscolorspacecpp11data.tablediagramdialsDiceDesigndigestdoFuturedplyrfansifarverforeachfurrrfuturefuture.applygenericsggplot2globalsgluegowerGPfitgtablehardhatipredisobanditeratorsKernSmoothlabelinglatticelavalhslifecyclelistenvlubridatemagrittrMASSMatrixmgcvmodelenvmunsellnlmennetnumDerivparallellyparsnippillarpkgconfigprettyunitsprodlimprogressrpurrrR6RColorBrewerRcpprecipesrlangrpartrsamplescalessfdshapesliderSQUAREMstringistringrsurvivaltibbletidyrtidyselecttimechangetimeDatetunetzdbutf8vctrsviridisLitewarpwithrworkflowsyardstick

Readme and manuals

Help Manual

Help pageTopics
Obtain and format results produced by racing functionscollect_metrics.tune_race collect_predictions collect_predictions.tune_race
Control aspects of the grid search racing processcontrol_race
Control aspects of the simulated annealing search processcontrol_sim_anneal
Plot racing resultsplot_race
Investigate best tuning parametersshow_best.tune_race
Efficient grid search via racing with ANOVA modelstune_race_anova tune_race_anova.model_spec tune_race_anova.workflow
Efficient grid search via racing with win/loss statisticstune_race_win_loss tune_race_win_loss.model_spec tune_race_win_loss.workflow
Optimization of model parameters via simulated annealingtune_sim_anneal tune_sim_anneal.model_spec tune_sim_anneal.workflow