Description Usage Arguments Examples
This function is a helper function to do the feature sampling for LauraeML
during a training iteration of the optimizer.
1 |
data |
Type: data.table. The data features. Comes from |
y |
Type: vector (numeric). The features to use, as binary format (0 for not using, 1 for using) passed from the trainer. |
1 2 3 4 | ## Not run:
mini_data <- LauraeML_utils.feat_sel(data, y)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.