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 calling learner_predict(), the predict_time in the state is overwritten.
When doing a resampling and making predictions for different sets (in my case the holdout set and the test set), the time_predict is not (as I expected) the total prediction time, but only the prediction time for one of the predictions.
It would be great to have access to the different prediction times.
The text was updated successfully, but these errors were encountered:
sebffischer
changed the title
predict_time is wrong
predict_time can be (kind of) wrong
Jan 18, 2024
When calling
learner_predict()
, thepredict_time
in the state is overwritten.When doing a resampling and making predictions for different sets (in my case the holdout set and the test set), the
time_predict
is not (as I expected) the total prediction time, but only the prediction time for one of the predictions.It would be great to have access to the different prediction times.
The text was updated successfully, but these errors were encountered: