Releases: myui/hivemall
Hivemall v0.4.2-rc.2
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
- Minor Changes
Hivemall v0.4.2-rc.1
This is the first release candidate for Hivemall v0.4.2
. We skipped v0.4.1
since there are tremendous changes in this release.
We would like to thank all contributors of this release.
Caution: FFM and BPRMF implementations are still experimental and subject to change (so not documented). We DO NOT recommend to use this version in production yet.
Changes since v0.4.1-alpha.6
are summarized as follows:
- Major Enhancement
- Initial support for
Hivemall on Spark
#274 - Implemented
Field-aware Factorization Machines
#284 #286 #288 #290 #292 #293 #295 #297 - Implemented
BPR-MF
(Matrix Factorization for Implicit Feedbacks) #278 [d427bd8]- Steffen Rendle, Christoph Freudenthaler, Zeno Gantner, Lars Schmidt-Thieme. "BPR: Bayesian Personalized Ranking from Implicit Feedback", Proc. UAI, 2009.
- Initial support for
- Minor Enhancement
- Major Change
- Minor Change
- Bug Fixes
- Fixed a bug in model_id generation scheme of RandomForest #299
Hivemall v0.4.1-alpha.6 (Alpha release)
This is the 6th alpha release for v0.4.1. We DO NOT recommend to use this version in production yet.
Changes since v0.4.1-alpha.5
are summarized as follows:
Hivemall v0.4.1-alpha.5 (Alpha release)
This is the fifth alpha release for v0.4.1. We DO NOT recommend to use this version in production yet.
Note: v0.4.1-alpha.4 has been skipped.
Changes since v0.4.1-alpha.3
are summarized as follows:
Hivemall v0.4.1-alpha.3 (Alpha release)
This is the third alpha release for v0.4.1. We DO NOT recommend to use this version in production yet.
Major enhancement of this release is the support for mini batch gradient descent.
Find the usage in this page.
Note that the usage/behavior of RandomForest has been changed in this release.
You can find changes in this page.
Changes since v0.4.1-alpha.2
are summarized as follows:
- Major Enhancement
- Supported mini batch gradient descent for logistic regression #252
- Minor Enhancement
- Major Change
- Minor Changes
- Bug Fixes
Hivemall v0.4.1-alpha.2 (Alpha release)
This is the 2nd alpha release for v0.4.1. We DO NOT recommend to use this version in production yet.
Changes since v0.4.1-alpha.1 are summarized as follows:
Hivemall v0.4.1-alpha.1 (Alpha 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:
Hivemall v0.4.0-2 (maintenance release)
This is a maintenance release of Hivemall v0.4.0. The following bug fixes have been applied.
Changes since v0.4.0-1 are summarized as follows:
Hivemall v0.4.0-1 (maintenance release)
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