Big Data Processing
Managed Big Data Platform
★ 4.5
Scalable Machine Learning Platform
★ 4.4
pip install boto3pip install h2opip install boto3pip install h2oPython data engineers submit PySpark jobs to EMR using the `boto3` `emr` client — creating a cluster, adding a Spark step with the S3 path to a Python script, and monitoring step completion. EMR Serverless further simplifies this by accepting a PySpark application without any cluster configuration, executing it on demand and terminating resources automatically.
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