A package providing tools for the SKA Science Data Challenges.
Project description
Science Data Challenge Scoring API
This repository contains the code used to score submissions for SKA's Science Data Challenges (SDCs).
To date there are two such challenges, SDC1 (run in 2019) and SDC2 (running February-July 2021), and with each having similar methods of evaluating submissions.
Both SDCs challenged participants to identify and characterise sources in synthetic radio images. The source catalogues the participants produced (called the submission catalogues) can then be compared to the real source properties used in creating the synthetic images (called the truth catalogues) to determine which solutions achieve the best result.
Both SDC1 and SDC2 expose a different but consistent API to achieve this; an SdcScorer object is instantiated with submission and truth catalogues (file paths or DataFrame
s), runs a scoring pipeline on these catalogues, and returns an SdcScore
object which contains the key properties relating to the scoring of the catalogues.
Per-challenge documentation can be found in the relevant paths in the parent repository:
Package Installation
The package is designed to be installed with the pip
package manager:
pip install ska-sdc
This requires Python 3.6+ and has package dependencies which will be installed if not already present.
Licence
Although this code is open-source under the 3-clause BSD licence, it is not released to the public until after each challenge is completed, since normal operation requires the truth catalogue to be available to the respective scoring pipeline.
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
Built Distribution
File details
Details for the file ska_sdc-2.0.0.tar.gz
.
File metadata
- Download URL: ska_sdc-2.0.0.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 638319a50ed9c13c523c60a44a8fd54b7be08dd155dfc05589bdc58e31435b52 |
|
MD5 | c5815aba64d263ec560350366baf8198 |
|
BLAKE2b-256 | 15be053034d725737641afd466a1885e5afba7b332e99b4c3d8e18bcf6c7083c |
File details
Details for the file ska_sdc-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: ska_sdc-2.0.0-py3-none-any.whl
- Upload date:
- Size: 40.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c40cc09adbd572605b85d7a8c82bfcd420ada25ec991209a031c2cccb20b409f |
|
MD5 | 7168489c44d25e6fc69766ec28194029 |
|
BLAKE2b-256 | e900c6c22e5059a9ee9d887f7361b731a67ec09b8d03b6126b5dc3f213061a49 |