Software
brulee

brulee

High-Level Modeling Functions with 'torch'

R

brulee provides basic statistical and machine learning models implemented using the torch package infrastructure in R. It includes neural networks, linear regression, logistic regression, and multinomial regression, all with consistent tidymodels-style interfaces.

The package offers formula, x/y, and recipe-based interfaces for model fitting, making it compatible with tidymodels workflows. It returns predictions as tibbles following tidymodels conventions, and supports preprocessing through the recipes package for tasks like transformations and standardization. By leveraging torch as the backend, it provides access to modern deep learning infrastructure while maintaining familiar R modeling syntax.

Contributors