regression-multivariate-linear icon indicating copy to clipboard operation
regression-multivariate-linear copied to clipboard

should undefined values throw an error?

Open yawetse opened this issue 7 years ago • 0 comments

Hi @targos this isn't necessarily an issue, I was wondering if you think undefined values should throw an error?

There are cases where dirty data (undefined values) causes the module to be caught in an infinite loop.

It's simple enough to filter those values from the training set, but I was wondering if it would be helpful to throw a new TypeError.

Thanks again for the great module!

yawetse avatar Jun 02 '18 19:06 yawetse