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
Because ww_multi_scale() only takes one estimate column, and passes ... to sf::st_make_grid(), there's currently no way to pass multiple columns of probability estimates to yardstick functions. This means we can't do multi-class class probability functions at the moment.
It would be nice for at least the sf method to support this. Not sure what the interface would look like, though, since dots are already in use. Maybe a probabilities argument that accepts a list?
The text was updated successfully, but these errors were encountered:
Because
ww_multi_scale()
only takes oneestimate
column, and passes...
tosf::st_make_grid()
, there's currently no way to pass multiple columns of probability estimates to yardstick functions. This means we can't do multi-class class probability functions at the moment.It would be nice for at least the sf method to support this. Not sure what the interface would look like, though, since dots are already in use. Maybe a
probabilities
argument that accepts a list?The text was updated successfully, but these errors were encountered: