-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Computing the event-wise scores evaluation appears to be very time consuming, mostly due to the repeated calls to pd.to_dataframe
within the Eventwise*
scores.
At least for ramp_test_submission --quick-test
on the starting kit this accounts for most of the runtime,
Originally the starting kit with the --quick-test
option takes 63s on my laptop, with event-wise scores disabled this reduces to 9s.
Looking for a way to speeding it up, but generally, such long run time (on a dataset that is not that big) makes iterations slower which is problematic when running events.
Metadata
Metadata
Assignees
Labels
No labels