felix-clark / ndarray-glm

Rust library for linear, logistic, and generalized linear model regression
MIT License
22 stars 0 forks source link

Better linear dependence check, smoothed L1 reg, fit options interface #14

Closed felix-clark closed 4 years ago

felix-clark commented 4 years ago

Some cleanup and docs as well

felix-clark commented 4 years ago

The interface change to de-couple the fit options from the model is also in place in the library code. The tests and docs need to be fixed up still.