A library aiding to create challenges for the AnoMed competition platform.
Project description
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
Release history Release notifications | RSS feed
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)
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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c001cddfad23138ca4086a6cc19904b9c4ba6c9dd2d57d3648db00d4c4973fe8
|
|
| MD5 |
89a80a2d3c870899ebc8b12f22acc570
|
|
| BLAKE2b-256 |
eb2a3af0f8971e7acd0b397e0f434675f841dabb56e3678f28f6dfc2950f4f74
|
File details
Details for the file anomed_challenge-0.0.7-py3-none-any.whl.
File metadata
- Download URL: anomed_challenge-0.0.7-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08dac454481c08a11add7cbe364d5725ed88552cb425152d9a7d0d229c7f65c1
|
|
| MD5 |
766f7400e9582ad798dfcac7cdafeb0c
|
|
| BLAKE2b-256 |
dded0c85944b0fddda504925a500f7b08acd651f7e13fead2213981726bfd1d3
|