From 2ca058b3a73acd5c2f5f10448bb6a7b6060f5f78 Mon Sep 17 00:00:00 2001 From: Nippun Sharma <53967069+NippunSharma@users.noreply.github.com> Date: Fri, 28 May 2021 09:59:14 +0530 Subject: [PATCH] added to history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 2f7aab9538..51583448ac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ ### mlpack ?.?.? ###### ????-??-?? + * Added dict-style inspection of mlpack models in python bindings (#2868). + * Added warm start feature to Random Forest (#2881); this feature is accessible from mlpack's bindings to different languages.