Description Usage Arguments Value
Uses the provided learner in order to predict on the provided task's features. 'prob = TRUE' implements Dark Knowledge as implmented by Hinton, 2015. If 'prob', predicts probabilities, else response. The mixing parameter 'alpha' corresponds to a trade-off between the predicted target and the actual target, where 0 only uses predicted targets (default) and 1 only uses the true label.
1 | label_artificial_data_classif(task, teacher, prob = TRUE, alpha = 0)
|
task |
['Task'] |
teacher |
['Learner'] |
prob |
['logical'] |
alpha |
['numeric'] |
A ['matrix'] with nclasses cols and nobs rows containing probabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.