Skip to content

v1.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 13:14
· 410 commits to master since this release

Improvements

  • Updated handling of H2O models in sasctl.pzmm.
    • Models are now saved with the appropriate h2o functions within the sasctl.pzmm.PickleModel.pickle_trained_model function.
    • Example notebooks have been updated to reflect this change.

Bugfixes

  • Added check for sasctl.pzmm.JSONFiles.calculate_model_statsistics function to replace float NaN values invalid for JSON files.
  • Fixed issue where the sasctl.pzmm.JSONFiles.write_model_properties function was replacing the user-defined model_function argument.
  • Added NpEncoder class to check for numpy values in JSON files. Numpy-types cannot be used in SAS Viya.