v1.9.4
Improvements
- Created pytest fixture to begin running Jupyter notebooks within the GitHub automated test actions.
- Updated examples:
- Custom KPI and model parameters example now checks for the performance job's status.
- Update H2O example to show model being published and scored using the "maslocal" destination.
- Updated models to be more realistic for
pzmm_binary_classification_model_import.ipynb
.
Bugfixes
- Adjust
pzmm.ScoreCode.write_score_code()
function to be compatible with future versions of pandas. - Reworked H2O section of
pzmm.ScoreCode.write_score_code()
to properly call H2OFrame values. - Fixed call to
pzmm.JSONFiles.calculate_model_statistics()
inpzmm_binary_classification_model_import.ipynb
.