awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
uber avatar

uber/causalml

0
View on GitHub↗
5,875 星标·860 分支·Python·7 次浏览

Causalml

CausalML 是一个用于因果推断的机器学习库,提供利用实验数据和观测数据来估计处理效应(Treatment Effects)和因果影响的工具。它作为提升模型(Uplift Modeling)和异质处理效应估计的框架,旨在区分因果关系与相关性。

该库专注于识别不同用户群体对特定干预措施的反应。这包括计算目标指标的增量收益,以优化营销活动、定位高响应客户群体,并通过确定有效的互动渠道来实现用户参与的个性化。

该工具包实现了多种因果估计方法,包括单模型、双模型和集成策略。这些功能涵盖了平均和条件处理效应估计、倾向评分加权,以及使用双重稳健(Doubly Robust)估计器来减少偏差和方差。

Features

  • Causal Effect Estimators - Estimates the impact of specific interventions on target outcomes while distinguishing causation from correlation.
  • Uplift Models - Implements uplift modeling to predict the incremental gain of target metrics to optimize intervention strategies across user segments.
  • Heterogeneous Treatment Effect Estimators - Provides methods for calculating causal impacts across specific user subgroups based on observed feature sets.
  • Uplift Modeling - Predicts the incremental gain in a target metric to determine which users will respond best to an intervention.
  • Uplift Modeling Frameworks - Provides a framework for predicting the incremental gain of a target metric to optimize marketing and engagement.
  • Causal Machine Learning Integrations - Integrates machine learning algorithms with causal inference methods to estimate treatment effects.
  • Doubly Robust Estimators - Implements doubly robust estimators to reduce bias and variance in causal effect estimation.
  • Meta-Learners - Combines multiple base machine learning models through a tiered strategy to estimate individual treatment effects.
  • Propensity Score Weighting - Balances treatment and control groups by weighting observations based on the probability of receiving an intervention.
  • S-Learners - Implements a single-model approach using treatment assignment as a feature to predict outcomes.
  • T-Learners - Trains separate models for treatment and control groups to calculate the difference in predicted outcomes.
  • Targeting Optimization - Identifies customer segments most likely to respond favorably to advertisements to increase return on investment.
  • Marketing ROI Optimization - Identifies high-response customer segments to increase return on investment by targeting only those likely to be influenced.
  • Engagement Personalization - Determines the most effective interaction channels for individuals based on their unique characteristics.
  • Causal - Determines the most effective interaction channel or recommendation by estimating heterogeneous treatment effects.
  • Causal Inference - Causal inference by Uber.
  • General Machine Learning - Causal inference and uplift modeling library.
  • Machine Learning - Tools for uplift modeling and causal inference analysis.
  • 机器学习框架 - Causal inference and uplift modeling toolkit.
  • Machine Learning Packages - Causal inference and uplift modeling toolkit.

Star 历史

uber/causalml 的 Star 历史图表uber/causalml 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

uber/causalml 是做什么的?

CausalML 是一个用于因果推断的机器学习库,提供利用实验数据和观测数据来估计处理效应(Treatment Effects)和因果影响的工具。它作为提升模型(Uplift Modeling)和异质处理效应估计的框架,旨在区分因果关系与相关性。

uber/causalml 的主要功能有哪些?

uber/causalml 的主要功能包括:Causal Effect Estimators, Uplift Models, Heterogeneous Treatment Effect Estimators, Uplift Modeling, Uplift Modeling Frameworks, Causal Machine Learning Integrations, Doubly Robust Estimators, Meta-Learners。

uber/causalml 有哪些开源替代品?

uber/causalml 的开源替代品包括: py-why/econml — EconML is a Python library for causal inference designed to estimate heterogeneous treatment effects using a… py-why/dowhy — DoWhy is an open-source Python library for causal inference that structures the entire analysis into a sequential… dswah/pygam — [CONTRIBUTORS WELCOME] Generalized Additive Models in Python. christophm/rulefit — Python implementation of the rulefit algorithm. davisking/dlib — dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and… aksnzhy/xlearn — High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization…

Causalml 的开源替代方案

相似的开源项目,按与 Causalml 的功能重合度排序。
  • py-why/econmlpy-why 的头像

    py-why/EconML

    4,683在 GitHub 上查看↗

    EconML is a Python library for causal inference designed to estimate heterogeneous treatment effects using a combination of machine learning and econometrics. It serves as a toolkit for calculating conditional average treatment effects to determine how specific interventions impact individuals or subgroups. The project provides a framework for double machine learning and orthogonal machine learning to isolate causal signals from high-dimensional confounders. It includes specialized implementations for causal forests and instrumental variable learners, allowing for the recovery of causal relat

    Jupyter Notebookcausal-inferencecausalityeconometrics
    在 GitHub 上查看↗4,683
  • py-why/dowhyP

    py-why/dowhy

    8,175在 GitHub 上查看↗

    DoWhy is an open-source Python library for causal inference that structures the entire analysis into a sequential four-step framework: modeling, identification, estimation, and refutation. It treats causal assumptions as explicit, first-class citizens, represented as directed acyclic graphs that can be automatically validated against observed data. The library distinguishes itself by cleanly separating the causal identification problem from statistical estimation, allowing any compatible estimator to be used for a given target estimand. It includes automated refutation testing that validates

    Python
    在 GitHub 上查看↗8,175
  • aksnzhy/xlearnaksnzhy 的头像

    aksnzhy/xlearn

    3,095在 GitHub 上查看↗

    High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.

    C++
    在 GitHub 上查看↗3,095
  • christophm/rulefitchristophM 的头像

    christophM/rulefit

    446在 GitHub 上查看↗

    Python implementation of the rulefit algorithm

    Python
    在 GitHub 上查看↗446
查看 Causalml 的所有 30 个替代方案→