From d81751ffa7e2ec1ff5de88d3563bb8449d981243 Mon Sep 17 00:00:00 2001 From: Valeriy Khakhutskyy <1292899+valeriy42@users.noreply.github.com> Date: Fri, 14 Aug 2020 19:56:57 +0200 Subject: [PATCH] [ML] Activate model metadata output (#1456) Activate the output of the model metadata and the corresponding unit tests for total feature importance. The implementation itself was introduced in #1387 however, I need to fix the documentation, it was originally attributed to v7.10. Hence, I mark this PR as enhancement to rectify the docs. --- docs/CHANGELOG.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 3b4ba28927..ada4a1f876 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -34,6 +34,10 @@ * Calculate total feature importance to store with model metadata. (See {ml-pull}1387[#1387].) +=== Enhancements + +* Calculate total feature importance to store with model metadata. (See {ml-pull}1387[#1387].) + === Bug Fixes * Fix progress on resume after final training has completed for classification and regression.