ndarray-glm

Rust library for solving linear, logistic, and generalized linear models through iteratively reweighted least squares, using the ndarray-linalg module.

Build Status

Status

This package is in early alpha and the interface is likely to undergo many changes.

Prerequisites

fortran and BLAS must be installed: sudo apt update && sudo apt install gfortran libblas-dev

To use the OpenBLAS backend, install also libopenblas-dev and use this crate with the "openblas-src" feature.

Features

TODO