> For the complete documentation index, see [llms.txt](https://ersilia.gitbook.io/ersilia-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ersilia.gitbook.io/ersilia-book/chemistry-tools/automated-activity-prediction-models.md).

# Automated activity prediction models

Quick baseline modeling of chemistry data can be done with [LazyQSAR](https://github.com/ersilia-os/lazy-qsar), our fast modeling tool. LazyQSAR produces light-weight models for binary classification and regression tasks.

{% content-ref url="/pages/4E5BcGvhl9TkLM4X9Voa" %}
[Light-weight AutoML with LazyQSAR](/ersilia-book/chemistry-tools/automated-activity-prediction-models/light-weight-automl-with-lazyqsar.md)
{% endcontent-ref %}

Our flagship AutoML tool for chemistry is [ZairaChem](https://github.com/ersilia-os/zaira-chem). This Python library offers robust ensemble-based modeling capabilities applicable to a wide range of modeling scenarios. At the moment, ZairaChem is focused on binary classification and regression tasks.

{% content-ref url="<https://github.com/ersilia-os/ersilia-book/blob/main/book/chemistry-tools/automated-activity-prediction-models/accurate-automl-with-zairachem.md>" %}
<https://github.com/ersilia-os/ersilia-book/blob/main/book/chemistry-tools/automated-activity-prediction-models/accurate-automl-with-zairachem.md>
{% endcontent-ref %}

In addition, we have developed a model distillation pipeline named [Olinda](https://github.com/ersilia-os/olinda) aimed at producing light, interoperable models in [ONNX](https://onnx.ai/) format.

{% content-ref url="/pages/esWLDoGqttGtrDgt8fdh" %}
[Model distillation with Olinda](/ersilia-book/chemistry-tools/automated-activity-prediction-models/model-distillation-with-olinda.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ersilia.gitbook.io/ersilia-book/chemistry-tools/automated-activity-prediction-models.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.
