# HeavyML (BETA)

- [HeavyML Overview](https://docs.heavy.ai/heavyml-beta/heavyml-overview.md)
- [Clustering Algorithms](https://docs.heavy.ai/heavyml-beta/clustering-algorithms.md): Overview of HeavyML clustering methods
- [Regression Algorithms](https://docs.heavy.ai/heavyml-beta/regression-algorithms.md): Overview of HeavyML regression algorithms
- [Linear Regression](https://docs.heavy.ai/heavyml-beta/regression-algorithms/linear-regression.md)
- [Random Forest Regression](https://docs.heavy.ai/heavyml-beta/regression-algorithms/random-forest-regression.md): Robust Predictive Modeling of Non-Linear Phenomena
- [Decision Tree Regression](https://docs.heavy.ai/heavyml-beta/regression-algorithms/decision-tree-regression.md): A simple, interpretable model
- [Gradient Boosting Tree Regression](https://docs.heavy.ai/heavyml-beta/regression-algorithms/gradient-boosting-tree-regression.md)
- [Principal Components Analysis](https://docs.heavy.ai/heavyml-beta/principal-components-analysis.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://docs.heavy.ai/heavyml-beta.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.
