DSWoK — Data Science Well of Knowledge
Search
Search
Dark mode
Light mode
Explorer
#supervised
5 notes
· co-occurs with
3 tags
· last updated
May 18, 2026
Co-tags
#
algorithm
5
#
tabular-ml
4
#
tree-based
1
Notes tagged
#supervised
01
Decision Tree
A Decision Tree is a supervised learning algorithm used for both classification and regression tasks.
May 18, 2026
General ML
02
K-Nearest Neighbors
K-Nearest Neighbors (KNN) is a simple, non-parametric algorithm used for both classification and regression tasks.
May 18, 2026
General ML
03
Linear Regression
Linear regression is a supervised algorithm or statistical method that learns to model a dependent variable (target) as a function of some independent variables (features) by finding a line (or surface) that best “fits” the data.
May 18, 2026
General ML
04
Logistic regression
Logistic regression is a statistical method used for binary classification problems, modeling the probability of an instance belonging to a particular class.
May 18, 2026
General ML
05
SVM
Support Vector Machines (SVM) is a supervised learning algorithm used for classification, regression, and outlier detection.
May 18, 2026
General ML