dask-glm
Generalized Linear Models with Dask
What it is and what it does
Dask-glm is a library for fitting generalized linear models in a distributed setting using Dask, the parallel computing framework. It integrates with Dask's task scheduler to enable model training across multiple machines or cores, leveraging dependencies like scikit-learn for model definitions, numpy and scipy for numerical computation, and numba for JIT-compiled performance. The package targets scientific and machine-learning workflows where dataset size or computational cost makes single-machine fitting impractical.
However, the package's own documentation explicitly warns that it is not ready for use, and it has not received recent updates. The Beta development status and aging maintenance signal suggest the project is dormant or abandoned. Installation is straightforward (low friction, pure-Python wheel), but adopting it for production work carries substantial risk given the explicit non-readiness statement and lack of recent activity.
Use it for:
- Training logistic regression or other GLMs on datasets too large to fit in a single machine's memory using Dask clusters.
- Prototyping distributed statistical models in research or exploratory analysis where the library's experimental status is acceptable.
- Learning how to structure distributed machine-learning code using Dask's primitives and task graphs.
- Benchmarking or comparing distributed GLM implementations across different parallelization frameworks.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Distributed generalized linear model fitting using Dask for parallel computation across clusters or multi-core systems.
No. The package explicitly states it is not ready for use, has not been updated recently, and carries Beta status with an aging maintenance signal. While the install friction is low and the license is permissive, the lack of readiness and dormant development make it unsuitable for production or even reliable experimental work. Consider alternatives with active maintenance.
Install
dask-glm on PyPI
pip
pip install dask-glmuv
uv add dask-glmpoetry
poetry add dask-glmInstalling dask-glm
Before you install
Low friction install with a pure-Python wheel, but the package is explicitly marked as not ready for use and has not been updated recently despite being in Beta status. The maintenance signal is aging.
License in practice
BSD-3-Clause permissive license allows commercial and private use with minimal restrictions, requiring only license and copyright notice inclusion.
Quickstart
pip install dask-glm
import dask_glm
# See documentation at https://dask-glm.readthedocs.io for usage examples
Package explicitly states 'This library is not ready for use' in its own description; production use is not recommended.
Verify before relying
- Current API stability and whether the 'not ready for use' warning has been lifted since the last release.
- Whether distributed and numba dependencies are optional or required for all use cases.
- Specific GLM models and solvers currently implemented and their performance characteristics.
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 9 — cloudpickle, dask, distributed, multipledispatch, numba, numpy, scipy, scikit-learn, sparse |
| Maintenance | aging — 203 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 110,399/month — #12,464 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dask_glm-0.4.0-py3-none-any.whl
Keywords: dask, glm, machine-learning
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
dask-mlDask-ML provides distributed and parallel…
permissive · top 15,000 on PyPI
spglmFits Gaussian, Poisson, QuasiPoisson, and…
permissive · top 15,000 on PyPI
dask-imageDistributed image processing using Dask,…
permissive · top 15,000 on PyPI
glumglum is a high-performance Python library for…
permissive · top 15,000 on PyPI
nilearnNilearn provides statistical and…
permissive · top 15,000 on PyPI
h2oH2O is a distributed machine learning and…
permissive · top 15,000 on PyPI
distributedDistributed provides a scheduler and runtime…
permissive · top 5,000 on PyPI
xgboostXGBoost is a gradient boosting library that…
permissive · top 1,000 on PyPI
mgwrCalibrates multiscale and traditional…
permissive · top 15,000 on PyPI
iminuitiminuit is a Python interface to MINUIT2…
copyleft · top 15,000 on PyPI