LauraeML_utils.feat_sel: Laurae's Machine Learning Utility: subset features to select...

Description Usage Arguments Examples

Description

This function is a helper function to do the feature sampling for LauraeML during a training iteration of the optimizer.

Usage

1

Arguments

data

Type: data.table. The data features. Comes from LauraeML.

y

Type: vector (numeric). The features to use, as binary format (0 for not using, 1 for using) passed from the trainer.

Examples

1
2
3
4
## Not run: 
mini_data <- LauraeML_utils.feat_sel(data, y)

## End(Not run)

Laurae2/Laurae documentation built on May 8, 2019, 7:59 p.m.