rusty-machine icon indicating copy to clipboard operation
rusty-machine copied to clipboard

Linear regression model panics if unable to solve linear equation.

Open MichaelMauderer opened this issue 7 years ago • 1 comments

The LinRegressor.train method panics if it is unable to solve the given linear equation. It would be better if it returned a LearningResult indicating the failure.

MichaelMauderer avatar Dec 06 '18 08:12 MichaelMauderer

Actually, it seems this is fixed in the master branch but hasn't been released yet.

MichaelMauderer avatar Dec 06 '18 08:12 MichaelMauderer