Skip to content

Commit 1c095c2

Browse files
committed
updated changelog
1 parent 48766a7 commit 1c095c2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Unreleased
55
- Add `model_info` class to better capture model information.
66
- Test `/examples` Jupyter notebooks within normal test suite.
77

8+
v1.10
9+
----------
10+
**Improvements**
11+
- `write_score_code.py` refactored to include ability to run batch scoring.
12+
- Added handling for TensorFlow Keras models.
13+
- Updated project creation to automatically set project properties based on contained models.
14+
- Included capability to assess biases of a model using CAS FairAITools using `pzmm.write_json_files.assess_model_bias()`.
15+
- Added custom KPI support for H2O, statsmodels, TensorFlow, and xgboost.
16+
- Updated examples:
17+
- Added example walking through the creation process of a simple TensorFlow Keras model.
18+
- Added example detailing the usage of `pzmm.write_json_files.assess_model_bias()` for a simple regression model
19+
- Updated `pzmm_custom_kpi_model_parameters` notebook to have correct parameter casing.
20+
821
v1.9.4 (2023-06-15)
922
----------
1023
**Improvements**

0 commit comments

Comments
 (0)