find_xgb: A convenient wrapper function for find_model for xgboost

Description Usage Arguments Value Examples

View source: R/model_finder.R

Description

A convenient wrapper function for find_model for xgboost

Usage

1
find_xgb(response, ...)

Arguments

response

The response column, as a string.

...

Named vectors of parameters to explore.

Value

A list that's compatible with the find_model function

Examples

1
2
3
find_xgb(response = "response", nrounds = c(30, 50), eta = c(.015),
         max_depth = c(2), colsample_bytree = c(.7), lambda = c(.1),
         subsample = c(.7), base_score = c(100))

jeroenvdhoven/datapiper documentation built on July 14, 2019, 9:34 p.m.