tree: 0215eb6a5ae504a7cec74a2b24be9c9e7f2c2f3b [path history] [tgz]
  1. anomaly/
  2. binaryclass/
  3. clustering/
  4. docker/
  5. eval/
  6. ft_engineering/
  7. geospatial/
  8. getting_started/
  9. misc/
  10. multiclass/
  11. pig/
  12. recommend/
  13. regression/
  14. resources/
  15. spark/
  16. supervised_learning/
  17. tips/
  18. troubleshooting/
  19. .gitignore
  20. book.json
  21. FOOTER.md
  22. README.md
  23. SUMMARY.md
docs/gitbook/README.md

Introduction

Apache Hivemall offers a variety of functionalities: regression, classification, recommendation, anomaly detection, k-nearest neighbor, and feature engineering. It also supports state-of-the-art machine learning algorithms such as Soft Confidence Weighted, Adaptive Regularization of Weight Vectors, Factorization Machines, and AdaDelta.

Architecture

Apache Hivemall is mainly designed to run on Apache Hive but it also supports Apache Pig and Apache Spark for the runtime. Thus, it can be considered as a cross platform library for machine learning; prediction models built by a batch query of Apache Hive can be used on Apache Spark/Pig, and conversely, prediction models build by Apache Spark can be used from Apache Hive/Pig.