Skip to content
forked from Marchen/cv.models

cv.models: an R package for model selection and hyper-parameter tuning by cross validation

License

Notifications You must be signed in to change notification settings

guhjy/cv.models

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

cv.models: an R package for model selection and hyper-parameter tuning by cross validation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%