package dummy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object DummyRegistry extends PyImplRegistry with LazyLogging
DummyRegistry is used when no registry URI is specified
Rikai SQL-ML extension.
Rikai SQL-ML extension.
Rikai offers DDL to manipulate ML Models:
CREATE MODEL model_name [ OPTIONS (key=value, key=value, ...) ] [ AS "model_registry_uri" ] # List all registered models. SHOW MODELS # Describe the details of a model. (DESC | DESCRIBE) MODEL model_name # Drop a Model DROP MODEL model_name
A ML_PREDICT function is implemented to run model inference.
SELECT id, ML_PREDICT(model_name, col1, col2, col3) as predicted FROM table
FileSystem-based on Models.
MLflow-based Models.
TFHub-based Models.
TorchHub-based Models.
DummyRegistry is used when no registry URI is specified