Nothing
Code
msr("clust.ch")$score(prediction = p, task = task)
Condition
Error:
!
x Measure 'clust.ch' requires numeric features, but task 'mixed' has factor or
ordered features.
> Class: Mlr3ErrorInput
Code
msr("clust.wss")$score(prediction = p, task = task)
Condition
Error:
!
x Measure 'clust.wss' requires numeric features, but task 'mixed' has factor or
ordered features.
> Class: Mlr3ErrorInput
Code
msr("clust.davies_bouldin")$score(prediction = p, task = task)
Condition
Error:
!
x Measure 'clust.davies_bouldin' requires numeric features, but task 'mixed'
has factor or ordered 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.