commit | b187b10c0cbcfd4809cabc1cddcb68190109d839 | [log] [tgz] |
---|---|---|
author | Makoto Yui <myui@apache.org> | Fri Apr 12 15:38:53 2019 +0900 |
committer | Makoto Yui <myui@apache.org> | Fri Apr 12 15:38:53 2019 +0900 |
tree | c82e6e0813b0871e57f23ba2cfaa6e7762e6d6e2 | |
parent | aacaccb6bf8a9d4efaba3653ae01d488d5834b5b [diff] |
[HIVEMALL-250][DOC] Add tutorial for binarize_label ## What changes were proposed in this pull request? Add tutorial for `binarize_label` UDTF ## What type of PR is it? Documentation ## What is the Jira issue? https://issues.apache.org/jira/browse/HIVEMALL-250 ## How to use this feature? as described in tutorial Author: Makoto Yui <myui@apache.org> Closes #187 from myui/HIVEMALL-250.
Apache 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.
Find more examples on our user guide and find a brief introduction to Hivemall in this slide.
Support is through user@hivemall.incubator.apache.org, not by a direct e-mail.
If you are planning to contribute to this repository, we first request you to create an issue at our JIRA page even if the topic is not related to source code itself (e.g., documentation, new idea and proposal).
All Hivemall functions are defined under resources/ddl. In order to update the definition files, the following script helps inserting function name and class path of your new UDF:
$ ./bin/update_ddls.sh
Moreover, don't forget to update function list in the document as well:
$ ./bin/update_func_md.sh
Note that, before creating a pull request including Java code, please make sure your code follows our coding conventions by applying formatter:
$ ./bin/format_code.sh