-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Timings in crossvalidation #7639
Copy link
Copy link
Closed
Labels
BugEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve
Milestone
Description
Description
Currently when doing cross-validation and verbose set, it prints the time for each fold. However, the time printed is just the score time, not score + fit as one would expect: see here. After changing logger.short_format_time(score_time) to logger.short_format_time(fit_time + score_time) it prints the total time correctly, as expected.
Note that in previous version it printed total time correctly, even through the variable still was called scoring_time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolve