mta VS Robyn

Compare mta vs Robyn and see what are their differences.

Robyn

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community. (by facebookexperimental)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
mta Robyn
3 14
91 1,035
- 4.0%
0.0 9.1
about 2 years ago 1 day ago
Python Jupyter Notebook
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mta

Posts with mentions or reviews of mta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-01.
  • Is Hierarchical Bayesian Modelling used in industry?
    6 projects | /r/datascience | 1 Feb 2023
    Python library of a bunch of attribution models
  • What are some applications of Data Science in Digital Marketing?
    5 projects | /r/datascience | 8 Apr 2021
    Some other marketing topics to be aware of: forecasting - Prophet is an interesting library for this, you'll definitely need some domain knowledge to fit the forecast, it really shouldn't be used to just fit and go otherwise you'll probably end up with some bad results, Media Mix Modeling - FB-Robyn is a library with quite a bit of potential, Multi-Touch Attribution - MTA is a decent python library for this, but you'll have pretty significant data requirements to actually have accurate results, these approaches tend to be pretty susceptible to survivorship/selection bias, survival analysis - Lifelines is a pretty good python package for this, this sort of analysis is useful for determining churn likelihood or time until next purchase.
  • [Marketing Attribution Model for B2B] How to assign revenue based on the lead source?
    1 project | /r/datascience | 12 Jan 2021
    This is a nice library that implements several multi-touch attribution models beyond the simpler heuristic based ones. One word of caution about these sort of attribution models is the attribution always adds up to 100%. Attribution models typically don't take exogenous factors into account - things that potentially influence whether the customer would have purchased anyway regardless of marketing touchpoints. They also tend to be quite sensitive to selection bias. If you have a touchpoint that requires a customer perform some behavior that can be related to a base level of interest, the model will overweight the attribution of that touchpoint - think things like an abandoned cart remarketing journey. The customer has already shown an inherent interest in the product by placing the product in the cart.

Robyn

Posts with mentions or reviews of Robyn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-02.
  • Mixed Marketing Modeling Approach for attribution?
    2 projects | /r/PPC | 2 May 2023
    With all this talk about Google and other platforms deprecating 3P tracking in favor of more aggregate "tracking", my team is considering a marketing mix modeling tool. One that comes to mind is this tool - Robyn
  • Is Hierarchical Bayesian Modelling used in industry?
    6 projects | /r/datascience | 1 Feb 2023
    Robyn - R Library
  • Can Ads Be GDPR Compliant?
    2 projects | news.ycombinator.com | 8 Jan 2023
    Furthermore, both Google and Meta have quietly conceded that a lot of the digital attribution data they generate is pretty bunk. It’s why Meta developed Robyn, which uses MMM techniques that have long been used to measure effectiveness of traditional channels: https://github.com/facebookexperimental/Robyn
  • Thoughts on Exposure Metrics Based Marketing Mix Modeling (MMM)?
    1 project | /r/datascience | 6 Sep 2022
    Here's my first question - are there other approaches that model media spending and media exposure metrics separately? I have noticed that Robyn has included both exposure metrics and media spending and got them transformed via a non-linear model called the Michaelis-Menten function to establish the spend-exposure relationship, as you can find it here. What if we want, or is it possible to keep only media exposure metrics instead of media spending? If yes, what would be the alternative approaches apart from Logarithmic Regression, Ridge Regression, Bayesian approach, etc?
  • My Favorite Off-the-Shelf Data Science Repos, What Are Yours?
    3 projects | news.ycombinator.com | 22 Jun 2022
    Here are my top off-the-shelf data science models for Marketing. Would be interested which other marketing data science tools you use?

    Product Recommendation on Your Website with Metarank (https://github.com/metarank/metarank)

    Metarank is a tool that helps you easily build an advanced recommendation engine for your products or content on your website. To get started you only need historical performance data of your products (e.g. number of clicks) and additional metadata like product rating, genre, ingredients or price. In a YAML file, you define the features and the model parameters (e.g. number of iterations, modeling technique). The API service integrates with Apache Flink and can be easily integrated into Kubernetes clusters.

    User Journey Analysis on your Website with Retentioneering (https://github.com/retentioneering/retentioneering-tools)

    Retentioneering helps you to understand the user journey on your website. Retentioneering is a Python library that allows you to easily connect your Google Analytics data (in Bigquery). You define user-id, event-type and time stamp. From this data input a comprehensive graph network is created with gains and losses as you know it from a customer journey. In addition, customer segments are created that have a similar customer journey. This reduces the complexity of a purely descriptive view of the data.

    Marketing Mix Modeling with Robyn (https://github.com/facebookexperimental/Robyn)

    Less third-party cookie means less attribution models. The answer to this is Marketing Mix Modeling. Marketing mix models are regression models that use statistical probability to calculate the effect size of marketing channels and other independent variables. The advantage is that business context can be modeled much more realistically. For example, Google Searches for the own brand can be integrated to determine the share of the own brand strength in the revenue. Likewise, offline advertising measures can be modeled with other metrics in this context (e.g. offline advertising with GRPs). Robyn takes into account adstock effects, ROAS calculation and multicollinarity in the marketing channels. In addition, with simple functionality, budgets can be optimized using the predictions and results from marketing tests can be integrated into the model for calibration.

  • Marketing Spend Optimization
    1 project | /r/BusinessIntelligence | 7 Jun 2022
    Try this https://facebookexperimental.github.io/Robyn/ And for more advanced project you can try this https://siyasgupte.medium.com/causal-impact-understand-the-inner-workings-to-optimize-your-results-506ed442619
  • data engineering should not be an issue for Data Scientists
    1 project | /r/datascience | 26 May 2022
    For Data Scientists super interesting but still in WiP: We are implementing a advanced Marketing Mix Model soon. It combines bascially Prophet + Ridge Regression + Nevergrad (it is already a R library from Meta: https://github.com/facebookexperimental/Robyn
  • Reviewing Marketing Mix Model - concerned about a few issues...
    1 project | /r/datascience | 20 May 2022
  • Media Mix Modeling. What variables should I use? What would be a good R^2?
    2 projects | /r/datascience | 16 May 2022
    Take a look at Robyn by Facebook Meta, if you haven't
  • Data Science and Marketing
    5 projects | /r/datascience | 13 Apr 2022
    MMM (R): Robyn

What are some alternatives?

When comparing mta and Robyn you can also consider the following projects:

trimmed_match - This Python library implements Trimmed Match for analyzing randomized paired geo experiments and also implements Trimmed Match Design for designing randomized paired geo experiments.

Prophet - Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.

lightweight_mmm - LightweightMMM 🦇 is a lightweight Bayesian Marketing Mix Modeling (MMM) library that allows users to easily train MMMs and obtain channel attribution information.

MMM-BurnIn

GeoexperimentsResearch - An open-source implementation of the geo experiment analysis methodology developed at Google. Disclaimer: This is not an official Google product.

EconML - ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goals is to build a toolkit that combines state-of-the-art machine learning techniques with econometrics in order to bring automation to complex causal inference problems. To date, the ALICE Python SDK (econml) implements orthogonal machine learning algorithms such as the double machine learning work of Chernozhukov et al. This toolkit is designed to measure the causal effect of some treatment variable(s) t on an outcome variable y, controlling for a set of features x.

causalml - Uplift modeling and causal inference with machine learning algorithms

tensor-house - A collection of reference Jupyter notebooks and demo AI/ML applications for enterprise use cases: marketing, pricing, supply chain, smart manufacturing, and more.

Robyn - Robyn is a Super Fast Async Python Web Framework with a Rust runtime.

mmm_stan - Python/STAN Implementation of Multiplicative Marketing Mix Model, with deep dive into Adstock (carry-over effect), ROAS, and mROAS