Icon

SQLE Functions

This directory contains 79 workflows.

TD_​FTest 

fastpath function to perform ftest analysis on a data set.

TD_​FunctionFit 

fastpath function that validates and outputs a transformation table that should go into FuncitonTransform.

TD_​FunctionTransform 

fastpath function that performs transformations on the InputTable depending on the parameters in the FitTable.

TD_​GetFutileColumns 

It emits the name of the columns which are futile based on 3 scenarios. First, If all values in the columns are unique/distinct, Second, If all the values […]

TD_​GetRowsWithMissingValues 

fastpath function to get rows with NULL values.

TD_​GetRowsWithoutMissingValues 

fastpath function to get rows without NULL values.

TD_​GLM 

This function gives score according to generalized linear model.

TD_​GLMPerSegment 

This function trains data to get generalized linear models. This function can train multiple models simutanously.

TD_​GLMPredict 

This function gives score according to generalized linear model.

TD_​GLMPredictPerSegment 

This function gives score according to generalized linear model.