
lares is an R package designed to automate, improve,and accelerate everydayanalytics and machine learningtasks. It offers a wide variety of functions grouped in familiesfor:
Tip: See all available functions and documentationhereor type
?lares::in RStudio to explore interactively.
# CRAN VERSIONinstall.packages("lares")# DEV VERSION (latest updates)# If you don't have remotes installed yet, run: install.packages('remotes')remotes::install_github("laresbernardo/lares")# For a full installation with recommended dependencies:remotes::install_github("laresbernardo/lares",dependencies =TRUE)Windows users: You may need to installRTools tobuild the dev version.
lares inaction!laresh2o_automl(),plot_model_results() –Automated machine learning pipeline with optimal model selection andvisualizations.freqs(),distr(),corr_var(),corr_cross() – Instantly summarize, visualize, and uncoverrelationships in your data.ohse() – Efficient and smart one-hot encoding forcategorical variables.cache_* – Speed up workflows by caching expensivecomputations.robyn_* – Additional functions to supportRobyn inputsand outputs.fb_* – Interact with Meta’s Marketing APIgpt_* – Structured prompts builder and interact withOpenAI’s APIread_encrypted(),write_encrypted() –Interact with encrypted files to keep secrets safe
?lares::function_name in RStudio for detailed helpon any function.