> For the complete documentation index, see [llms.txt](https://george-jen.gitbook.io/data-science-and-apache-spark/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://george-jen.gitbook.io/data-science-and-apache-spark/classification-and-regression.md).

# Classification and Regression

### Classification

[Decision tree classifier](/data-science-and-apache-spark/decision-trees.md)&#x20;

[Random forest classifier](/data-science-and-apache-spark/random-forests.md)&#x20;

[Gradient-boosted tree classifier ](/data-science-and-apache-spark/gradient-boosted-trees-gbts.md)

[Multilayer perceptron classifier](/data-science-and-apache-spark/multilayer-perceptron-classifier.md)&#x20;

[Linear Support Vector Machine ](/data-science-and-apache-spark/linear-support-vector-machine.md)

[One-vs-Rest classifier (a.k.a. One-vs-All) ](/data-science-and-apache-spark/onevsrest.md)

[Naive Bayes](/data-science-and-apache-spark/naive-bayes-classifiers.md)

### Regression

[Linear regression](/data-science-and-apache-spark/linear-regression.md)&#x20;

[Generalized linear regression](/data-science-and-apache-spark/generalized-linear-regression.md)&#x20;

[Decision tree regression](/data-science-and-apache-spark/decision-tree-regression.md)&#x20;

[Random forest regression](/data-science-and-apache-spark/random-forest-regression.md)&#x20;

[Gradient-boosted tree regression ](/data-science-and-apache-spark/gradient-boosted-tree-regression.md)

[Survival regression](/data-science-and-apache-spark/survival-regression.md)&#x20;

[Isotonic regression](/data-science-and-apache-spark/isotonic-regression.md)
