README.md

cv.models: Model selection and hyper-parameter tuning by cross validation

Build Status

This package provides simple interface for cross validation and hyper-parameter selection for several models.

To install the package, please copy & paste following code into your R console.

install.packages(
    c("model.adapter", "cv.models"), type = "source",
    repos = c(
        "http://florivory.net/R/repos", options()$repos
    )
)

For the details see Quick start guide (English, Source Code) or (Japanese, Source Code).



Marchen/cv.models documentation built on Sept. 2, 2020, 2:04 a.m.