Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

MinervaChem LAMEL

LAMEL is an optional meta-learning add-on for MinervaChem.

Install published releases with:

pip install "minervachem[lamel]"

For development from the MinervaChem monorepo, use:

uv sync --extra lamel

Import its public API separately from the core package:

from lamel import MetaLearner

scikit-learn and MAPIE

LAMELRegressor uses support tasks from the LAMEL dataset while its fit method learns from the target-task X_train, y_train you supply. All feature matrices must be LAMEL Graphlet fingerprints made with the same dataset and max_subgraph_size.

from lamel import LAMELRegressor
from mapie.regression import SplitConformalRegressor

estimator = LAMELRegressor(
    database_path="support_tasks.csv",
    target_task="target_property",
    support_tasks=["property_a", "property_b"],
    max_subgraph_size=5,
)
model = SplitConformalRegressor(estimator=estimator, confidence_level=0.95)
model.fit(X_train, y_train)
model.conformalize(X_cal, y_cal)
y_pred, y_interval = model.predict_interval(X_test)

Citation

If you use LAMeL in your work, please cite our paper.

@article{pimonova2025metalearning,
  title={Meta-Learning Linear Models for Molecular Property Prediction},
  author={Pimonova, Yulia and Taylor, Michael G and Allen, Alice and Yang, Ping and Lubbers, Nicholas},
  journal={arXiv preprint arXiv:2509.13527},
  url={https://arxiv.org/abs/2509.13527},
  year={2025}
}

minervachem is released under the BSD-3 License. See LICENSE.txt for the full license.

The copyright to minervachem is owned by Triad National Security, LLC and is released for open source use as project number O04631.

© 2023. Triad National Security, LLC. All rights reserved. This program was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration. All rights in the program are. reserved by Triad National Security, LLC, and the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare. derivative works, distribute copies to the public, perform publicly and display publicly, and to permit. others to do so.

Release files for minervachem-lamel 0.0.3a4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for minervachem-lamel 0.0.3a4
File Size Uploaded
minervachem_lamel-0.0.3a4.tar.gz 29.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for minervachem-lamel 0.0.3a4
File Interpreter ABI Platform
minervachem_lamel-0.0.3a4-py3-none-any.whl Python 3 none any Details

Total release size: 54.8 kB

Release files / minervachem_lamel-0.0.3a4.tar.gz

Download URL minervachem_lamel-0.0.3a4.tar.gz
Size 29.6 kB
Tags Source
SHA-256 checksum
How to use checksums
6ac8283cecc0979270dd7f893930cc380c001d18d5972734306efe1d8c94519b
BLAKE2b-256 checksum
How to use checksums
349a17fb85cbf92b6ffd1cc0ea221fa0bbbc547f5858effb37ed48a80f721baa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / minervachem_lamel-0.0.3a4-py3-none-any.whl

Download URL minervachem_lamel-0.0.3a4-py3-none-any.whl
Size 25.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
a7a13ba44d6c44818c8f559b11c2e77e7639cd5e89d43d7e256bf4b0fcb6b9be
BLAKE2b-256 checksum
How to use checksums
84e8622ec3a21b402bb4d8adc075f3a243b9d324f090a16a0dc757c2cb705f23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page