Pega Data Scientist Tools V2.2
As you may have noticed, we've rebranded! CDH Tools
is now pdstools
. We've done our best to update all references to the old name and URL, but if you happen to come across any broken links please do let us know. And while GitHub seems to do quite a good job at redirecting the old URL to the new one, it is probably wise to update all locally saved links as well.
Apart from the name change, the Python tools have some other noteworthy changes:
- PyPI listing: pdstools is now listed on PyPI! Installation is now as simple as
pip install pdstools
. - Support for Python version 3.6 deprecated, now supports Python 3.7 and up
- New value finder tools
- Support for reading AGB models from the datamart
- Ability to scan for AGB models in the datamart
- Support for reading BytesIO files
- General improvements to data imports, including logging
- Removed dependency on sklearn
- Support for feature importance in certain plots
Full Changelog: V2.1...V2.2