Nothing
Code
lrn("clust.kmodes", modes = data.frame(x = factor("a")))$train(task)
Condition
Error:
!
x `modes` must have same number of columns as data.
> Class: Mlr3ErrorInput
Code
lrn("clust.kmodes", modes = data.frame(a = factor("a"), b = factor("a")))$train(
task)
Condition
Error:
!
x `modes` column names must match the task features.
> Class: Mlr3ErrorInput
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.