Skip to content

v1.9.4

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 17:37
· 338 commits to master since this release

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() in pzmm_binary_classification_model_import.ipynb.