docs: add TOX.md and relax the review rule to solo self-merge - #244
Merged
Merged
Conversation
Aroma and mouthfeel each have a canonical modality doc; the head family that most needs careful framing had none. docs/TOX.md covers the twelve Tox21 heads: why they differ from the flavor heads (wet-lab assay measurements vs documented percepts), why they are deliberately excluded from the substitute-match vector, why the Tox21 training molecules are NOT imported into the flavor universe, the per-assay CV-AUROC table (0.72-0.90), the featurization gotcha (bare 2048-bit Morgan, not the _feat block), where it surfaces, and the honest limits β assay activity is not toxicity. CONTRIBUTING: the documented "one approval, routed by CODEOWNERS" rule cannot be satisfied while the lead is the sole contributor (GitHub blocks self-approval and branch protection requires 0 approvals), so it now states self-merge on green CI, with a note to restore the approval requirement β in the doc AND in branch protection β as soon as a second contributor is active. Signed-off-by: Austin L. <86896075+rvnminers-A-and-N@users.noreply.github.com>
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.
Aroma and mouthfeel each have a canonical modality doc; the head family that most needs careful framing had none.
docs/TOX.mdcovers the twelve Tox21 heads β why they differ in kind from the flavor heads (wet-lab assay measurements, not documented percepts), why they are deliberately kept out of the substitute-match vector (you don't want reformulation swaps ranked by shared toxicity signal), why the Tox21 training molecules are not imported into the flavor universe (industrial/pharma compounds would pollute the map and search), the per-assay CV-AUROC table (0.719β0.900) with positives/n, the featurization gotcha (bare 2048-bit Morgan_fp, not the_featblock β mixing them raises a 2060-vs-2048 shape error), where it surfaces, and the honest limits. The framing throughout: assay activity is not toxicity β it flags for review, never clears.Also relaxes the review rule.
CONTRIBUTING.mdsaid "one approval required, routed by CODEOWNERS", but that can't be satisfied while the lead is the sole contributor β GitHub blocks approving your own PR, andmain's protection currently requires 0 approvals, so the doc described a rule nothing enforced. It now states self-merge on green CI, with an explicit note to restore the approval requirement in the doc and in branch protection together once a second contributor is active.Docs-only, no behavior change.
ruff check .clean and 25 unit tests pass.