dask-glm 0.4.0


pip install dask-glm

  Latest version

Released: Jan 23, 2026


Meta
Maintainer: Matthew Rocklin
Requires Python: >=3.10

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Science/Research

Programming Language
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • Scientific/Engineering

Build Status Documentation Status

This library is not ready for use.

See the documentation for more information.

Developer Setup

Setup environment (from repo directory):

conda create env
source activate dask_glm
pip install -e .

Run tests:

py.test

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
cloudpickle (>=1.0)
dask[array] (>=2022.1.0)
distributed (>=2022.1.0)
multipledispatch (>=0.6.0)
numba (>=0.59)
numpy (>=1.21)
scipy (>=1.7)
scikit-learn (>=1.0)
sparse (>=0.15)