These analytic functions are new to this release:
- TD_DecisionForestPredict. Uses the model output by TD_DecisionForest function to analyze the input data and make predictions.
- TD_TrainTestSplit. Simulates how a model performs on new data.
- TD_XGBoost. Performs classification and regression analysis on data sets and generates a model for TD_XGBoostPredict to run the predictive algorithm.
- TD_XGBoostPredict. Runs the predictive algorithm based on the model generated by TD_XGBoost.
These analytic functions were updated in this release:
- TD_DecisionForest. Added note that processing time is controlled by the number of trees, and complexity of the trees.
- TD_OneHotEncodingFit. Sparse input example is added.
- TD_OneHotEncodingTransform. Sparse input example is added.
See Teradata Vantageā¢ - Analytics Database Analytic Functions.