TD_NaiveBayes Function | NaiveBayes | Teradata Vantage - TD_NaiveBayes - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

TD_NaiveBayes classification algorithm takes a training data set with known discrete outcomes and either discrete or continuous numeric input variables and categorical variables and generates a model that you can use to predict the outcome of future observations based on their input variable values. The model assumes that, given the outcome, the input variables are independent of each other.

The Naive Bayes algorithm is a supervised learning algorithm, which is based on the Bayes theorem and used for solving classification problems. It is a probabilistic classifier, which means it predicts on the basis of the probability of an object.