Updated README and removed obsolute files Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/32a657d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/32a657d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/32a657d2
Branch: refs/heads/master Commit: 32a657d242cedc240132c4e4cb5b5b8f7926cd6e Parents: fd872c2 Author: myui <[email protected]> Authored: Sat Nov 12 16:21:11 2016 +0900 Committer: myui <[email protected]> Committed: Sat Nov 12 16:21:11 2016 +0900 ---------------------------------------------------------------------- CONTRIBUTORS | 55 ------------------------------------------ ChangeLog.rst | 71 ------------------------------------------------------ README.md | 8 +++--- 3 files changed, 3 insertions(+), 131 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/32a657d2/CONTRIBUTORS ---------------------------------------------------------------------- diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index a1d4648..0000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,55 +0,0 @@ - Project Lead -============== - -* Makoto Yui - - Contributors -============== - -* Kohei Ozaki - - Mavem pom - - Unit tests - -* Kohichi Miyano - - Hivemall's cute logo - -* Yukihiro Tagami - - Improvements on pom.xml and build.xml - - Fixed a bug/regression in Sha1UDFTest - - Fixed a bug in OnlineVariance and add OnlineVarianceTest - -* Ryu Kobayashi - - Fixed a bug in pom.xml - -* Jiro Nishiguchi - - Fixed a bug in pom.xml - -* Tsuyoshi Ozawa - - TravisCI integration - - Fixes on MixServerTest - -* Takahiko Ito - - Improvements on build.xml - -* Daniel Dai - - Pig support - -* Kai Sasaki - - Minor fixes about travisCI and unit tests. - -* Ritta Narita - - Stack Machine implementation for RandomForest - -* Naoki Ishikawa - - Initial implementation of Factorization Machine - -* Takeshi Yamamuro - - Various enhancement to test cases - - Hivemall on Spark - - Xgboost integration - -* Arnab Rakshit - - R2 UDAF - -* Sotaro Sugimoto - - Implementation of Field-aware Factorization Machines http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/32a657d2/ChangeLog.rst ---------------------------------------------------------------------- diff --git a/ChangeLog.rst b/ChangeLog.rst deleted file mode 100644 index b0f3ddf..0000000 --- a/ChangeLog.rst +++ /dev/null @@ -1,71 +0,0 @@ -Version 0.2-alpha2 - to appear -------------------------------- - -* Enhancement - * -* Bugfix - * - -Version 0.2-alpha1 - 2014/05/07 -------------------------------- - -* Enhancement - * kNN search using Minhash - * kNN search using b-Bit Minhash - * kNN search using cosine similarity - * Introduced a recommendation scheme using Minhash - * Modified to use OpenHashTable instead of HashMap for reducing memory consumption [9698972] -* Bugfix - * Fixed a bug in rand_amplify() [0962c07] - -Version 0.2-beta1 - 2013/11/22 ------------------------------ -* Enhancement - * Added rand_amplify() [538d866, 23b4f3b] - * Added EMR bootstrap for hivemall [2a834e8] - * Added AROW with a hinge loss [ae5c100] -* Bugfix - * Fixed a bug in maven pom.xml [0d33ed7] - -Version 0.1 - 2013/10/25 ----------------------------- - -* Enhancement - * Added AROW regression [f2f00a2] - * Added AROW with a hinge loss (arowh_regress()) [239e90d] - -* Bugfix - * Fixed a bug of null feature handling in classification/regression [1f392a3] - -Version 0.1-rc4 - 2013/10/18 ----------------------------- - -* Enhancement - * Added a function prefixed_hash_values() [0a6ffb3] - -* Bugfix - * Fixed recursion in OnlineVariance#mean() [c5b8c5b] - * Fixed score calculation w.r.t bias values in predict() [f895269, 0130cfe] - -Version 0.1-rc3 - 2013/10/08 ----------------------------- - -* Enhancement - * Add new classifiers (Confidence Weighted, AROW, Soft Confidence Weighted) - -* Bugfix - * fixed a bug in PA1a and PA2a that stddev was not calculated correctly [75ccdd336c] - * fixed option handle for aggressive parameter C [095d9395f0] - * changed the default power_t from 0.25 to 0.1 [7081291] - -Version 0.1-rc2 - 2013/10/04 ----------------------------- - -* Bugfix - * removed a dependency to serde.Constants for Hive 0.10 and later [054b9b8022] - * fixed a serious bug in logress() [fb50235268] - -Version 0.1-rc1 - 2013/10/02 ----------------------------- - -This is the first release. Hello Hivemall! http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/32a657d2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1aa9fea..2841ef7 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,8 @@ Apache Hivemall: Hive scalable machine learning library Hivemall is a scalable machine learning library that runs on Apache Hive, Apache Spark, and Apache Pig. Hivemall is designed to be scalable to the number of training instances as well as the number of training features. - logo") - -Basic Usage ------------- +Usage +----- [](http://www.slideshare.net/myui/hadoopsummit16-myui) @@ -43,4 +41,4 @@ Find more examples on [our user guide](http://hivemall.incubator.apache.org/user Support ------- -Support is through the [[email protected]](http://hivemall.incubator.apache.org/mail-lists.html), not by a direct e-mail. +Support is through [[email protected]](http://hivemall.incubator.apache.org/mail-lists.html), not by a direct e-mail.
