Skip to main content

Functions

The pages below are generated from captured unified GPU catalog descriptors. Each cuML call takes parenthesized relation subqueries. Classification requires separate training and predict relations; its result IDs come from predict. ML Inputs defines the relation contracts, and cuML SQL API describes installation and model lifetime.

The live catalog contains 6 SQL-visible cuML functions.

FunctionFamilyDescriptionOfficial API
HDBSCANClusteringcuML HDBSCAN fits density-based clusters and returns query-local labels and membership probabilities.Python API
Logistic RegressionClassificationFit a query-local cuML logistic or softmax classifier and score independent rows.Python API
Random Forest ClassifierClassificationFit a query-local cuML random forest classifier and score independent rows.Python API
Random Forest RegressorRegressionFit a query-local cuML random forest regressor and score independent rows.Python API
TSVDDimensionality ReductioncuML truncated SVD fits and transforms Float32 input rows.Python API
UMAPManifold EmbeddingcuML UMAP fits a deterministic, query-local manifold embedding for Float32 rows.Python API