rusty-machine
rusty-machine copied to clipboard
Linear regression model panics if unable to solve linear equation.
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.
Actually, it seems this is fixed in the master branch but hasn't been released yet.