tidymodels/tune
Tools for tidy parameter tuning
What it solves
It simplifies the process of hyperparameter tuning for machine learning models within the tidymodels ecosystem in R.
How it works
It integrates with other tidymodels packages like recipes, parsnip, and dials to automate the search for the best model parameters to improve performance.
Who it’s for
Data scientists and machine learning practitioners using the R programming language and the tidymodels framework.
Highlights
- Supports basic grid search for models such as SVM.
- Enables iterative Bayesian optimization for classification models.
- Provides tools for parallel processing and optimization.
- Includes acquisition functions for scoring parameter combinations.
Related
- Project
topepo/caretA comprehensive R package for training and plotting classification and regression models, providing a unified interface for machine learning tasks.
- Project
juliasilge/tidytextAn R package for text mining that converts text into tidy, one-token-per-row data frames for easier analysis with standard data manipulation tools.
- Project
tidymodels/recipesA framework for feature engineering and data preprocessing in R that uses pipeable sequences of steps to prepare data for machine learning models.
- Project
tidymodels/parsnipA tidy, unified interface for machine learning models in R that allows users to switch between different computational engines and implementations without changing their syntax.
- Project
easystats/performanceAn R package for assessing, comparing, and testing the quality of statistical regression models through fit indices and diagnostic checks.