# Automated activity prediction models

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

{% content-ref url="automated-activity-prediction-models/light-weight-automl-with-lazyqsar" %}
[light-weight-automl-with-lazyqsar](https://ersilia.gitbook.io/ersilia-book/chemistry-tools/automated-activity-prediction-models/light-weight-automl-with-lazyqsar)
{% 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="automated-activity-prediction-models/accurate-automl-with-zairachem" %}
[accurate-automl-with-zairachem](https://ersilia.gitbook.io/ersilia-book/chemistry-tools/automated-activity-prediction-models/accurate-automl-with-zairachem)
{% 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="automated-activity-prediction-models/model-distillation-with-olinda" %}
[model-distillation-with-olinda](https://ersilia.gitbook.io/ersilia-book/chemistry-tools/automated-activity-prediction-models/model-distillation-with-olinda)
{% endcontent-ref %}
