Lineage
Feature-table-only graph, clustered by entity. Click a box to open its page; type a name to focus its 1-hop neighborhood.
entity cluster
click any node →
flowchart LR
subgraph sg_customer_id["customer_id"]
model_demo_features_customer_features_daily["customer_features_daily"]
click model_demo_features_customer_features_daily href "groups/customer-features-daily/index.html"
model_demo_features_customer_features_lifetime["customer_features_lifetime"]
click model_demo_features_customer_features_lifetime href "groups/customer-features-lifetime/index.html"
end
subgraph sg_store_id["store_id"]
model_demo_features_store_features_hourly["store_features_hourly"]
click model_demo_features_store_features_hourly href "groups/store-features-hourly/index.html"
end
model_demo_features_consumer_dashboard_metrics(["consumer_dashboard_metrics"])
model_churn_model_v2>{"\"churn_model_v2\""}
click model_churn_model_v2 href "models/churn-model-v2/index.html"
model_ltv_model_v3>{"\"ltv_model_v3\""}
click model_ltv_model_v3 href "models/ltv-model-v3/index.html"
model_ranking_model_v4>{"\"ranking_model_v4\""}
click model_ranking_model_v4 href "models/ranking-model-v4/index.html"
model_store_ranking_model_v1>{"\"store_ranking_model_v1\""}
click model_store_ranking_model_v1 href "models/store-ranking-model-v1/index.html"
model_demo_features_customer_features_daily --> model_demo_features_customer_features_lifetime
model_demo_features_customer_features_daily --> model_demo_features_consumer_dashboard_metrics
model_demo_features_customer_features_daily -.-> model_churn_model_v2
model_demo_features_customer_features_daily -.-> model_ltv_model_v3
model_demo_features_customer_features_lifetime -.-> model_ltv_model_v3
model_demo_features_customer_features_daily -.-> model_ranking_model_v4
model_demo_features_store_features_hourly -.-> model_store_ranking_model_v1