Supervised Learning (3)

Classification and Regression Tree (CART)
Last Update:
Math, Data Science, Machine Learning, Supervised Learning
A tree-based method of building decision trees for predicting categorical variables and can also be used for non-linear prediction

Logistic Regression
Last Update:
Math, Data Science, Supervised Learning
A generalized linear model for predicting categorical variables

Simple Linear Regression
Last Update:
Math, Data Science, Machine Learning, Supervised Learning
Introducing single variable linear regression.