Icon

SQLE Functions

This directory contains 79 workflows.

TD_​UnivariateStatistics 

This function takes a input table partitioned by ANY and a set of numeric target columns and generates a set of statistics for each target columns.

TD_​VectorDistance 

fastpath function which takes a table of target vectors and a table of reference vectors(optional) and returns a table that contains the distance between […]

TD_​WhichMax 

fastpath function to return rows with max value in specified target column.

TD_​WhichMin 

fastpath function to return rows with min value in specified target column.

TD_​WordEmbeddings 

This function generates embeddings of documents and words. It also finds similarity between the texts. This helps in machine learning applications because […]

TD_​XGBoost 

The TD_XGBoost is an implementation of gradient boosted decision tree designed for speed and performance. The TD_XGBoost function supports both regression […]

TD_​XGBoostPredict 

This function uses a xgboost model from the td_xgboost function to create predictions on a response variable for a test set

TD_​ZTest 

fastpath function to perform ztest analysis on a data set.

Unpack 

Takes a single column with packed data and transforms it into a table with multiple columns, as specified by the user's parameters.