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

Hivemall v0.4.1-alpha.1 (Alpha release)

Pre-release
Pre-release
Compare
Choose a tag to compare
@myui myui released this 12 Nov 07:41
· 515 commits to master since this release

This is a alpha release for v0.4.1. We DO NOT recommend to use this version in production yet.

For the usage of tokenize_ja, please refer this wiki page.

Changes since v0.4.0-2 are summarized as follows:

  • Major Enhancement
    • Supported Japanese tokenizer UDF tokenize_ja [https://github.com//pull/227]
  • Major Changes
    • Separated maven module into core and mixserv [https://github.com//pull/225]
    • Changed the default max_depth of gradient tree boosting classifier [c4ade19]
  • Bug Fixes
    • Fixed fm_predict not to use Custom class for the result of terminatePartial [https://github.com//pull/230]