Changes
- Added
score_definition.py
andscore_execution.py
to allow for score testing within SAS Model Manager- Included optional use of CAS Gateway for faster scoring. Only available in environments where Gateway scoring is properly set up.
- Added ability to include data pre-processing function within python score code using the
preprocess_function
argument.
Bugfixes
- Fixed issue where settings file was improperly imported in some score code files.