Skip to content

naritta/hivemall

 
 

Repository files navigation

Hivemall: Hive scalable machine learning library

Build Status Coversity Documentation Status License

Hivemall is a scalable machine learning library that runs on Apache Hive. Hivemall is designed to be scalable to the number of training instances as well as the number of training features.

logo

Supported Algorithms

Hivemall provides machine learning functionality as well as feature engineering functions through UDFs/UDAFs/UDTFs of Hive.

Classfication

  • Perceptron

  • Passive Aggressive (PA, PA1, PA2)

  • Confidence Weighted (CW)

  • Adaptive Regularization of Weight Vectors (AROW)

  • Soft Confidence Weighted (SCW1, SCW2)

  • AdaGradRDA (with hinge loss)

My recommendation is AROW, SCW1, and AdaGradRDA, while it depends.

Regression

My recommendation for is AROW regression, AdaDelta, and AdaGrad while it depends.

Recommendation

k-Nearest Neighbor

  • Minhash (LSH with jaccard index)

  • b-Bit minhash

  • Brute-force search using Cosine similarity

Anomaly Detection

Feature engineering

System requirements

  • Hive 0.11 or later

Basic Usage

Hivemall

Find more examples on our wiki page and find a brief introduction to Hivemall in this slide.

Copyright

Copyright (C) 2015 Makoto YUI

Copyright (C) 2013-2015 National Institute of Advanced Industrial Science and Technology (AIST)

Put the above copyrights for the services/softwares that use Hivemall.

Support

Support is through the issue list, not by a direct e-mail.

References

Please refer the following paper for research uses:

Awards

Acknowledgment

This work was supported in part by a JSPS grant-in-aid for young scientists (B) #24700111 and a JSPS grant-in-aid for scientific research (A) #24240015.

Analytics

About

Scalable machine learning library for Hive/Hadoop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • Other 0.9%