Eshin Jolly
Eshin Jolly
It would be great to add a few options to run with `Brain_Data.regress()` that users don't often do themselves. Not defaults, just kwargs: - VIF check on passed Design_Matrix -...
We don't need to get fancy (py-feat live will handle that), but improve the basic plots we already have and make them more customizable
- [ ] Remove old benchmarking tutorials - [ ] Add py-feat live usage guide and installation instructions - [ ] #190 - [ ] Add and create community links
- [x] Switch to `pyproject.toml` managed by `uv` - [x] Switch docs to `jupyter-book` - [x] Setup new GA workflow to use `uv` to test, build, docs, and publish -...
Quick testing after `pixi add r-mediation` works well for `lm` and `glm` models. But `lmer` models require unloading `lmerTest` as `mediation.mediate()` expects an lme4 object not an lmerTest object. See...