repsys icon indicating copy to clipboard operation
repsys copied to clipboard

Feature proposal: check datatype of values predicted by implemented models

Open Kasape opened this issue 1 year ago • 0 comments

There should be a clear interface of models expected from RepSys that will be enforced. Currently, when a developer implements a model that predicts something other than np.ndarray (like sparse csr_matrix or np.matrix), repsys crashes due to some mishapes in the following methods and it's hard to find out what went wrong.

Kasape avatar Aug 05 '23 05:08 Kasape