Improvements
- Updated handling of H2O models in
sasctl.pzmm.- Models are now saved with the appropriate
h2ofunctions within thesasctl.pzmm.PickleModel.pickle_trained_modelfunction. - Example notebooks have been updated to reflect this change.
- Models are now saved with the appropriate
Bugfixes
- Added check for
sasctl.pzmm.JSONFiles.calculate_model_statsisticsfunction to replace float NaN values invalid for JSON files. - Fixed issue where the
sasctl.pzmm.JSONFiles.write_model_propertiesfunction 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.