Skip to content

v1.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 22:15
· 5 commits to master since this release

Changes

  • Added score_definition.py and score_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.