Induce candidate rules from labeled examples.
A safe, on-demand generalizer: the caller supplies examples and gets back candidate head :- body rules (association-rule mining, minimal…
POST
A safe, on-demand generalizer: the caller supplies
{features, label}
examples and gets back candidate head :- body rules (association-rule
mining, minimal antecedents, support/confidence gated). It returns
suggestions only — nothing is written to the knowledge base. Review the
output and add rules you trust via POST /api/v1/rules.
Required scope: write
Request body
InduceRulesRequest
InduceExample[]
required
number (float)
Minimum fraction of matches sharing the label (default 0.8).
integer
Minimum examples matching a body before a rule is proposed (default 3).
Response
InduceRulesResponse
integer
required
InducedRuleView[]
required