add_missinglabels_mar {RSSL} | R Documentation |
Throw out labels at random
Description
Original labels are saved in attribute y_true
Usage
add_missinglabels_mar(df, formula = NULL, prob = 0.1)
Arguments
df |
data.frame; Data frame of interest |
formula |
formula; Formula to indicate the outputs |
prob |
numeric; Probability of removing the label |
See Also
Other RSSL utilities:
LearningCurveSSL()
,
SSLDataFrameToMatrices()
,
df_to_matrices()
,
measure_accuracy()
,
missing_labels()
,
split_dataset_ssl()
,
split_random()
,
true_labels()
[Package RSSL version 0.9.7 Index]