Big Data Processing
Scalable Machine Learning Platform
★ 4.4
Distributed SQL Query Engine
★ 4.5
pip install h2opip install presto-python-clientpip install h2opip install presto-python-clientPython 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.
Python data engineers use `pyhive` or `presto-python-client` to run federated SQL queries that join data across S3-backed Hive tables, relational databases, and Kafka topics in a single query. This eliminates the need to move data before querying — engineers write one SQL statement and Presto distributes the query across sources.
Individual Tool Pages