Big Data Processing
Large-Scale Graph Processing
★ 3.7
Scalable Machine Learning Platform
★ 4.4
N/A — Java-basedpip install h2oN/A — Java-basedpip install h2oPython data engineers interact with Apache Giraph by preparing input graph data in the required format and submitting Giraph jobs via Hadoop command-line tools from Python subprocess calls. Graph computation results are written to HDFS and read back into Python pipelines via PySpark or pandas for further processing and feature engineering.
Python data engineers use the `h2o` Python package to run distributed AutoML experiments on large training datasets that exceed single-machine memory. Engineers call `h2o.automl.H2OAutoML().train()` pointing at an H2OFrame backed by a cluster, let H2O evaluate dozens of algorithms, then export the best model as a MOJO for deployment in a Python scoring service.
Individual Tool Pages