GitHub user myui opened a pull request:
https://github.com/apache/incubator-hivemall/pull/144
[HIVEMALL-190][HOTFIX] Fixed a bug in tree_predict_v1 on loading old
prediction models
## What changes were proposed in this pull request?
Fix a bug in `tree_predict_v1` on loading v1 prediction models
## What type of PR is it?
Bug Fix
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-190
## How was this patch tested?
Unit tests
## Checklist
- [x] Did you apply source code formatter, i.e., `mvn formatter:format`,
for your commit?
- [ ] Did you run system tests on Hive (or Spark)?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/myui/incubator-hivemall HIVEMALL-190
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hivemall/pull/144.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #144
----
commit 731e15dab37824eb38195cdd4ee7d4224a4b030f
Author: Makoto Yui <myui@...>
Date: 2018-04-13T07:11:12Z
Fixed a bug in tree_predict_v1 on loading old prediction models
----
---