pega-datascientist-tools icon indicating copy to clipboard operation
pega-datascientist-tools copied to clipboard

Pega Data Scientist Tools

Results 33 pega-datascientist-tools issues
Sort by recently updated
recently updated
newest added

This PR adds caching of tables, currently implemented in the ADMDatamart class. Simply call `save_data(path)` which will save the model data and predictor data as .feather files to the path...

The new AGB variant of Adaptive has some differences wrt AB in what it stores in the predictor binning tables. One of the changes is there is no predictor binning...

enhancement

The R functionality supports calculating relative feature importance next to just the univariate performance supplied by the binning. Porting that over to Python should be quite simple, but may be...

enhancement
Python

Example evaluator is dated, we should move to the new codebase see https://github.com/jpmml/jpmml-evaluator

old
R

I had trouble installing on a new device with a new R instance, I got the following error message: ``` R > library(devtools) Loading required package: usethis > install_github("pegasystems/cdh-datascientist-tools/r", build_vignettes=TRUE)...

bug
R

W/o library(lubridate) getting an error "could not find function "is.POSIXt" when doing a readADMDatamartModelExport We should scope the posix funciton with the library and/or declare the lib somewhere

bug
R

New vignette or part of existing IH one

enhancement
R

Consider arrow package for fast reading (& writing perhaps) of LDJSON files and even ordinary csv.

enhancement
R

Known bug in Python version

bug
Python

The R plot functions generally have a "facets" argument that uses facet_wrap. Facet_grid often gives better results but is not 100% compatible. First facet argument could be the x always,...

enhancement
R