overview,explicit: cite model-based recursive partitioning and partykit in cluster sections#92
Merged
Conversation
…it in cluster/partition sections Add model-based recursive partitioning (MOB; Zeileis, Hothorn, Hornik 2008) and the partykit toolkit (Hothorn & Zeileis 2015) as data-driven ways to learn a partition of context space: - 03.overview 'Conditional and Clustered Models': MOB as a supervised alternative to manual conditions and unsupervised clustering for forming groups. - 06.explicit 'Piecewise-Constant and Partition-Based Models': MOB as a tree-structured route that learns split boundaries from parameter instability, complementing TV/fused-lasso changepoints; partykit as the implementation. - manual-references.json: manual entry for partykit (JMLR, no DOI). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 29, 2026
…tioning [ci skip] This build is based on 63ec8ab. This commit was created by the following CI build and job: https://github.com/AdaptInfer/context-review/commit/63ec8ab934bfcd334dc3f48876fa94150e449bdb/checks https://github.com/AdaptInfer/context-review/actions/runs/28402737132
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 29, 2026
…tioning [ci skip] This build is based on 63ec8ab. This commit was created by the following CI build and job: https://github.com/AdaptInfer/context-review/commit/63ec8ab934bfcd334dc3f48876fa94150e449bdb/checks https://github.com/AdaptInfer/context-review/actions/runs/28402737132
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cites two related works on data-driven partitioning, as requested, in the cluster/partition model sections:
MOB fits a parametric model, tests its coefficients for instability across candidate splitting variables, and recursively splits on the most unstable one. This makes it a supervised, data-driven way to learn a partition of context space, which is exactly the cluster/partition-model framing in these sections. partykit is its R implementation (with conditional-inference trees and parametric-leaf model-based trees).
Changes
content/03.overview.md— "Conditional and Clustered Models": one sentence presenting MOB as a supervised alternative to manually defined conditions and unsupervised clustering for forming groups.content/06.explicit.md— "Piecewise-Constant and Partition-Based Models": two sentences positioning MOB as a tree-structured route that learns split boundaries from parameter instability (complementing the existing total-variation / fused-lasso changepoint mention), with partykit as the implementation.content/manual-references.json— manual entryhothorn2015partykit(JMLR, no DOI).Builds on the VCVS section merged in #91. Ran the avoid-ai-writing check on both additions (clean).
🤖 Generated with Claude Code