Skip to content

Add support for multiple samples when calling predict() and predict_proba() #2

@dvilaverde

Description

@dvilaverde

Is your feature request related to a problem? Please describe.
It would be nice to support predictions on multiple samples, this would be especially useful when there are many samples and using uses multiple threads could speed up the execution time.

Describe the solution you'd like
A similar API to the sci-kit learn predict() and predict_proba() where an array of feature vectors are provided and an array response is produced. There is not requirement to use Java arrays, and List would work as well.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions