Learn R Programming

Laurae (version 0.0.0.9001)

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

Description

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

Usage

LauraeML_utils.feat_sel(data, y)

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

Run this code
## Not run: ------------------------------------
# mini_data <- LauraeML_utils.feat_sel(data, y)
## ---------------------------------------------

Run the code above in your browser using DataLab