File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Unreleased
5
5
- Add ` model_info ` class to better capture model information.
6
6
- Test ` /examples ` Jupyter notebooks within normal test suite.
7
7
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
+
8
21
v1.9.4 (2023-06-15)
9
22
----------
10
23
** Improvements**
You can’t perform that action at this time.
0 commit comments