You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have a dataset that I want to convert to a task, my first intuition would be to look up the help text of as_task. However, it does not tell me much about what it is doing, or where to go to convert some data that I have to a task.
Error handling for as_task_classif and related could also be improved:
as_task_classif(iris)
#> Error in .subset2(x, i, exact = exact) : #> attempt to select less than one element in get1index
The text was updated successfully, but these errors were encountered:
When I have a dataset that I want to convert to a task, my first intuition would be to look up the help text of
as_task
. However, it does not tell me much about what it is doing, or where to go to convert some data that I have to a task.Error handling for
as_task_classif
and related could also be improved:The text was updated successfully, but these errors were encountered: