l0: Feature selection subroutine

View source: R/utils.R

l0R Documentation

Feature selection subroutine

Description

This function fits a potentially sparse supervised learning model and returns a bit vector indicating which features were selected.

Usage

l0(x, y, s, params, ...)

Arguments

x

Design matrix.

y

Outcome vector.

s

Regression method. Current options are "lasso" or "boost".

params

Optional list of parameters to use when s = "boost".

...

Extra parameters to be passed to the feature selection subroutine.


dswatson/cbl documentation built on Jan. 4, 2023, 11:15 p.m.