felix-clark / ndarray-glm

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

Binomial regression in nightly; fixing CI #3

Closed felix-clark closed 4 years ago

felix-clark commented 4 years ago

Binomial regression uses const_generics and is hidden behind the "binomial" feature flag. Updated the openblas versions using the master tag of ndarray-linalg which allowed the CI to be fixed. Started an example on how to generalize link functions (in basic linear regression).