You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: