modeltime_calibrate()
Unable to calibrate a classfiication model (R 4.3.1) - .pred_class column returned
#252
Labels
enhancement
New feature or request
I'm new to {modeltime} and I think it is a great package - thank you for putting so much time into it.
I'm trying to do perform a classification task with time series data.
When I get to
modeltime_calibrate()
I get an error, which looks to be because it is looking for the.pred
column, but thepredict()
function returns a.pred_class
column. It might be related to #228.Reproducible example below:
Created on 2024-08-29 with reprex v2.1.1
Session info
The text was updated successfully, but these errors were encountered: