Published on July 12, 2024 MetaLearners for CATE estimation python causal-inference Estimating Conditional Average Treatment Effects with the metalearners library
Published on July 11, 2024 Shipping conda environments to production using pixi python conda pixi packaging We show how we ship conda environments into production using the pixi package manager. To do that, we introduce a tool called pixi-pack.
Published on June 18, 2024 How QuantCo automatically keeps hundreds of repositories up-to-date github automation We built a tool to automatically keep all of our repositories up-to-date with the latest best practices and dependency versions.
Published on June 7, 2024 High-performance and user-friendly GLMs with glum 3 python performance glm The new glum release introduces a formula interface that simplifies preprocessing and offers various enhancements for categorical and mixed sparse and dense data.
Published on August 25, 2023 Automatically transform complex python methods to polars expressions polars python ast compilers Tired of writing complicated Polars expressions? polarIFy automatically translates your easy-to-read Python methods into efficient Polars expressions!