This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
The release version of Hivemall v0.4.0
This is the stable release of Hivemall v0.4.0.
This version makes major development leaps and includes lots of changes. Major enhancements in this release includes supports for Factorization Machine (usage 1) and RandomForest (usage 1, 2).
Last but not least, I would like to thank contributors who made contributions to this release.
Changes since v0.3.2-3 are summarized as follows:
- Major Enhancement
- Minor Enhancement
- Added
quantify
UDTF which is useful for assigning numbers to non-numeric features. [c51fbb4] - Added
quantified_features
UDF which is used for creating sparse quantitative features [22d8897] - Added
normalize_unicode
UDF [1ca0aac] - Added
feature_index
UDF [cc21ec9] - Added
quantitative_features
UDF which is use for creating a sparse quantitative features [3ce8e9f] - Implemented
gradient_tree_boosting_classifier
(still in Beta) [0e61260] - Added
guess_attribute_types
UDF. [54dfc23]
- Added
- Major Changes
- Minor Changes
- Bugfix