--- id: h2o version: "3.46.0.12" license: Apache v2 license_treatment: permissive maintenance: active --- # h2o — H2O, Fast Scalable Machine Learning, for python License: permissive · Maintenance: active · Downloads: 215.7K/mo ## What it is and what it does H2O is a machine learning and statistical computing platform designed to handle large datasets across distributed systems. It provides Python, R, Excel, and JSON interfaces to build, train, and score predictive models using a range of algorithms from simple to advanced. The platform abstracts away the complexity of parallel computation, allowing data scientists and analysts to focus on model development rather than infrastructure. The package is production-stable and actively maintained, with support for Python 3.7 through 3.11. It targets multiple industries including finance, healthcare, telecommunications, and research. Users can explore and munge datasets, build models, and deploy scoring pipelines within a single platform. The package includes optional telemetry (off by default) to help developers understand usage patterns. Use it for: - Build and deploy predictive models on datasets too large for single-machine tools - Perform statistical analysis and data mining across distributed clusters - Develop machine learning pipelines for financial risk modeling or insurance underwriting - Train classification and regression models for healthcare or research applications - Score new data in production using models trained offline ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. H2O is a distributed machine learning and statistical analysis platform that scales algorithms over large datasets, offering Python interfaces to build and deploy predictive models. Yes, with conditions. H2O is a mature, actively maintained platform for distributed machine learning with permissive licensing. However, the high install friction and large package footprint require adequate disk and memory resources. Two known security vulnerabilities warrant review before deployment in sensitive environments. Suitable for teams needing scalable predictive modeling on big data; less ideal for lightweight or resource-constrained setups. ## Install pip install h2o uv add h2o poetry add h2o ## Installing h2o Before you install: High install friction: the package ships as a large archive (h2o-3.46.0.12.tar.gz) with no declared runtime dependencies, suggesting a self-contained or system-level dependency model. Maintenance is active with a recent release (2 days old) and steady repository activity. License in practice: Licensed under Apache v2 (permissive), allowing commercial and private use with minimal restrictions, making it suitable for most production and research contexts. Quickstart: pip install h2o import h2o h2o.init() The package is large and may require significant disk and memory resources; H2O-3 sends optional anonymous telemetry by default (disabled unless explicitly enabled with h2o.set_telemetry(True)). Verify before relying: - Whether the high install friction reflects Java/system dependencies or just package size - What specific machine learning algorithms and statistical methods are available - Performance characteristics and scalability limits for typical workloads - Details on the two known security vulnerabilities (GHSA-p2vc-m5fv-9w9m, PYSEC-2026-1443) and their impact ## Package facts - License: Apache v2 (permissive) - Python support: supports_current - Install friction: high - Maintenance: active - Downloads: 215.7K/month (top 15,000 on PyPI) - Known vulnerabilities: 2 ## Tags distributed machine learning, big data statistical analysis, scalable predictive modeling, parallel machine learning platform, large-scale data mining, distributed-computing, big-data, statistical-modeling [View on SkillFed](https://skillfed.io/packages/h2o) · [View on PyPI](https://pypi.org/project/h2o/)