K-Nearest Neighbour
Classification & regression using proximity-based voting.
Open βDecision Tree
Tree-based model for classification & regression tasks.
Open βRandom Forest
Ensemble of decision trees for robust predictions.
Open βLogistic Regression
Binary & multi-class classification with probabilistic outputs.
Open βLinear Regression
Predict continuous values with a linear relationship.
Open βPolynomial Regression
Capture non-linear relationships with polynomial features.
Open βNaive Bayes
Probabilistic classifier based on Bayes' theorem.
Open βSupport Vector Machine
Find the optimal hyperplane for classification & regression.
Open β