cyones/mllr: Simple package to log the results of machine learning experiments

The package has a very simple objective, to log results of machine learning experiments. It supports binary, multiclass and regression problems. It is very easy to use, you select an experiment at start. Then, on each experiment, log the parameters and results of the experiments with only one function call. Finally, this resutls can be recovered with another function.

Getting started

Package details

AuthorCristian A. Yones
MaintainerCristian A. Yones <cyones77@gmail.com>
LicenseApacha License 2.0
Version0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("cyones/mllr")
cyones/mllr documentation built on May 15, 2019, 4:11 a.m.