regression-multivariate-linear
regression-multivariate-linear copied to clipboard
should undefined values throw an error?
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!