Miscellaneous Statistical/Machine learning stuff.
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
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/.