Miscellaneous Statistical/Machine learning stuff.

r-universe Documentation

R version of the Python package mlsauce.

Only for Linux, for now. Windows users can envisage using WSL, the Windows Subsystem for Linux.

Install from GitHub

remotes::install_github("Techtonique/mlsauce_r") # the repo is in this organization

Install from R-universe

install.packages('mlsauce', repos = c('https://techtonique.r-universe.dev',
'https://cloud.r-project.org'))

General rule for using the package in R: object accesses with .’s are replaced by $’s. R Examples can be found in the package, once installed, by typing (in R console):

?mlsauce::AdaOpt

For a list of available models, visit https://techtonique.github.io/mlsauce/.