Upon running
CALL _SYS_AFL.PAL_LOGISTIC_REGRESSION_PREDICT(PAL_FLOGISTICR_PREDICTDATA_TBL, PAL_LOGISTICR_PMMLMODEL_TBL, "#PAL_PARAMETER_TBL",?);<br>
From the documentation, but with the environment-relevant tables (rather than these placeholders), it was discovered that what used to be table full of rows with variation of the binary classification columns of 1, 0 has been wiped with all 0s.
I do not see any mention of this behavior in the documentation and I'm not sure myself what the purpose would be for this.
I'm looking for some clarity on this AFL behavior. Thank you.