0.1.7
版本发布时间: 2021-06-24 21:06:02
tensorflow/decision-forests最新发布版本:v1.6.0(2023-09-28 22:21:12)
Features
- Add more of characters to the non-recommended list of feature name characters.
- Make the inference op multi-thread compatible.
- Print an explicit error and some instructions when training a model with a Pandas dataframe.
-
pd_dataframe_to_tf_dataset
can automatically rename feature to make them compatible with SavedModel export signatures. -
model.save(...)
can override an existing model. - The link function of GBT model can be removed. For example, a binary classification GBT model trained with apply_link_function=False will output logits.