Description Usage Arguments Value
Get a fake task
1 2 3 4 5 6 7 8 9 10 | get_test_task(
fake_data = NULL,
fake_target = "target",
training_fields = "feature",
stage = "prepare",
resampling_strategy = "holdout",
processing_pipeline = mlr3pipelines::PipeOpNOP$new(),
learner = mlr3::LearnerClassifFeatureless$new(),
measures = mlr3::msr("classif.acc")
)
|
fake_data |
Data that is stored as "hist_data". If none is provided, some data will be automatically set. |
fake_target |
|
training_fields |
|
stage |
|
resampling_strategy |
|
processing_pipeline |
|
learner |
|
measures |
|
An sf_task, at the specified "stage"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.