Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Hivemall v0.4.2-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@myui myui released this 29 Jun 23:53
· 118 commits to master since this release

This is the second release candidate for Hivemall v0.4.2.

CAUTION: Please use add_bias instead of addBias for adding bias clauses from this release. If you want to use addBias, please issue the deprecated DDLs manually.

We DO NOT recommend to use this version in production yet.


Changes since v0.4.2-rc.1 are summarized as follows:

  • Bug Fixes
  • Major Changes
    • Fixed feature_hashing UDF behavior for a bias feature '0' [a8fd640]
    • Cleaned up deprecated DDLs including addBias [2264ae6]
    • Changed (Fixed) the behavior of binarize_label [ab5c19e]
    • Reverted to support a function alias addBias for Treasure Data env [0e99357]
  • Minor Changes
    • Updated feature OI validation scheme to use HiveUtils [612a5df]
    • Made feature UDF as GenericUDF and handle null weight [77922dc] #306 #269
    • Fixed tree_predict UDF of RandomForest to accept any Integer types [c7c5213]