Pega Data Scientist Tools V3.0 #75
StijnKas
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This new major version brings major changes!
Highlights:
pdstools run
in your terminal to get started!matplotlib
only have been removed.Other changes
pl.LazyFrame
s by defaultpl.lazyFrame
s, and then call.rename()
ModelName
is renamed toName
for consistencyADMDatamart
keyword arguments have been added to the main class signature, making them easier to find & usequery
arguments should now usepl.Expr
for querying, keeping the lazy execution path aliveextract_treatment
has been renamed toextract_keys
, and is now just boolean. If True, will extract all extra keys inpyName
last_ResponseCount
andlast_Positives
columns, indicating the last timestamp either of these columns increased. This is useful for estimating wether an action has stopped getting responses, therefore being turned to inactivesave_data()
method to theADMDatamart
class, that will save themodelData
andpredictorData
to local filesFeatureImportance
function, closing Add admVarImp to Python tools #49New Contributors
Full Changelog: V2.2...V3.0
This discussion was created from the release Pega Data Scientist Tools V3.0.
Beta Was this translation helpful? Give feedback.
All reactions