Makoto YUI

Results 41 comments of Makoto YUI

Hi @jaxony welcome back! For pseudo evaluation, docker is easy to evaluate. https://hivemall.incubator.apache.org/userguide/docker/getting_started.html ^ single worker This docker-compose spin-up multiple hadoop servers using @Lewuathe 's https://github.com/Lewuathe/docker-hadoop-cluster Then, you can just...

@jaxony For security reasons, we would like to add your IP address to whitelist for accessing our EMR environment. Do you have specific IP range (e.g., university's one)?

@helenahm Thank you for your contribution! - Could you resolve the conflict? You can add `public void testUTF8()` and rename existing `public void test2()` to `public void testASCII()`. - Could...

> •Could you create a JIRA issue for MaxEntropy classifier and rename the PR title to [WIP][HIVEMALL-xxx] ..... ? > > How do I do that? I created an issue...

@helenahm • Shall I commit all the changes? Or would it better to pinpoint my own files only? Just push your files by `git add ` . • Could you...

@helenahm opennlp-based code might also be useful. Instead of rewriting, having both Smile-based Multinominal Logistic Regression and OpenNLP-based MaxEnt classifier is an option.

I'll keep my eye on this issue. Let me know when your conclusion is led.

- [ ] CI is failing due to missing License header. You can use `bin/format_header.sh` to update headers. - [ ] Could you apply source code formatter, i.e., `mvn formatter:format`,...

Not sure. Please avoid about it for coveralls. It seems we need to fix Travis config due to this issue. https://github.com/travis-ci/travis-ci/issues/7964 Verbose outputs from `MaxEntUDTFTest` and `MaxEntPredictUDFTest` should be avoided....

@helenahm I think it's better to use [Apache opennlp-tools](https://mvnrepository.com/artifact/org.apache.opennlp/opennlp-tools) `v1.8.1` as @kottmann mentioned. `v3.0.0` is not supported anymore and may have some bugs for training other datasets. Could you explain...