Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

[HIVEMALL-212] Fix Classifier/Regressor not to forward zero weighted values #157

Closed
wants to merge 5 commits into from

Conversation

myui
Copy link
Member

@myui myui commented Aug 28, 2018

What changes were proposed in this pull request?

Feature with weight = 0.0 need not to be saved in the prediction model. It is preferable to reduce the size of prediction model. So, this PR fixes Classifier/Regressor not to forward zero weighted values

What type of PR is it?

Improvement

What is the Jira issue?

https://issues.apache.org/jira/browse/HIVEMALL-212

How was this patch tested?

unit tests and manual tests

Checklist

(Please remove this section if not needed; check x for YES, blank for NO)

  • Did you apply source code formatter, i.e., ./bin/format_code.sh, for your commit?
  • Did you run system tests on Hive (or Spark)?

@asfgit asfgit closed this in 4ca1c19 Aug 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant