MATCHA - Modelling and AI Toolkit for Chemistry in Healthcare Applications
⚠️ Work in progress. MATCHA is under active development and no stable release is available yet. Public APIs, CLI commands, and packaging may change without notice. Pin exact versions if you depend on it, and expect breaking changes between releases.
MATCHA is a general toolkit for molecular property prediction with deep learning models.
Its core design philosophy is to wrap a wide variety of algorithms (e.g. descriptor/fingerprints, SMILES-based, graph-based, conformer-based) into a consistent Python APIs and CLI. Additionally, the package aims to be as agent-friendly as possible, with extensive docs to help LLMs use it and contribute to it.
MATCHA can help solve many typical issues found when developing QSAR models, such as:
- ⚖️ Quickly comparing many different algorithms to check for statistically meaningful differences
- 🎯 Pretraining and finetuning models, both supervised and self-supervised
- 🧩 Multitask learning
- 🔍 Explainability
- 📊 Uncertainty estimation
Making models, whether single predictors, ensembles or finetuned foundation models, can be done with two lines of code, starting from RDKIT molecules and numpy arrays:
# training and predicting with a generic model
from matcha.sklearn.graph import ChempropRegressor
model = ChempropRegressor()
model.fit(mols, y)
predictions = model.predict(mols)
# training an ensemble
from matcha.sklearn import Ensemble
from matcha.sklearn.clm import CNNRegressor
ensemble = Ensemble(
model=CNNRegressor(),
n_models=10
)
ensemble.fit(mols, y)
# Finetuning a foundation model
from matcha.sklearn.finetuning import FinetuningRegressor
finetuner = FinetuningRegressor(
path_to_pretrained = "path/to/your/matcha/foundation/model"
)
finetuner.fit(mols, y)
Head over to the documentation to get started!
🛠️ How to contribute
Please check out the contribution guide. We strongly recommend using the amazing Mach10 coding workflows to help contributing to the codebase with agents.
👨🏻🔧 Contacts
- Davide Boldini, (Merck KGaA, Darmstadt, Germany), Contact
- Lukas Friedrich (Merck KGaA, Darmstadt, Germany), Contact
- Jakub Gunera (Merck KGaA, Darmstadt, Germany), Contact
- Christina Schindler (Merck KGaA, Darmstadt, Germany), Contact
- Daniel Kuhn (Merck KGaA, Darmstadt, Germany), Contact
📖 Citation
If you use MATCHA, please consider citing our preprint:
@article{matcha_2026,
author = "Boldini, Davide and Friedrich, Lukas and
Gunera, Jakub and Schindler, Christina and Kuhn, Daniel",
title = "{MATCHA}: a toolkit for streamlining molecular property prediction
for drug discovery applications",
journal = "ChemRxiv",
year = "2026",
doi = "10.26434/chemrxiv.15006766/v1",
url = "https://chemrxiv.org/doi/abs/10.26434/chemrxiv.15006766/v1",
}
📄 License
Copyright 2026 Merck KGaA, Darmstadt, Germany and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emd_matcha-0.0.12.tar.gz.
File metadata
- Download URL: emd_matcha-0.0.12.tar.gz
- Upload date:
- Size: 842.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1472e2a7eaf05cc5c4465eca01172a5bff50d587ad05998885beabec68e9ff72
|
|
| MD5 |
f65e4673399de30e90a8c9f3a328aeea
|
|
| BLAKE2b-256 |
32b1228a2fe82be67bfa4e2d440f398626aaaaf3bf13ad49129856ac9f01c418
|
Provenance
The following attestation bundles were made for emd_matcha-0.0.12.tar.gz:
Publisher:
release.yml on emdgroup/matcha
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
emd_matcha-0.0.12.tar.gz -
Subject digest:
1472e2a7eaf05cc5c4465eca01172a5bff50d587ad05998885beabec68e9ff72 - Sigstore transparency entry: 2456272597
- Sigstore integration time:
-
Permalink:
emdgroup/matcha@f9f6a96512c64f7482a0e0bc8faa1a70f9c6af0a -
Branch / Tag:
refs/heads/main - Owner: https://github.com/emdgroup
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@f9f6a96512c64f7482a0e0bc8faa1a70f9c6af0a -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file emd_matcha-0.0.12-py3-none-any.whl.
File metadata
- Download URL: emd_matcha-0.0.12-py3-none-any.whl
- Upload date:
- Size: 443.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a60ef4028fab4f9195f0bfdf4b779afe950a88e1670dab907ffee128041468f
|
|
| MD5 |
81e9d1f5c92a24018c386e179162a0e7
|
|
| BLAKE2b-256 |
7d24f2c787e6f8e85a3931d22b480e4444d111c14e745b3b2bae7b5f86fabee2
|
Provenance
The following attestation bundles were made for emd_matcha-0.0.12-py3-none-any.whl:
Publisher:
release.yml on emdgroup/matcha
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
emd_matcha-0.0.12-py3-none-any.whl -
Subject digest:
7a60ef4028fab4f9195f0bfdf4b779afe950a88e1670dab907ffee128041468f - Sigstore transparency entry: 2456272682
- Sigstore integration time:
-
Permalink:
emdgroup/matcha@f9f6a96512c64f7482a0e0bc8faa1a70f9c6af0a -
Branch / Tag:
refs/heads/main - Owner: https://github.com/emdgroup
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@f9f6a96512c64f7482a0e0bc8faa1a70f9c6af0a -
Trigger Event:
workflow_dispatch
-
Statement type: