yubin-park / hccpy

A Python implementation of Hierarchical Condition Categories
Apache License 2.0
97 stars 59 forks source link

hccpy V28 - Test Case Development #56

Closed dr00b closed 1 year ago

dr00b commented 1 year ago

Greetings hccpy community! We do intend to implement the HCC V28 model and will begin work as soon as the SAS model is released. In the meantime, let's collaborate on a high quality test-set using the documentation we have (see pg 183)

In order to contribute, take the following steps:

  1. Propose a test case via a comment on this issue. Make sure to review what's already been proposed.
  2. Branch off v28-test-case.
  3. Implement a unittest under tests/hcc_v28_tests.py. See tests/hcc_tests.py, "test_risk_scores" method for examples.
  4. PR back into v28-test-case, assigning an independent reviewer (me!)
dr00b commented 1 year ago

@yubin-park @kevinbuchanjr pls refer those anxious for the V28 model here

kevinbuchanjr commented 1 year ago

Thank you, David!

On Tue, Apr 18, 2023, 11:49 AM David Roberts @.***> wrote:

@yubin-park https://github.com/yubin-park @kevinbuchanjr https://github.com/kevinbuchanjr pls refer those anxious for the V28 model here

— Reply to this email directly, view it on GitHub https://github.com/yubin-park/hccpy/issues/56#issuecomment-1513398759, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4D7C6ZCSFLBFQM2UI3I5TXB2ZY3ANCNFSM6AAAAAAXC2JKOQ . You are receiving this because you were mentioned.Message ID: @.***>

yubin-park commented 1 year ago

@dr00b @kevinbuchanjr please check the latest master branch. I pushed the V28 version. THanks!