Stijn Kas
Stijn Kas
Implemented in Python in PR #32
Running into some Polars issues, namely the fact that it can't handle Pega's OOTB scientific notation format when reading from json. I've filed an issue there - as reading with...
Underlying issue seems to be fixed in the backend json parser lib, so once that's propagated to Polars I can continue this work. Will probably be a few days still.
Decided to split this up into two separate PRs: https://github.com/pegasystems/pega-datascientist-tools/pull/63 & https://github.com/pegasystems/pega-datascientist-tools/pull/61, since https://github.com/pegasystems/pega-datascientist-tools/pull/60 was causing too many merge conflicts. All items here have been included in those.
@yusufuyanik1 You were working on this one right? Could you link this issue with your PR once you're done?
Closed by #75
I don't think you mean having it be part of the ADMDatamart class, right? Would be something separate. To me that's the only way it'd make sense - they aren't...
#55 adds support for analyzing the json export of the models in Python - but this issue is still relevant, as we need to update the Python tools to support...
#57 introduced further improvements in this area: can now extract AGB models directly from the modeldata column in the datamart, and use this to analyse multiple trees at once. This...
Let's re-evaluate this with the new Python healthcheck. @operdeck @yusufuyanik1