Bayesian data analysis deals with making inferences from available data using probability models. It uses prior knowledge to develop probability distributions for parameters before observing data. The Bayesian approach updates these prior probabilities as new evidence is observed using Bayes' theorem. Naive Bayesian classification is a simple probabilistic classifier that assumes attribute independence. It calculates the posterior probability of classes given attributes and selects the class with the highest probability. This approach can be extended to continuous attributes by discretizing them or modeling the attributes using probability distributions like the Gaussian normal distribution.