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

Alpha version #2 of v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@myui myui released this 03 Jul 10:22
· 1287 commits to master since this release

Important: Hive v0.11 or later is required (or recommended) from this release.

A major enhancement for this pre-release is the support for iterative training using distributed cache.
Find examples in our wiki pages [1] [2].

Also, the returning value of cw/arow/scw is changed to return covariance as well.
See examples (e.g., this one) for details.


  • Enhancement
  • Major Changes
    • Modified to return covarinace in cw/arow/scw [e7ae2f1]
    • Added aliases for UDFs [8ee0586]
    • Changed hive version dependency to 0.11 or later [a856753, 96d7593]
  • Minor Changes
    • Fixed UDFs to return Hive values instead of Java primitive values [71a3415]
    • Fixed '==' to 'equals' for HivemallConstants [c9c0291, 8d34ce5]
    • Fixed mhash UDF for arrays inputs [fa8efcb]
  • Bugfix
    • Fixed a bug in multiclass PA [46da974]