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

Implement faster batched prediction #112

Open
RAMitchell opened this issue Jul 8, 2024 · 0 comments
Open

Implement faster batched prediction #112

RAMitchell opened this issue Jul 8, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@RAMitchell
Copy link
Contributor

Implement a static method for the model class, accepting a list of models of that type, that can provide batched prediction for that list of models. In case it is not implemented, just call predict on each model.

A custom batched predict task could be significantly faster than looping over each model, calling predict and summing the predictions.

@RAMitchell RAMitchell added the feature request New feature or request label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant