Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

predict_time can be (kind of) wrong #992

Closed
sebffischer opened this issue Jan 18, 2024 · 1 comment · Fixed by #1078
Closed

predict_time can be (kind of) wrong #992

sebffischer opened this issue Jan 18, 2024 · 1 comment · Fixed by #1078
Assignees
Labels

Comments

@sebffischer
Copy link
Sponsor Member

sebffischer commented Jan 18, 2024

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.

@sebffischer sebffischer changed the title predict_time is wrong predict_time can be (kind of) wrong Jan 18, 2024
@mllg mllg assigned mllg and sebffischer and unassigned mllg Aug 16, 2024
@mllg
Copy link
Sponsor Member

mllg commented Aug 16, 2024

Store cumulative time for all predict sets + document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants