Supervised Learning
Supervised learning is a type of machine learning where a model is trained on a labeled dataset, consisting of input-output pairs.
Supervised learning examples
Unsupervised learning
Unsupervised learning is a category of machine learning where the algorithm is trained on unlabeled data.
Unsupervised learning
multiple vs logistic regression
multiple regression: Used when the dependent variable is continuous and has a wide range of possible values. The output is a numeric value.
logistic regression: Used when the dependent variable is binary or categorical (usually representing two classes). The output is a probability score that is transformed using the logistic function.