Skip to main content

Client for the Polaris Hub.

Project description

Polaris

So many stars in the sky, yet one is enough to guide you home.



🟆 Polaris Hub | 🛈 Client Doc


PyPI Conda PyPI - Downloads Conda PyPI - Python Version Code license GitHub Repo stars GitHub Repo stars

test release code-check doc

Polaris establishes a novel, industry‑certified standard to foster the development of impactful methods in AI-based drug discovery.

This library is a Python client to interact with the Polaris Hub. It allows you to:

  • Download Polaris datasets and benchmarks.
  • Evaluate a custom method against a Polaris benchmark.
  • Create and upload new datasets and benchmarks.

[!WARNING] The Polaris Hub is currently released as a closed, private beta. We hope to officially release it early 2024.

Quick API Tour

import polaris as po

# Load the benchmark from the Hub
benchmark = po.load_benchmark("polaris/hello-world-benchmark")

# Get the train and test data-loaders
train, test = benchmark.get_train_test_split()

# Use the training data to train your model
# Get the input as an array with 'train.inputs' and 'train.targets'  
# Or simply iterate over the train object.
for x, y in train:
    ...

# Work your magic to accurately predict the test set
predictions = [0.0 for x in test]

# Evaluate your predictions
results = benchmark.evaluate(predictions)

# Submit your results
results.upload_to_hub(owner="dummy-user")

Documentation

Please refer to the documentation, which contains tutorials for getting started with polaris and detailed descriptions of the functions provided.

Installation

You can install polaris using conda/mamba/micromamba:

conda install -c conda-forge polaris

You can also use pip:

pip install polaris-lib

Development lifecycle

Setup dev environment

conda env create -n polaris -f env.yml
conda activate polaris

pip install --no-deps -e .
Other installation options
Alternatively, using [uv](https://github.com/astral-sh/uv):
```shell
uv venv -p 3.12 polaris
source .venv/polaris/bin/activate
uv pip compile pyproject.toml -o requirements.txt --all-extras
uv pip install -r requirements.txt 
```   

Tests

You can run tests locally with:

pytest

License

Under the Apache-2.0 license. See LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polaris_lib-0.5.1.tar.gz (421.4 kB view details)

Uploaded Source

Built Distribution

polaris_lib-0.5.1-py3-none-any.whl (74.1 kB view details)

Uploaded Python 3

File details

Details for the file polaris_lib-0.5.1.tar.gz.

File metadata

  • Download URL: polaris_lib-0.5.1.tar.gz
  • Upload date:
  • Size: 421.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for polaris_lib-0.5.1.tar.gz
Algorithm Hash digest
SHA256 7a9f6efb2c80e8fb907188869850675e94d59ca293289fa0734c8ff7533e7a09
MD5 e2d9a799d83ca7722c6e601414880c48
BLAKE2b-256 ad86b6c8c47abbd102284216e0449dd5b968c59d2070edcd1ead3700760afd2f

See more details on using hashes here.

File details

Details for the file polaris_lib-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: polaris_lib-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 74.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for polaris_lib-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7e237deb7d6d20764c6407c367b6dee0dec7172993d0a293797b6b010f7c1da1
MD5 c6cafa42626aeb64ce27b7fccf1a04f0
BLAKE2b-256 5010217a34e17eeab16cd9ec9ead478289f08987d612eef220a40660124d8b90

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page