Icon

SQLE Functions

This directory contains 79 workflows.

TD_​BinCodeTransform 

fastpath function to convert numeric values to categorical values, according to the bins provided.

TD_​CategoricalSummary 

fastpath function to give the DistinctValue and DistinctValueCount of the target columns

TD_​ChiSq 

fastpath function to perform chisquare test analysis on an input contingency table.

TD_​ClassificationEvaluator 

This function evaluate and emits various metrics of classification model based on it's predictions on the data

TD_​ColumnSummary 

fastpath function to give the count of NonNull, Null, Blank, Zero, Positive, Negative and NullPercentage and NonNullPercentage of the target columns

TD_​ColumnTransformer 

fastpath function for data preparation pipeline.

TD_​ConvertTo 

fastpath function to cast/convert columns from one datatype to another.

TD_​DecisionForest 

The TD_DecisionForest is an ensemble algorithm and widely used across a range of classification and regression predictive modeling problems. It is an […]

TD_​DecisionForestPredict 

This function uses a decision forest model from the TD_DecisionForest function to create predictions on a response variable for a test dataset.

TD_​FillRowID 

fastpath function to assign unique ID to each row