Bridging statistical cultures with some jazz
Project description
Bossanova
Unified mixed-effects modeling in Python. JAX + NumPy backends. R/lme4 parity.
Installation
uv add bossanova
or
pip install bossanova
Features
- One unified entry point —
model()handles linear, generalized, and mixed-effects models - R-style formulas —
y ~ x + (1|group),factor(),center(),scale() - Multiple inference strategies — asymptotic, bootstrap, permutation, cross-validation
- Marginal effects —
.explore()for estimated marginal means, slopes, and contrasts - JAX acceleration — automatic acceleration when JAX is available, NumPy fallback
- R parity — matches lme4/emmeans within f64 tolerance
Quick Example
from bossanova import model, load_dataset
df = load_dataset("sleepstudy")
# Fit a mixed model
m = model("Reaction ~ Days + (1 + Days | Subject)", data=df).fit()
m.params
# Perform bootstrapped parameter inference
m.infer(how='boot')
# Explore marginal effects
m.explore("Days")
m.effects
Development
# Install dependencies
pixi install
# Install the IPython kernel (required for notebooks)
pixi run setup-kernel
# Run the full lint + type-check chain
pixi run lint
# Run fast unit tests
pixi run test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bossanova-0.1.0.dev22.tar.gz
(625.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bossanova-0.1.0.dev22.tar.gz.
File metadata
- Download URL: bossanova-0.1.0.dev22.tar.gz
- Upload date:
- Size: 625.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e236e4e4983e638b59ae09e6270d96a232c9ce0ce859f3c0d1ff13aeb0616289
|
|
| MD5 |
811cb6e06a29a498818d63cf4dca5584
|
|
| BLAKE2b-256 |
f7cbecd423977fde2f1269b3f44943e12cf0b629a4b4658f904fbb853ceba373
|
File details
Details for the file bossanova-0.1.0.dev22-py3-none-any.whl.
File metadata
- Download URL: bossanova-0.1.0.dev22-py3-none-any.whl
- Upload date:
- Size: 771.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3689f7af75773db6376c1abb4221044deaf224b300072face72764d2966e17c7
|
|
| MD5 |
752d2bd36cea64efb76e30940b4e2905
|
|
| BLAKE2b-256 |
1070fee8314ab84ad993d20b0f74a7010fc26be8503c928bd9a396f93eedd3c5
|