Learn R Programming

mllrnrs (version 0.0.5)

R6-Based ML Learners for 'mlexperiments'

Description

Enhances 'mlexperiments' with additional machine learning ('ML') learners. The package provides R6-based learners for the following algorithms: 'glmnet' , 'ranger' , 'xgboost' , and 'lightgbm' . These can be used directly with the 'mlexperiments' R package.

Copy Link

Version

Install

install.packages('mllrnrs')

Monthly Downloads

245

Version

0.0.5

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Lorenz A. Kapsner

Last Published

March 5th, 2025

Functions in mllrnrs (0.0.5)

LearnerGlmnet

R6 Class to construct a Glmnet learner
LearnerRanger

R6 Class to construct a Ranger learner
LearnerLightgbm

R6 Class to construct a LightGBM learner
LearnerXgboost

R6 Class to construct a Xgboost learner