Skip to content

Instantly share code, notes, and snippets.

@myui
Last active December 20, 2019 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myui/4cf3085d34f376cd6923b5c3c7ac9d24 to your computer and use it in GitHub Desktop.
Save myui/4cf3085d34f376cd6923b5c3c7ac9d24 to your computer and use it in GitHub Desktop.

Hivemall v0.6.0 update

Hivemall version is updated to v0.6.0-201912-r03 based on Apache Hivemall v0.6.0.

Major new features in this release includes:

  • xgboost (v0.90) support (find usage)
  • Improvements on tokenize_ja
    • Part-of-Speech (PoS) support in tokenze_ja (find usage)
    • new stoptag_excludes UDF (find usage)
  • libsvm format converter is supported (find usage)
  • Improve support for Json conversion (to_json/from_json) (find usage)
  • Introduced tracing functionality for DecisionTree predictions (find usage)
  • Support for max_by, min_by, majority_vote UDAFs (find usage)
  • Supoprt argmax/argmin and argsort/argrank UDFs (find usage)
  • Refined RandomForest implementation for Sparse feature support and training speed. (find usage)

Please refer ChangeLog for the detail of changes. Our product document page is also updated soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment