pegasystems / pega-datascientist-tools

Pega Data Scientist Tools
https://github.com/pegasystems/pega-datascientist-tools/wiki
Apache License 2.0
33 stars 24 forks source link

Special treatment for OmniAdaptiveModel in Health Check #76

Closed operdeck closed 9 months ago

operdeck commented 1 year ago

The NBAD framework always creates an OmniAdaptiveModel even if people are not actively using this. This is okay for the most part, most charts in the Health Check consider "configuration" as a facet.

But in the lists of models not receiving positives, negatives or neither, the distinction is more important. Perhaps these lists should be per model configuration or have some other way to include/exclude OmniAdaptiveModel.

StijnKas commented 1 year ago

Makes sense. I was planning on extracting all generated tables into a separate method/class anyway (with a nice excel export option), so let's include this there as well.

StijnKas commented 1 year ago

Update: tables are separated into separate Tables class now, so adding this is trivial

operdeck commented 1 year ago

Not sure I agree with myself, let's see.

StijnKas commented 10 months ago

@operdeck @yusufuyanik1 - just working through some of the older issues - is this still an open one? Should we just filter out omniadaptive for these purposes by default?

operdeck commented 10 months ago

No we should not filter out given the introduction of treatment action fall back in '23

We can close this issue however

Op di 7 nov. 2023 16:11 schreef Stijn Kas @.***>:

@operdeck https://github.com/operdeck @yusufuyanik1 https://github.com/yusufuyanik1 - just working through some of the older issues - is this still an open one? Should we just filter out omniadaptive for these purposes by default?

— Reply to this email directly, view it on GitHub https://github.com/pegasystems/pega-datascientist-tools/issues/76#issuecomment-1798831032, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEVTKG5KE5OO4TQFH6J4W3YDJFRBAVCNFSM6AAAAAAWBIJ44WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJYHAZTCMBTGI . You are receiving this because you were mentioned.Message ID: @.***>

operdeck commented 9 months ago

Wont fix, OmniAdaptiveModel is used in fall back and should not be excluded