Tools & Software
Toys and games are the preludes to serious ideas ~ Charles Eames
Pymer4
pymer4 is a Python library for estimating generalized multilevel models. It tries to bring the best of R’s model formula syntax (e.g, y~x1+x2) to Python with full support for lm, glm, lmer, and glmer models and lots of quality-of-life improvements for staying within the scientific Python ecosystem. If you’re primarily a Python user and already work with tools like polars and seaborn you’ll love pymer4!
Nltools
nltools is a toolbox we co-maintain with the Cosan Lab that makes it easier and more intuitive to analyze functional brain imaging data (fMRI) using cutting-edge computational and machine-learning approaches. Check out this video from Scipy 2020 for an overview of the design philosophy.
Pyfeat
pyfeat is a toolbox we co-maintain with the Cosan Lab for social-scientists interested in analyzing facial expressions. We bring together state-of-the-art algorithms in deep computer vision that excel at extracting facial-landmarks, action-units, and emotional expressions while retraining all models from scratch with open weights and code. Check it out if you’re interested in analyzing image and video data or designing novel experimental experiences.
Neighbors
neighbors is a toolbox that implements a variety of collaborative-filtering algorithms for leveraging individual differences to make predictions on sparse (missing) data. Given enough people and a few observations you build models to make incredibly reliable predictions on unseen data. This includes: self-reported emotions, emotion time-series, and even economic decisions. After all, why should Netflix have all the fun?