From 450c32b06f8c9531570961e850af3abfd75d9a9c Mon Sep 17 00:00:00 2001 From: David Amos Date: Mon, 4 May 2026 10:16:09 -0500 Subject: [PATCH] Mark predictive templates as private --- sample-template/README.md | 1 + v1/fraud-detection/README.md | 1 + v1/retail_planning/README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/sample-template/README.md b/sample-template/README.md index e8b6a05..bcf59d3 100644 --- a/sample-template/README.md +++ b/sample-template/README.md @@ -1,6 +1,7 @@ --- title: "" description: "" +private: false experience_level: industry: (use "General" if broadly applicable) reasoning_types: diff --git a/v1/fraud-detection/README.md b/v1/fraud-detection/README.md index 5fa7fdd..4f57be7 100644 --- a/v1/fraud-detection/README.md +++ b/v1/fraud-detection/README.md @@ -2,6 +2,7 @@ title: "Fraud Detection" description: "Multi-reasoner transaction-fraud pipeline: account PageRank (Graph) + high-volume account flags (Rules) feed a GNN binary classifier (Predictive) whose per-transaction scores drive a knapsack investigator-budget MILP (Prescriptive)." featured: true +private: true experience_level: advanced industry: "Financial Services" reasoning_types: diff --git a/v1/retail_planning/README.md b/v1/retail_planning/README.md index 75f81d2..9480cdf 100644 --- a/v1/retail_planning/README.md +++ b/v1/retail_planning/README.md @@ -2,6 +2,7 @@ title: "Retail Planning" description: "Predict article sales and customer churn with GNNs, then optimize markdown pricing and inventory planning to maximize revenue and minimize costs." featured: true +private: true experience_level: advanced industry: "Retail" reasoning_types: