Skip to content

Instantly share code, notes, and snippets.

@s3alfisc
s3alfisc / vanilla_regression_benchmark.py
Last active January 11, 2025 15:12 — forked from aeturrell/vanilla_regression_benchmark.py
Self-contained benchmarking script for vanilla regressions with Pyfixest and Statsmodels
# /// script
# python = ">=3.10"
# dependencies = [
# "numpy>=1.21.0",
# "pandas>=1.3.0",
# "statsmodels>=0.13.0",
# "pyfixest>=0.11.0",
# "matplotlib>=3.4.0"
# ]
# ///