Skip to main content

A library aiding to create challenges for the AnoMed competition platform.

Project description

Code style: black pipeline status coverage

Challenge

A library aiding to create challenges for the AnoMed competition platform.

Usage Example

import numpy as np

import anomed_challenge as challenge
from anomed_challenge import InMemoryNumpyArrays


example_challenge = challenge.SupervisedLearningMIAChallenge(
    training_data=InMemoryNumpyArrays(X=np.arange(70), y=np.arange(70)),
    tuning_data=InMemoryNumpyArrays(X=np.arange(30), y=np.arange(30)),
    validation_data=InMemoryNumpyArrays(X=np.arange(20), y=np.arange(20)),
    anonymizer_evaluator=challenge.strict_binary_accuracy,
    MIA_evaluator=challenge.evaluate_MIA,
)
app = challenge.supervised_learning_MIA_challenge_server_factory(
    example_challenge
)

Project details


Download files

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

Source Distribution

anomed_challenge-0.0.7.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

anomed_challenge-0.0.7-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file anomed_challenge-0.0.7.tar.gz.

File metadata

  • Download URL: anomed_challenge-0.0.7.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.16

File hashes

Hashes for anomed_challenge-0.0.7.tar.gz
Algorithm Hash digest
SHA256 c001cddfad23138ca4086a6cc19904b9c4ba6c9dd2d57d3648db00d4c4973fe8
MD5 89a80a2d3c870899ebc8b12f22acc570
BLAKE2b-256 eb2a3af0f8971e7acd0b397e0f434675f841dabb56e3678f28f6dfc2950f4f74

See more details on using hashes here.

File details

Details for the file anomed_challenge-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for anomed_challenge-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 08dac454481c08a11add7cbe364d5725ed88552cb425152d9a7d0d229c7f65c1
MD5 766f7400e9582ad798dfcac7cdafeb0c
BLAKE2b-256 dded0c85944b0fddda504925a500f7b08acd651f7e13fead2213981726bfd1d3

See more details on using hashes here.

Supported by

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