Rank · Assess & Decide · Analysis & Finance
Partner prioritization matrix
Every partner placed on the SOM-by-value 2x2 with a next-best-action per quadrant, so your time goes to the highest-leverage partners.
You receive: A reviewed partner-prioritization calculator + the passing test report, run on your partners.
Part of Grow Partnerships
Opens soon
Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery
This objective is verified and ready. It opens soon, once sign-in and payments are live.
Deliverable interface
The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.
{
"constants": {},
"entryName": "classify_partner_quadrants",
"expectNote": "expect is the comparison-space value (your return value goes through normalize first when one is published)",
"hiddenCaseCount": 9,
"hiddenCaseNames": [
"interior_deprioritize",
"high_som_low_value",
"low_som_high_value",
"som_on_cut_high_rule",
"value_on_cut_low_rule",
"both_on_cut_high_rule",
"both_on_cut_low_rule",
"tie_order_preserved",
"nondefault_cuts_scale"
],
"inputKeys": [
"boundary_rule",
"id",
"labels",
"partners",
"score_max",
"som",
"som_cut",
"value",
"value_cut"
],
"normalizeSource": "def _pq_normalize(r):\n try:\n return [{\"id\": str(x[\"id\"]), \"som\": round(float(x[\"som\"]), 2), \"value\": round(float(x[\"value\"]), 2),\n \"quadrant\": str(x[\"quadrant\"]), \"action\": str(x[\"action\"])} for x in r]\n except Exception:\n return repr(r)\n",
"returnShapes": [],
"signature": "def classify_partner_quadrants(inp):",
"submission": "python exposing the entry function; inp is one input object; graded on held-out cases",
"tier": "calculator",
"visibleCases": [
{
"expect": [
{
"action": "Invest",
"id": "p1",
"quadrant": "high_high",
"som": 80,
"value": 90
}
],
"input": {
"boundary_rule": "high",
"labels": {
"q_high_high": "Invest",
"q_high_low": "Nurture",
"q_low_high": "Develop",
"q_low_low": "Deprioritize"
},
"partners": [
{
"id": "p1",
"som": 80,
"value": 90
}
],
"som_cut": 50,
"value_cut": 50
},
"name": "interior_invest"
}
],
"vocabulary": [
"_",
"action",
"boundary_rule",
"high",
"id",
"labels",
"low",
"partners",
"q_",
"quadrant",
"som",
"som_cut",
"value",
"value_cut"
]
}Get early access to STUD the day it goes live.