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.4.tar.gz
(12.4 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.4.tar.gz.
File metadata
- Download URL: anomed_challenge-0.0.4.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eec3fd7e4898919948bbee6011700387b31249c7c58c4c44ef5144fa44d3d116
|
|
| MD5 |
0a340aa91537e1fa4f950413d7054a1f
|
|
| BLAKE2b-256 |
5ba601805c27f42674f67b457c7485dde0f21ee5757c94be1c3d147b92c2b4b6
|
File details
Details for the file anomed_challenge-0.0.4-py3-none-any.whl.
File metadata
- Download URL: anomed_challenge-0.0.4-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
81b5b323eed5f2d9fb8a579a4d08a787ecf127516e28c805d7412f58f62e82ae
|
|
| MD5 |
f68297c5652247ce3a30a6ce4d2bf9bb
|
|
| BLAKE2b-256 |
bda41842b24061ec5671d0cb3a04e60f0b81631cd75c9e27c685494737f5d342
|