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_regr(task, teacher, alpha = 0)
|
task |
['Task'] |
teacher |
['Learner'] |
alpha |
['numeric'] |
A ['vector'] containing the response for each observation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.