User retention and churn engineering github repos

Retention engineering:

Retentioneering is a Python framework and library to assist product analysts and marketing analysts as it makes it easier to process and analyze clickstreams, event streams, trajectories, and event logs. You can segment users, clients (agents), build ML pipelines to predict agent category or probability of target event based on historical data.

Examples from BigQuery ML: showing basic feature engineerings

  • How to build a recommendation system on e-commerce data using BigQuery ML. (Code Blogpost Video)
  • Churn prediction for game developers using Google Analytics 4 (GA4) and BigQuery ML. (Code Blogpost Video)
  • How to build customer segmentation through k-means clustering using BigQuery ML. (Code Blogpost)

Examples from Featuretools: with automated feature engineering

More