Skip to content

Conversation

@pschyska
Copy link

This should allow the diagnostics runs to be more efficient - numerai-predict can run a full validation run in a single process.
The user-supplied pickle is only loaded once, but the predict() function is called once per era, keeping the API intact. However, if the model has to do one-time initialization which might be expensive, it could skip these on subsequent calls, saving a lot of time.

See also the updated tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant