Skip to content

Pega Data Scientist Tools V3.3

Compare
Choose a tag to compare
@yusufuyanik1 yusufuyanik1 released this 05 Jan 13:25
· 220 commits to master since this release

HealthCheck App Changes

In this release, we've primarily focused on improving the HealthCheck app, making it more powerful and user-friendly.

  • Beyond the comprehensive global HealthCheck report, you now have the capability to generate individual model reports. These reports allow you to delve into the performance of a specific model, providing an in-depth view of predictors and their individual effects on propensity.
  • You can now run HealthCheck in the cloud, directly from GitHub without the need to install any tools. A Github codespace is a development environment that's hosted in the cloud. Each codespace you create is hosted by GitHub in a Docker container, running on a virtual machine. See the Wiki for all the possible ways to run the ADM HealthCheck.
  • If our out-of-the-box report isn't quite what you're looking for, you can now export the latest Datamart Snapshot in Excel format, empowering you to perform your own custom analysis.
  • You can save your filters and upload them later to avoid repetition.

Code Changes

  • Added support for Python 3.12
  • Aligned with performance improvements coming with the latest version of polars

What's Changed

Full Changelog: V3.2...V3.3