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 challenge
import challenge_server
import numpy as np
from 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_server.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.1.tar.gz (7.8 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.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: anomed_challenge-0.0.1.tar.gz
  • Upload date:
  • Size: 7.8 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.1.tar.gz
Algorithm Hash digest
SHA256 8b9fb069ba5efd0d00b89bfa72f3b3d36297e73f6f1a588106845673a3f748d1
MD5 a54a3c3dcf99a1f4b9e67a6be78d2315
BLAKE2b-256 c85371085b8872c1a7368576c2b93530ce49dffb4124124c33bc0a8145739217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for anomed_challenge-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 25d18ddca0cbd772b57f6c00f83de390a0458d28d22dbe4ae646c5cb9ba7a5a2
MD5 4d6864f44aadb6a2536a3c8dfcd5f35a
BLAKE2b-256 198df5f5b6efe7fd0fb6c4547b7a182d362fe4adab61fe5613a901f391e6656b

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