The-Strategy-Unit / The-Strategy-Unit/open-plan-docs

Add "sets" to classification register

Open
#118 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

methodology
Dominant language
HTML
Stars
3
Forks
1
Avg merge
1d 21h
Merged PRs (30d)
14

Description

From @tomjemmett

one thing missing off that open plan register is some kind of grouping of the classes, as in {x, y, z} are mutually exclusive, but also form a total set

Examples:

  • class_child, class_adult
  • class_maternity, class_elective, class_nonelective

We could then use this for QA; treat them as one-hot encoding, create a query which adds each class as a column, sum the columns row wise, ensure that the sum = 1 for all rows

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the classification register and its existing class definitions, then review how the register is used for QA. Define how mutually exclusive, collectively exhaustive class groups should be recorded, using the examples in the issue, and verify that the resulting QA query makes each class a column and sums those columns to 1 for every row.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.