# Machine Learning

- [About Spark MLlib](https://www.sparkitecture.io/machine-learning/about-spark-mllib.md): MLlib is Apache Spark's scalable machine learning library.
- [Classification](https://www.sparkitecture.io/machine-learning/classification.md)
- [Logistic Regression](https://www.sparkitecture.io/machine-learning/classification/logistic-regression.md)
- [Naïve Bayes](https://www.sparkitecture.io/machine-learning/classification/naive-bayes.md)
- [Decision Tree](https://www.sparkitecture.io/machine-learning/classification/decision-tree.md)
- [Random Forest](https://www.sparkitecture.io/machine-learning/classification/random-forest.md)
- [Gradient-Boosted Trees](https://www.sparkitecture.io/machine-learning/classification/gradient-boosted-trees.md)
- [Regression](https://www.sparkitecture.io/machine-learning/regression.md)
- [Linear Regression](https://www.sparkitecture.io/machine-learning/regression/linear-regression.md)
- [Decision Tree](https://www.sparkitecture.io/machine-learning/regression/decision-tree.md)
- [Random Forest](https://www.sparkitecture.io/machine-learning/regression/random-forest.md)
- [Gradient-Boosted Trees](https://www.sparkitecture.io/machine-learning/regression/gradient-boosted-trees.md)
- [MLflow](https://www.sparkitecture.io/machine-learning/mlflow.md): MLflow is an open source library by the Databricks team designed for managing the machine learning lifecycle. It allows for the creation of projects, tracking of metrics, and model versioning.
- [Feature Importance](https://www.sparkitecture.io/machine-learning/feature-importance.md)
- [Model Saving and Loading](https://www.sparkitecture.io/machine-learning/model-saving-and-loading.md)
- [Model Evaluation](https://www.sparkitecture.io/machine-learning/model-evaluation.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://www.sparkitecture.io/machine-learning.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.
