Key terms
This page describes key terms that are used in the H2O eScorer documentation.
Autogen
This refers to H2O eScorer's ability to automatically generate model deployment code for specific tasks.
JDBC driver
This is a software component that enables Java applications (like H2O eScorer) to connect to and interact with databases like Snowflake.
Widgets
These are pre-built user interface components within H2O eScorer that provide specific functionalities or visualizations. They are used to display data, configure models, or interact with results.
Functions
These are reusable blocks of code within H2O eScorer that perform specific calculations or operations on data. They can be used for data manipulation, model building, or other tasks.
Compute pool
This refers to a group of computing resources that H2O eScorer can leverage for tasks like model training or scoring. Compute Instance Families can be used to specify the type of computing resources within the pool. Different instance families offer varying processing power, memory, and storage capacities to suit your workload requirements.
Keycloak
This is an open-source identity and access management (IAM) system that H2O eScorer integrates with for user authentication and authorization purposes.
MOJO (Model Object, Optimized)
A MOJO is an optimized, portable model format exported from H2O Driverless AI or H2O-3. MOJOs are designed for low-latency, high-throughput scoring in production environments. They can be deployed to various platforms, including H2O eScorer, Amazon SageMaker, and other scoring services.
SageMaker endpoint
A SageMaker endpoint is a hosted, real-time inference service that runs your model in a managed environment. When you deploy H2O eScorer to SageMaker, the endpoint accepts prediction requests over HTTPS and returns model predictions. Endpoints can be scaled by adjusting instance types and counts.
Driverless AI license key
A license key required to run H2O Driverless AI models (MOJOs) in production. When deploying to environments like Amazon SageMaker, the license key is typically stored securely in AWS Secrets Manager and passed to the eScorer container as an environment variable.
- Submit and view feedback for this page
- Send feedback about H2O eScorer to cloud-feedback@h2o.ai