Model Scoring Functions - Analytics Database
Database Analytic Functions
- Deployment
- VantageCloud
- VantageCore
- Edition
- Enterprise
- IntelliFlex
- VMware
- Product
- Analytics Database
- Release Number
- 17.20
- Published
- June 2022
- Language
- English (United States)
- Last Update
- 2025-01-20
- dita:mapPath
- gjn1627595495337.ditamap
- dita:ditavalPath
- ayr1485454803741.ditaval
- dita:id
- jmh1512506877710
- Product Category
- Teradata Vantageā¢
- TD_DecisionForestPredict
- Uses the model output by TD_DecisionForest function to analyze the input data and make predictions.
- TD_GLMPredict
- Predicts target values (regression) and class labels (classification) for test data using a GLM model of the TD_GLM function.
- TD_KMeansPredict
- Uses the cluster centroids in the TD_KMeans function output to assign the input data points to the cluster centroids.
- TD_NaiveBayesPredict
- Uses the model generated by TD_NaiveBayes function to predict the outcomes for a test set of data.
- TD_OneClassSVMPredict
- Predicts target class labels (classification) for test data using a one-class SVM model trained by TD_OneClassSVM.
- TD_SVMPredict
- Predicts target values (regression) and class labels (classification) for test data using an SVM model trained by TD_SVM.
- TD_XGBoostPredict
- Runs the predictive algorithm based on the model generated by TD_XGBoost.