# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://george-jen.gitbook.io/data-science-and-apache-spark/classification-and-regression.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
