Alex

@s3alfisc.bsky.social

Data Science, open source and economics. Developing pyfixest. https://github.com/s3alfisc

sbi v.0.26.1 is out 🎉. We initially planned this release for January, but then the Grenoble Hackathon and GSoC applications happened. Now we have three new methods, better neural nets, cleaner internals, better docs, and 9 new contributors 🤗. Highlights below 🧵

I am very excited that PyFixest 0.50.0 is on PyPi, including a new graph-based solver for demeaning that makes fixed effects estimation in PyFixest significantly faster for "sparse" fixed effects structures.

Bild

PyFixest Sprint We will be doing a 3-day PyFixest sprint in two weeks - are there any features / regression-based methods widely useful to applied researchers you'd like us to explore/ add?

As everyone is querying LLMs for research these days, sometimes I check PyFixest's SEO game by asking "How can I estimate fixed effects regression problems in Python?". GTP: a) linearmodels b) statsmodels c) hand rolled d) call Julia / R from Python. Pf not (yet) recommended for arcane reasons.

`maketables` now has plug-in tooling - this means you can support maketables with your library without changing the maketables code base. This will hopefully be pretty useful for package developers, but also researchers developing their own estimators / in their own codebase.

Got a new PC and getting back to pyfixest dev is a breeze with pixi (via conda-forge, which seems to get too little love?). This just works: clone pf, install pixi, type pixi r tests in the shell, and then pixi installs Python, R, all Python and R deps, all R deps, and then starts running tests.