Re: [GSoC][STATISTICS][Regression][Exception] How should I handle handling exceptions?

2019-06-19 Thread Gilles Sadowski
Hi. Le mer. 19 juin 2019 à 18:39, Alex Herbert a écrit : > > On 19/06/2019 17:33, Ben Nguyen wrote: > > Hello, > > Regarding the use of exceptions for the regression module; should I simply > > try to port over all required exceptions straight from > > “apache.commons.math.exception” into it’s

Re: [GSoC][STATISTICS][Regression][Exception] How should I handle handling exceptions?

2019-06-19 Thread Alex Herbert
On 19/06/2019 17:33, Ben Nguyen wrote: Hello, Regarding the use of exceptions for the regression module; should I simply try to port over all required exceptions straight from “apache.commons.math.exception” into it’s own exception package inside “regression.util.exception” perhaps

[GSoC][STATISTICS][Regression][Exception] How should I handle handling exceptions?

2019-06-19 Thread Ben Nguyen
Hello, Regarding the use of exceptions for the regression module; should I simply try to port over all required exceptions straight from “apache.commons.math.exception” into it’s own exception package inside “regression.util.exception” perhaps customizing them to regression’s specific use