dslighting 1.3.9__py3-none-any.whl → 1.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dsat/runner.py +26 -18
- dslighting/__init__.py +7 -1
- dslighting/core/agent.py +143 -27
- dslighting/core/config_builder.py +1 -1
- dslighting/core/data_loader.py +259 -0
- dslighting/datasets/__init__.py +177 -0
- dslighting/datasets/bike-sharing-demand/sampleSubmission.csv +6494 -0
- dslighting/datasets/bike-sharing-demand/test.csv +2179 -0
- dslighting/datasets/bike-sharing-demand/test_answer.csv +2179 -0
- dslighting/datasets/bike-sharing-demand/train.csv +8709 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/checksums.yaml +6 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/config.yaml +22 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/description.md +157 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/description_obfuscated.md +66 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
- dslighting/registry/AI4Code/checksums.yaml +7 -0
- dslighting/registry/AI4Code/config.yaml +26 -0
- dslighting/registry/AI4Code/description.md +122 -0
- dslighting/registry/AI4Code/description_obfuscated.md +38 -0
- dslighting/registry/AI4Code/grade.py +70 -0
- dslighting/registry/AI4Code/prepare.py +84 -0
- dslighting/registry/AI4Code/prepare_val.py +159 -0
- dslighting/registry/README.md +466 -0
- dslighting/registry/__init__.py +0 -0
- dslighting/registry/aerial-cactus-identification/checksums.yaml +6 -0
- dslighting/registry/aerial-cactus-identification/config.yaml +16 -0
- dslighting/registry/aerial-cactus-identification/description.md +56 -0
- dslighting/registry/aerial-cactus-identification/description_obfuscated.md +28 -0
- dslighting/registry/aerial-cactus-identification/grade.py +11 -0
- dslighting/registry/aerial-cactus-identification/prepare.py +71 -0
- dslighting/registry/aerial-cactus-identification/prepare_val.py +133 -0
- dslighting/registry/alaska2-image-steganalysis/checksums.yaml +5 -0
- dslighting/registry/alaska2-image-steganalysis/config.yaml +22 -0
- dslighting/registry/alaska2-image-steganalysis/description.md +91 -0
- dslighting/registry/alaska2-image-steganalysis/description_obfuscated.md +44 -0
- dslighting/registry/alaska2-image-steganalysis/grade.py +136 -0
- dslighting/registry/alaska2-image-steganalysis/prepare.py +88 -0
- dslighting/registry/alaska2-image-steganalysis/prepare_val.py +148 -0
- dslighting/registry/aptos2019-blindness-detection/checksums.yaml +7 -0
- dslighting/registry/aptos2019-blindness-detection/config.yaml +24 -0
- dslighting/registry/aptos2019-blindness-detection/description.md +118 -0
- dslighting/registry/aptos2019-blindness-detection/description_obfuscated.md +40 -0
- dslighting/registry/aptos2019-blindness-detection/grade.py +35 -0
- dslighting/registry/aptos2019-blindness-detection/prepare.py +75 -0
- dslighting/registry/aptos2019-blindness-detection/prepare_val.py +123 -0
- dslighting/registry/bike-sharing-demand/__init__.py +0 -0
- dslighting/registry/bike-sharing-demand/config.yaml +15 -0
- dslighting/registry/bike-sharing-demand/description.md +54 -0
- dslighting/registry/bike-sharing-demand/grade.py +55 -0
- dslighting/registry/bike-sharing-demand/prepare.py +37 -0
- dslighting/registry/bike-sharing-demand/report.md +179 -0
- dslighting/registry/billion-word-imputation/checksums.yaml +5 -0
- dslighting/registry/billion-word-imputation/config.yaml +16 -0
- dslighting/registry/billion-word-imputation/description.md +52 -0
- dslighting/registry/billion-word-imputation/description_obfuscated.md +32 -0
- dslighting/registry/billion-word-imputation/grade.py +37 -0
- dslighting/registry/billion-word-imputation/prepare.py +107 -0
- dslighting/registry/billion-word-imputation/prepare_val.py +179 -0
- dslighting/registry/bms-molecular-translation/checksums.yaml +7 -0
- dslighting/registry/bms-molecular-translation/config.yaml +22 -0
- dslighting/registry/bms-molecular-translation/description.md +68 -0
- dslighting/registry/bms-molecular-translation/description_obfuscated.md +26 -0
- dslighting/registry/bms-molecular-translation/grade.py +40 -0
- dslighting/registry/bms-molecular-translation/prepare.py +68 -0
- dslighting/registry/bms-molecular-translation/prepare_val.py +131 -0
- dslighting/registry/cassava-leaf-disease-classification/checksums.yaml +7 -0
- dslighting/registry/cassava-leaf-disease-classification/config.yaml +28 -0
- dslighting/registry/cassava-leaf-disease-classification/description.md +124 -0
- dslighting/registry/cassava-leaf-disease-classification/description_obfuscated.md +36 -0
- dslighting/registry/cassava-leaf-disease-classification/grade.py +12 -0
- dslighting/registry/cassava-leaf-disease-classification/prepare.py +113 -0
- dslighting/registry/cassava-leaf-disease-classification/prepare_val.py +186 -0
- dslighting/registry/cdiscount-image-classification-challenge/checksums.yaml +9 -0
- dslighting/registry/cdiscount-image-classification-challenge/config.yaml +22 -0
- dslighting/registry/cdiscount-image-classification-challenge/description.md +100 -0
- dslighting/registry/cdiscount-image-classification-challenge/description_obfuscated.md +25 -0
- dslighting/registry/cdiscount-image-classification-challenge/grade.py +11 -0
- dslighting/registry/cdiscount-image-classification-challenge/prepare.py +144 -0
- dslighting/registry/cdiscount-image-classification-challenge/prepare_val.py +205 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/checksums.yaml +7 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/config.yaml +26 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/description.md +138 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/description_obfuscated.md +59 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
- dslighting/registry/champs-scalar-coupling/checksums.yaml +13 -0
- dslighting/registry/champs-scalar-coupling/config.yaml +26 -0
- dslighting/registry/champs-scalar-coupling/description.md +111 -0
- dslighting/registry/champs-scalar-coupling/description_obfuscated.md +32 -0
- dslighting/registry/champs-scalar-coupling/grade.py +60 -0
- dslighting/registry/champs-scalar-coupling/prepare.py +116 -0
- dslighting/registry/champs-scalar-coupling/prepare_val.py +155 -0
- dslighting/registry/conways-reverse-game-of-life-2020/__init__.py +0 -0
- dslighting/registry/conways-reverse-game-of-life-2020/checksums.yaml +9 -0
- dslighting/registry/conways-reverse-game-of-life-2020/config.yaml +17 -0
- dslighting/registry/conways-reverse-game-of-life-2020/description.md +27 -0
- dslighting/registry/conways-reverse-game-of-life-2020/grade.py +40 -0
- dslighting/registry/conways-reverse-game-of-life-2020/prepare.py +41 -0
- dslighting/registry/dabench-0-mean-fare-paid/checksums.yaml +2 -0
- dslighting/registry/dabench-0-mean-fare-paid/config.yaml +16 -0
- dslighting/registry/dabench-0-mean-fare-paid/description.md +43 -0
- dslighting/registry/dabench-0-mean-fare-paid/grade.py +66 -0
- dslighting/registry/dabench-0-mean-fare-paid/prepare.py +49 -0
- dslighting/registry/dabench-10-total-traded-quantity/checksums.yaml +2 -0
- dslighting/registry/dabench-10-total-traded-quantity/config.yaml +16 -0
- dslighting/registry/dabench-10-total-traded-quantity/description.md +43 -0
- dslighting/registry/dabench-10-total-traded-quantity/grade.py +66 -0
- dslighting/registry/dabench-10-total-traded-quantity/prepare.py +49 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-108-generate-feature-called/checksums.yaml +2 -0
- dslighting/registry/dabench-108-generate-feature-called/config.yaml +16 -0
- dslighting/registry/dabench-108-generate-feature-called/description.md +43 -0
- dslighting/registry/dabench-108-generate-feature-called/grade.py +66 -0
- dslighting/registry/dabench-108-generate-feature-called/prepare.py +49 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/checksums.yaml +2 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/config.yaml +16 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/description.md +45 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/grade.py +66 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/prepare.py +49 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/description.md +45 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/description.md +43 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-114-which-country-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-114-which-country-highest/config.yaml +16 -0
- dslighting/registry/dabench-114-which-country-highest/description.md +43 -0
- dslighting/registry/dabench-114-which-country-highest/grade.py +66 -0
- dslighting/registry/dabench-114-which-country-highest/prepare.py +49 -0
- dslighting/registry/dabench-116-there-outliers-happiness/checksums.yaml +2 -0
- dslighting/registry/dabench-116-there-outliers-happiness/config.yaml +16 -0
- dslighting/registry/dabench-116-there-outliers-happiness/description.md +43 -0
- dslighting/registry/dabench-116-there-outliers-happiness/grade.py +66 -0
- dslighting/registry/dabench-116-there-outliers-happiness/prepare.py +49 -0
- dslighting/registry/dabench-117-which-variable-strongest/checksums.yaml +2 -0
- dslighting/registry/dabench-117-which-variable-strongest/config.yaml +16 -0
- dslighting/registry/dabench-117-which-variable-strongest/description.md +45 -0
- dslighting/registry/dabench-117-which-variable-strongest/grade.py +66 -0
- dslighting/registry/dabench-117-which-variable-strongest/prepare.py +49 -0
- dslighting/registry/dabench-118-there-linear-relationship/checksums.yaml +2 -0
- dslighting/registry/dabench-118-there-linear-relationship/config.yaml +16 -0
- dslighting/registry/dabench-118-there-linear-relationship/description.md +43 -0
- dslighting/registry/dabench-118-there-linear-relationship/grade.py +66 -0
- dslighting/registry/dabench-118-there-linear-relationship/prepare.py +49 -0
- dslighting/registry/dabench-123-which-country-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-123-which-country-highest/config.yaml +16 -0
- dslighting/registry/dabench-123-which-country-highest/description.md +46 -0
- dslighting/registry/dabench-123-which-country-highest/grade.py +66 -0
- dslighting/registry/dabench-123-which-country-highest/prepare.py +49 -0
- dslighting/registry/dabench-124-there-significant-difference/checksums.yaml +2 -0
- dslighting/registry/dabench-124-there-significant-difference/config.yaml +16 -0
- dslighting/registry/dabench-124-there-significant-difference/description.md +48 -0
- dslighting/registry/dabench-124-there-significant-difference/grade.py +66 -0
- dslighting/registry/dabench-124-there-significant-difference/prepare.py +49 -0
- dslighting/registry/dabench-125-predict-number-people/checksums.yaml +2 -0
- dslighting/registry/dabench-125-predict-number-people/config.yaml +16 -0
- dslighting/registry/dabench-125-predict-number-people/description.md +52 -0
- dslighting/registry/dabench-125-predict-number-people/grade.py +66 -0
- dslighting/registry/dabench-125-predict-number-people/prepare.py +49 -0
- dslighting/registry/dabench-129-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-129-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-129-mean-standard-deviation/description.md +44 -0
- dslighting/registry/dabench-129-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-129-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-130-passengers-follows-normal/checksums.yaml +2 -0
- dslighting/registry/dabench-130-passengers-follows-normal/config.yaml +16 -0
- dslighting/registry/dabench-130-passengers-follows-normal/description.md +43 -0
- dslighting/registry/dabench-130-passengers-follows-normal/grade.py +66 -0
- dslighting/registry/dabench-130-passengers-follows-normal/prepare.py +49 -0
- dslighting/registry/dabench-132-identify-count-number/checksums.yaml +2 -0
- dslighting/registry/dabench-132-identify-count-number/config.yaml +16 -0
- dslighting/registry/dabench-132-identify-count-number/description.md +46 -0
- dslighting/registry/dabench-132-identify-count-number/grade.py +66 -0
- dslighting/registry/dabench-132-identify-count-number/prepare.py +49 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/description.md +49 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/config.yaml +16 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/description.md +45 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/grade.py +66 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/prepare.py +49 -0
- dslighting/registry/dabench-137-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-137-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-137-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-137-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-137-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-139-question-percentage-votes/checksums.yaml +2 -0
- dslighting/registry/dabench-139-question-percentage-votes/config.yaml +16 -0
- dslighting/registry/dabench-139-question-percentage-votes/description.md +43 -0
- dslighting/registry/dabench-139-question-percentage-votes/grade.py +66 -0
- dslighting/registry/dabench-139-question-percentage-votes/prepare.py +49 -0
- dslighting/registry/dabench-14-feature-called-price/checksums.yaml +2 -0
- dslighting/registry/dabench-14-feature-called-price/config.yaml +16 -0
- dslighting/registry/dabench-14-feature-called-price/description.md +45 -0
- dslighting/registry/dabench-14-feature-called-price/grade.py +66 -0
- dslighting/registry/dabench-14-feature-called-price/prepare.py +49 -0
- dslighting/registry/dabench-140-question-there-correlation/checksums.yaml +2 -0
- dslighting/registry/dabench-140-question-there-correlation/config.yaml +16 -0
- dslighting/registry/dabench-140-question-there-correlation/description.md +50 -0
- dslighting/registry/dabench-140-question-there-correlation/grade.py +66 -0
- dslighting/registry/dabench-140-question-there-correlation/prepare.py +49 -0
- dslighting/registry/dabench-142-question-there-relationship/checksums.yaml +2 -0
- dslighting/registry/dabench-142-question-there-relationship/config.yaml +16 -0
- dslighting/registry/dabench-142-question-there-relationship/description.md +45 -0
- dslighting/registry/dabench-142-question-there-relationship/grade.py +66 -0
- dslighting/registry/dabench-142-question-there-relationship/prepare.py +49 -0
- dslighting/registry/dabench-144-question-mean-standard/checksums.yaml +2 -0
- dslighting/registry/dabench-144-question-mean-standard/config.yaml +16 -0
- dslighting/registry/dabench-144-question-mean-standard/description.md +46 -0
- dslighting/registry/dabench-144-question-mean-standard/grade.py +66 -0
- dslighting/registry/dabench-144-question-mean-standard/prepare.py +49 -0
- dslighting/registry/dabench-174-determine-skewness-fares/checksums.yaml +2 -0
- dslighting/registry/dabench-174-determine-skewness-fares/config.yaml +16 -0
- dslighting/registry/dabench-174-determine-skewness-fares/description.md +43 -0
- dslighting/registry/dabench-174-determine-skewness-fares/grade.py +66 -0
- dslighting/registry/dabench-174-determine-skewness-fares/prepare.py +49 -0
- dslighting/registry/dabench-175-identify-there-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-175-identify-there-outliers/config.yaml +16 -0
- dslighting/registry/dabench-175-identify-there-outliers/description.md +43 -0
- dslighting/registry/dabench-175-identify-there-outliers/grade.py +66 -0
- dslighting/registry/dabench-175-identify-there-outliers/prepare.py +49 -0
- dslighting/registry/dabench-176-median-male-passengers/checksums.yaml +2 -0
- dslighting/registry/dabench-176-median-male-passengers/config.yaml +16 -0
- dslighting/registry/dabench-176-median-male-passengers/description.md +46 -0
- dslighting/registry/dabench-176-median-male-passengers/grade.py +66 -0
- dslighting/registry/dabench-176-median-male-passengers/prepare.py +49 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/checksums.yaml +2 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/config.yaml +16 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/description.md +47 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/grade.py +66 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/prepare.py +49 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/description.md +50 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-18-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-18-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-18-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-18-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-18-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-180-outlier-detection-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-180-outlier-detection-fare/config.yaml +16 -0
- dslighting/registry/dabench-180-outlier-detection-fare/description.md +45 -0
- dslighting/registry/dabench-180-outlier-detection-fare/grade.py +66 -0
- dslighting/registry/dabench-180-outlier-detection-fare/prepare.py +49 -0
- dslighting/registry/dabench-19-distribution-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-19-distribution-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-19-distribution-column-adheres/description.md +43 -0
- dslighting/registry/dabench-19-distribution-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-19-distribution-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-207-which-column-contain/checksums.yaml +2 -0
- dslighting/registry/dabench-207-which-column-contain/config.yaml +16 -0
- dslighting/registry/dabench-207-which-column-contain/description.md +43 -0
- dslighting/registry/dabench-207-which-column-contain/grade.py +66 -0
- dslighting/registry/dabench-207-which-column-contain/prepare.py +49 -0
- dslighting/registry/dabench-208-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-208-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-208-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-208-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-208-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-209-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-209-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-209-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-209-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-209-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-210-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-210-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-210-identify-remove-outliers/description.md +45 -0
- dslighting/registry/dabench-210-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-210-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-214-correlation-analysis-between/checksums.yaml +2 -0
- dslighting/registry/dabench-214-correlation-analysis-between/config.yaml +16 -0
- dslighting/registry/dabench-214-correlation-analysis-between/description.md +48 -0
- dslighting/registry/dabench-214-correlation-analysis-between/grade.py +66 -0
- dslighting/registry/dabench-214-correlation-analysis-between/prepare.py +49 -0
- dslighting/registry/dabench-216-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-216-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-216-mean-standard-deviation/description.md +49 -0
- dslighting/registry/dabench-216-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-216-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-217-find-site-identifier/checksums.yaml +2 -0
- dslighting/registry/dabench-217-find-site-identifier/config.yaml +16 -0
- dslighting/registry/dabench-217-find-site-identifier/description.md +46 -0
- dslighting/registry/dabench-217-find-site-identifier/grade.py +66 -0
- dslighting/registry/dabench-217-find-site-identifier/prepare.py +49 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/description.md +46 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-219-identify-site-with/checksums.yaml +2 -0
- dslighting/registry/dabench-219-identify-site-with/config.yaml +16 -0
- dslighting/registry/dabench-219-identify-site-with/description.md +45 -0
- dslighting/registry/dabench-219-identify-site-with/grade.py +66 -0
- dslighting/registry/dabench-219-identify-site-with/prepare.py +49 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/description.md +43 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-222-explore-distribution-column/checksums.yaml +2 -0
- dslighting/registry/dabench-222-explore-distribution-column/config.yaml +16 -0
- dslighting/registry/dabench-222-explore-distribution-column/description.md +43 -0
- dslighting/registry/dabench-222-explore-distribution-column/grade.py +66 -0
- dslighting/registry/dabench-222-explore-distribution-column/prepare.py +49 -0
- dslighting/registry/dabench-224-utilize-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-224-utilize-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-224-utilize-machine-learning/description.md +43 -0
- dslighting/registry/dabench-224-utilize-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-224-utilize-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-23-machine-learning-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-23-machine-learning-techniques/config.yaml +16 -0
- dslighting/registry/dabench-23-machine-learning-techniques/description.md +43 -0
- dslighting/registry/dabench-23-machine-learning-techniques/grade.py +66 -0
- dslighting/registry/dabench-23-machine-learning-techniques/prepare.py +49 -0
- dslighting/registry/dabench-234-what-average-duration/checksums.yaml +2 -0
- dslighting/registry/dabench-234-what-average-duration/config.yaml +16 -0
- dslighting/registry/dabench-234-what-average-duration/description.md +43 -0
- dslighting/registry/dabench-234-what-average-duration/grade.py +66 -0
- dslighting/registry/dabench-234-what-average-duration/prepare.py +49 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/config.yaml +16 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/description.md +43 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/grade.py +66 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/prepare.py +49 -0
- dslighting/registry/dabench-243-what-mean-batting/checksums.yaml +2 -0
- dslighting/registry/dabench-243-what-mean-batting/config.yaml +16 -0
- dslighting/registry/dabench-243-what-mean-batting/description.md +43 -0
- dslighting/registry/dabench-243-what-mean-batting/grade.py +66 -0
- dslighting/registry/dabench-243-what-mean-batting/prepare.py +49 -0
- dslighting/registry/dabench-244-number-home-runs/checksums.yaml +2 -0
- dslighting/registry/dabench-244-number-home-runs/config.yaml +16 -0
- dslighting/registry/dabench-244-number-home-runs/description.md +44 -0
- dslighting/registry/dabench-244-number-home-runs/grade.py +66 -0
- dslighting/registry/dabench-244-number-home-runs/prepare.py +49 -0
- dslighting/registry/dabench-247-what-average-number/checksums.yaml +2 -0
- dslighting/registry/dabench-247-what-average-number/config.yaml +16 -0
- dslighting/registry/dabench-247-what-average-number/description.md +45 -0
- dslighting/registry/dabench-247-what-average-number/grade.py +66 -0
- dslighting/registry/dabench-247-what-average-number/prepare.py +49 -0
- dslighting/registry/dabench-249-there-significant-correlation/checksums.yaml +2 -0
- dslighting/registry/dabench-249-there-significant-correlation/config.yaml +16 -0
- dslighting/registry/dabench-249-there-significant-correlation/description.md +43 -0
- dslighting/registry/dabench-249-there-significant-correlation/grade.py +66 -0
- dslighting/registry/dabench-249-there-significant-correlation/prepare.py +49 -0
- dslighting/registry/dabench-25-distribution-values-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-25-distribution-values-dataset/config.yaml +16 -0
- dslighting/registry/dabench-25-distribution-values-dataset/description.md +43 -0
- dslighting/registry/dabench-25-distribution-values-dataset/grade.py +66 -0
- dslighting/registry/dabench-25-distribution-values-dataset/prepare.py +49 -0
- dslighting/registry/dabench-250-feature-called-which/checksums.yaml +2 -0
- dslighting/registry/dabench-250-feature-called-which/config.yaml +16 -0
- dslighting/registry/dabench-250-feature-called-which/description.md +45 -0
- dslighting/registry/dabench-250-feature-called-which/grade.py +66 -0
- dslighting/registry/dabench-250-feature-called-which/prepare.py +49 -0
- dslighting/registry/dabench-252-determine-which-country/checksums.yaml +2 -0
- dslighting/registry/dabench-252-determine-which-country/config.yaml +16 -0
- dslighting/registry/dabench-252-determine-which-country/description.md +43 -0
- dslighting/registry/dabench-252-determine-which-country/grade.py +66 -0
- dslighting/registry/dabench-252-determine-which-country/prepare.py +49 -0
- dslighting/registry/dabench-254-identify-outliers-gross/checksums.yaml +2 -0
- dslighting/registry/dabench-254-identify-outliers-gross/config.yaml +16 -0
- dslighting/registry/dabench-254-identify-outliers-gross/description.md +43 -0
- dslighting/registry/dabench-254-identify-outliers-gross/grade.py +66 -0
- dslighting/registry/dabench-254-identify-outliers-gross/prepare.py +49 -0
- dslighting/registry/dabench-255-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-255-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-255-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-255-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-255-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-268-meanpot-values-normally/checksums.yaml +2 -0
- dslighting/registry/dabench-268-meanpot-values-normally/config.yaml +16 -0
- dslighting/registry/dabench-268-meanpot-values-normally/description.md +43 -0
- dslighting/registry/dabench-268-meanpot-values-normally/grade.py +66 -0
- dslighting/registry/dabench-268-meanpot-values-normally/prepare.py +49 -0
- dslighting/registry/dabench-269-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-269-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-269-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-269-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-269-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-27-identify-outliers-charges/checksums.yaml +2 -0
- dslighting/registry/dabench-27-identify-outliers-charges/config.yaml +16 -0
- dslighting/registry/dabench-27-identify-outliers-charges/description.md +45 -0
- dslighting/registry/dabench-27-identify-outliers-charges/grade.py +66 -0
- dslighting/registry/dabench-27-identify-outliers-charges/prepare.py +49 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/description.md +53 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-272-feature-named-dividing/checksums.yaml +2 -0
- dslighting/registry/dabench-272-feature-named-dividing/config.yaml +16 -0
- dslighting/registry/dabench-272-feature-named-dividing/description.md +45 -0
- dslighting/registry/dabench-272-feature-named-dividing/grade.py +66 -0
- dslighting/registry/dabench-272-feature-named-dividing/prepare.py +49 -0
- dslighting/registry/dabench-273-correlation-analysis-between/checksums.yaml +2 -0
- dslighting/registry/dabench-273-correlation-analysis-between/config.yaml +16 -0
- dslighting/registry/dabench-273-correlation-analysis-between/description.md +46 -0
- dslighting/registry/dabench-273-correlation-analysis-between/grade.py +66 -0
- dslighting/registry/dabench-273-correlation-analysis-between/prepare.py +49 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/config.yaml +16 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/description.md +58 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/grade.py +66 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/prepare.py +49 -0
- dslighting/registry/dabench-277-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-277-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-277-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-277-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-277-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-278-there-outliers-agri/checksums.yaml +2 -0
- dslighting/registry/dabench-278-there-outliers-agri/config.yaml +16 -0
- dslighting/registry/dabench-278-there-outliers-agri/description.md +43 -0
- dslighting/registry/dabench-278-there-outliers-agri/grade.py +66 -0
- dslighting/registry/dabench-278-there-outliers-agri/prepare.py +49 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-282-correlation-analysis-given/checksums.yaml +2 -0
- dslighting/registry/dabench-282-correlation-analysis-given/config.yaml +16 -0
- dslighting/registry/dabench-282-correlation-analysis-given/description.md +45 -0
- dslighting/registry/dabench-282-correlation-analysis-given/grade.py +66 -0
- dslighting/registry/dabench-282-correlation-analysis-given/prepare.py +49 -0
- dslighting/registry/dabench-297-there-significant-difference/checksums.yaml +2 -0
- dslighting/registry/dabench-297-there-significant-difference/config.yaml +16 -0
- dslighting/registry/dabench-297-there-significant-difference/description.md +48 -0
- dslighting/registry/dabench-297-there-significant-difference/grade.py +66 -0
- dslighting/registry/dabench-297-there-significant-difference/prepare.py +49 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/checksums.yaml +2 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/config.yaml +16 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/description.md +46 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/grade.py +66 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/prepare.py +49 -0
- dslighting/registry/dabench-30-linear-regression-machine/checksums.yaml +2 -0
- dslighting/registry/dabench-30-linear-regression-machine/config.yaml +16 -0
- dslighting/registry/dabench-30-linear-regression-machine/description.md +43 -0
- dslighting/registry/dabench-30-linear-regression-machine/grade.py +66 -0
- dslighting/registry/dabench-30-linear-regression-machine/prepare.py +49 -0
- dslighting/registry/dabench-300-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-300-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-300-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-300-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-300-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-304-fare-variable-follows/checksums.yaml +2 -0
- dslighting/registry/dabench-304-fare-variable-follows/config.yaml +16 -0
- dslighting/registry/dabench-304-fare-variable-follows/description.md +43 -0
- dslighting/registry/dabench-304-fare-variable-follows/grade.py +66 -0
- dslighting/registry/dabench-304-fare-variable-follows/prepare.py +49 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/config.yaml +16 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/description.md +45 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/grade.py +66 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/prepare.py +49 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/config.yaml +16 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/description.md +45 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/grade.py +66 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/prepare.py +49 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/checksums.yaml +2 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/config.yaml +16 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/description.md +43 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/grade.py +66 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/prepare.py +49 -0
- dslighting/registry/dabench-32-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-32-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-32-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-32-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-32-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/checksums.yaml +2 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/config.yaml +16 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/description.md +43 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/grade.py +66 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/prepare.py +49 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/checksums.yaml +2 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/config.yaml +16 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/description.md +43 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/grade.py +66 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/prepare.py +49 -0
- dslighting/registry/dabench-324-there-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-324-there-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-324-there-missing-values/description.md +43 -0
- dslighting/registry/dabench-324-there-missing-values/grade.py +66 -0
- dslighting/registry/dabench-324-there-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-326-feature-named-that/checksums.yaml +2 -0
- dslighting/registry/dabench-326-feature-named-that/config.yaml +16 -0
- dslighting/registry/dabench-326-feature-named-that/description.md +47 -0
- dslighting/registry/dabench-326-feature-named-that/grade.py +66 -0
- dslighting/registry/dabench-326-feature-named-that/prepare.py +49 -0
- dslighting/registry/dabench-33-column-normally-distributed/checksums.yaml +2 -0
- dslighting/registry/dabench-33-column-normally-distributed/config.yaml +16 -0
- dslighting/registry/dabench-33-column-normally-distributed/description.md +43 -0
- dslighting/registry/dabench-33-column-normally-distributed/grade.py +66 -0
- dslighting/registry/dabench-33-column-normally-distributed/prepare.py +49 -0
- dslighting/registry/dabench-337-distribution-median-sold/checksums.yaml +2 -0
- dslighting/registry/dabench-337-distribution-median-sold/config.yaml +16 -0
- dslighting/registry/dabench-337-distribution-median-sold/description.md +45 -0
- dslighting/registry/dabench-337-distribution-median-sold/grade.py +66 -0
- dslighting/registry/dabench-337-distribution-median-sold/prepare.py +49 -0
- dslighting/registry/dabench-338-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-338-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-338-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-338-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-338-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-34-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-34-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-34-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-34-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-34-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-349-mean-passengers/checksums.yaml +2 -0
- dslighting/registry/dabench-349-mean-passengers/config.yaml +16 -0
- dslighting/registry/dabench-349-mean-passengers/description.md +43 -0
- dslighting/registry/dabench-349-mean-passengers/grade.py +66 -0
- dslighting/registry/dabench-349-mean-passengers/prepare.py +49 -0
- dslighting/registry/dabench-35-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-35-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-35-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-35-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-35-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-350-fare-column-follows/checksums.yaml +2 -0
- dslighting/registry/dabench-350-fare-column-follows/config.yaml +16 -0
- dslighting/registry/dabench-350-fare-column-follows/description.md +43 -0
- dslighting/registry/dabench-350-fare-column-follows/grade.py +66 -0
- dslighting/registry/dabench-350-fare-column-follows/prepare.py +49 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-352-identify-outliers-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-352-identify-outliers-fare/config.yaml +16 -0
- dslighting/registry/dabench-352-identify-outliers-fare/description.md +45 -0
- dslighting/registry/dabench-352-identify-outliers-fare/grade.py +66 -0
- dslighting/registry/dabench-352-identify-outliers-fare/prepare.py +49 -0
- dslighting/registry/dabench-354-feature-familysize-summing/checksums.yaml +2 -0
- dslighting/registry/dabench-354-feature-familysize-summing/config.yaml +16 -0
- dslighting/registry/dabench-354-feature-familysize-summing/description.md +44 -0
- dslighting/registry/dabench-354-feature-familysize-summing/grade.py +66 -0
- dslighting/registry/dabench-354-feature-familysize-summing/prepare.py +49 -0
- dslighting/registry/dabench-355-linear-regression-analysis/checksums.yaml +2 -0
- dslighting/registry/dabench-355-linear-regression-analysis/config.yaml +16 -0
- dslighting/registry/dabench-355-linear-regression-analysis/description.md +49 -0
- dslighting/registry/dabench-355-linear-regression-analysis/grade.py +66 -0
- dslighting/registry/dabench-355-linear-regression-analysis/prepare.py +49 -0
- dslighting/registry/dabench-359-distribution-wind-speed/checksums.yaml +2 -0
- dslighting/registry/dabench-359-distribution-wind-speed/config.yaml +16 -0
- dslighting/registry/dabench-359-distribution-wind-speed/description.md +48 -0
- dslighting/registry/dabench-359-distribution-wind-speed/grade.py +66 -0
- dslighting/registry/dabench-359-distribution-wind-speed/prepare.py +49 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/description.md +47 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-361-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-361-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-361-identify-remove-outliers/description.md +47 -0
- dslighting/registry/dabench-361-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-361-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-363-train-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-363-train-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-363-train-machine-learning/description.md +47 -0
- dslighting/registry/dabench-363-train-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-363-train-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-372-find-mean-median/checksums.yaml +2 -0
- dslighting/registry/dabench-372-find-mean-median/config.yaml +16 -0
- dslighting/registry/dabench-372-find-mean-median/description.md +43 -0
- dslighting/registry/dabench-372-find-mean-median/grade.py +66 -0
- dslighting/registry/dabench-372-find-mean-median/prepare.py +49 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/checksums.yaml +2 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/config.yaml +16 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/description.md +45 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/grade.py +66 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/prepare.py +49 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/config.yaml +16 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/description.md +45 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/grade.py +66 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/prepare.py +49 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/checksums.yaml +2 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/config.yaml +16 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/description.md +45 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/grade.py +66 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/prepare.py +49 -0
- dslighting/registry/dabench-39-explore-distribution-importance/checksums.yaml +2 -0
- dslighting/registry/dabench-39-explore-distribution-importance/config.yaml +16 -0
- dslighting/registry/dabench-39-explore-distribution-importance/description.md +45 -0
- dslighting/registry/dabench-39-explore-distribution-importance/grade.py +66 -0
- dslighting/registry/dabench-39-explore-distribution-importance/prepare.py +49 -0
- dslighting/registry/dabench-408-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-408-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-408-there-correlation-between/description.md +49 -0
- dslighting/registry/dabench-408-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-408-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-409-many-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-409-many-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-409-many-missing-values/description.md +43 -0
- dslighting/registry/dabench-409-many-missing-values/grade.py +66 -0
- dslighting/registry/dabench-409-many-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-410-what-distribution-ages/checksums.yaml +2 -0
- dslighting/registry/dabench-410-what-distribution-ages/config.yaml +16 -0
- dslighting/registry/dabench-410-what-distribution-ages/description.md +43 -0
- dslighting/registry/dabench-410-what-distribution-ages/grade.py +66 -0
- dslighting/registry/dabench-410-what-distribution-ages/prepare.py +49 -0
- dslighting/registry/dabench-411-there-outliers-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-411-there-outliers-fare/config.yaml +16 -0
- dslighting/registry/dabench-411-there-outliers-fare/description.md +43 -0
- dslighting/registry/dabench-411-there-outliers-fare/grade.py +66 -0
- dslighting/registry/dabench-411-there-outliers-fare/prepare.py +49 -0
- dslighting/registry/dabench-412-feature-called-familysize/checksums.yaml +2 -0
- dslighting/registry/dabench-412-feature-called-familysize/config.yaml +16 -0
- dslighting/registry/dabench-412-feature-called-familysize/description.md +43 -0
- dslighting/registry/dabench-412-feature-called-familysize/grade.py +66 -0
- dslighting/registry/dabench-412-feature-called-familysize/prepare.py +49 -0
- dslighting/registry/dabench-413-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-413-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-413-there-correlation-between/description.md +47 -0
- dslighting/registry/dabench-413-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-413-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-414-what-average-passengers/checksums.yaml +2 -0
- dslighting/registry/dabench-414-what-average-passengers/config.yaml +16 -0
- dslighting/registry/dabench-414-what-average-passengers/description.md +45 -0
- dslighting/registry/dabench-414-what-average-passengers/grade.py +66 -0
- dslighting/registry/dabench-414-what-average-passengers/prepare.py +49 -0
- dslighting/registry/dabench-415-what-distribution-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-415-what-distribution-fare/config.yaml +16 -0
- dslighting/registry/dabench-415-what-distribution-fare/description.md +46 -0
- dslighting/registry/dabench-415-what-distribution-fare/grade.py +66 -0
- dslighting/registry/dabench-415-what-distribution-fare/prepare.py +49 -0
- dslighting/registry/dabench-418-there-outliers-trading/checksums.yaml +2 -0
- dslighting/registry/dabench-418-there-outliers-trading/config.yaml +16 -0
- dslighting/registry/dabench-418-there-outliers-trading/description.md +43 -0
- dslighting/registry/dabench-418-there-outliers-trading/grade.py +66 -0
- dslighting/registry/dabench-418-there-outliers-trading/prepare.py +49 -0
- dslighting/registry/dabench-419-there-significant-difference/checksums.yaml +2 -0
- dslighting/registry/dabench-419-there-significant-difference/config.yaml +16 -0
- dslighting/registry/dabench-419-there-significant-difference/description.md +43 -0
- dslighting/registry/dabench-419-there-significant-difference/grade.py +66 -0
- dslighting/registry/dabench-419-there-significant-difference/prepare.py +49 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/description.md +43 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-423-feature-engineering-given/checksums.yaml +2 -0
- dslighting/registry/dabench-423-feature-engineering-given/config.yaml +16 -0
- dslighting/registry/dabench-423-feature-engineering-given/description.md +43 -0
- dslighting/registry/dabench-423-feature-engineering-given/grade.py +66 -0
- dslighting/registry/dabench-423-feature-engineering-given/prepare.py +49 -0
- dslighting/registry/dabench-424-develop-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-424-develop-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-424-develop-machine-learning/description.md +43 -0
- dslighting/registry/dabench-424-develop-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-424-develop-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-425-many-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-425-many-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-425-many-missing-values/description.md +43 -0
- dslighting/registry/dabench-425-many-missing-values/grade.py +66 -0
- dslighting/registry/dabench-425-many-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-426-what-maximum-sustained/checksums.yaml +2 -0
- dslighting/registry/dabench-426-what-maximum-sustained/config.yaml +16 -0
- dslighting/registry/dabench-426-what-maximum-sustained/description.md +43 -0
- dslighting/registry/dabench-426-what-maximum-sustained/grade.py +66 -0
- dslighting/registry/dabench-426-what-maximum-sustained/prepare.py +49 -0
- dslighting/registry/dabench-427-many-storms-have/checksums.yaml +2 -0
- dslighting/registry/dabench-427-many-storms-have/config.yaml +16 -0
- dslighting/registry/dabench-427-many-storms-have/description.md +43 -0
- dslighting/registry/dabench-427-many-storms-have/grade.py +66 -0
- dslighting/registry/dabench-427-many-storms-have/prepare.py +49 -0
- dslighting/registry/dabench-428-what-average-damage/checksums.yaml +2 -0
- dslighting/registry/dabench-428-what-average-damage/config.yaml +16 -0
- dslighting/registry/dabench-428-what-average-damage/description.md +50 -0
- dslighting/registry/dabench-428-what-average-damage/grade.py +66 -0
- dslighting/registry/dabench-428-what-average-damage/prepare.py +49 -0
- dslighting/registry/dabench-429-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-429-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-429-there-correlation-between/description.md +50 -0
- dslighting/registry/dabench-429-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-429-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-431-there-relationship-between/checksums.yaml +2 -0
- dslighting/registry/dabench-431-there-relationship-between/config.yaml +16 -0
- dslighting/registry/dabench-431-there-relationship-between/description.md +50 -0
- dslighting/registry/dabench-431-there-relationship-between/grade.py +66 -0
- dslighting/registry/dabench-431-there-relationship-between/prepare.py +49 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/checksums.yaml +2 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/config.yaml +16 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/description.md +48 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/grade.py +66 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/prepare.py +49 -0
- dslighting/registry/dabench-446-what-mean-wind/checksums.yaml +2 -0
- dslighting/registry/dabench-446-what-mean-wind/config.yaml +16 -0
- dslighting/registry/dabench-446-what-mean-wind/description.md +43 -0
- dslighting/registry/dabench-446-what-mean-wind/grade.py +66 -0
- dslighting/registry/dabench-446-what-mean-wind/prepare.py +49 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/checksums.yaml +2 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/config.yaml +16 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/description.md +43 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/grade.py +66 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/prepare.py +49 -0
- dslighting/registry/dabench-449-what-distribution-wind/checksums.yaml +2 -0
- dslighting/registry/dabench-449-what-distribution-wind/config.yaml +16 -0
- dslighting/registry/dabench-449-what-distribution-wind/description.md +43 -0
- dslighting/registry/dabench-449-what-distribution-wind/grade.py +66 -0
- dslighting/registry/dabench-449-what-distribution-wind/prepare.py +49 -0
- dslighting/registry/dabench-450-average-wind-speed/checksums.yaml +2 -0
- dslighting/registry/dabench-450-average-wind-speed/config.yaml +16 -0
- dslighting/registry/dabench-450-average-wind-speed/description.md +43 -0
- dslighting/registry/dabench-450-average-wind-speed/grade.py +66 -0
- dslighting/registry/dabench-450-average-wind-speed/prepare.py +49 -0
- dslighting/registry/dabench-451-detect-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-451-detect-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-451-detect-missing-values/description.md +41 -0
- dslighting/registry/dabench-451-detect-missing-values/grade.py +66 -0
- dslighting/registry/dabench-451-detect-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-452-there-relationship-between/checksums.yaml +2 -0
- dslighting/registry/dabench-452-there-relationship-between/config.yaml +16 -0
- dslighting/registry/dabench-452-there-relationship-between/description.md +48 -0
- dslighting/registry/dabench-452-there-relationship-between/grade.py +66 -0
- dslighting/registry/dabench-452-there-relationship-between/prepare.py +49 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/config.yaml +16 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/description.md +46 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/grade.py +66 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/prepare.py +49 -0
- dslighting/registry/dabench-465-distribution-offender-ages/checksums.yaml +2 -0
- dslighting/registry/dabench-465-distribution-offender-ages/config.yaml +16 -0
- dslighting/registry/dabench-465-distribution-offender-ages/description.md +43 -0
- dslighting/registry/dabench-465-distribution-offender-ages/grade.py +66 -0
- dslighting/registry/dabench-465-distribution-offender-ages/prepare.py +49 -0
- dslighting/registry/dabench-466-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-466-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-466-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-466-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-466-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-468-there-outliers-distribution/checksums.yaml +2 -0
- dslighting/registry/dabench-468-there-outliers-distribution/config.yaml +16 -0
- dslighting/registry/dabench-468-there-outliers-distribution/description.md +43 -0
- dslighting/registry/dabench-468-there-outliers-distribution/grade.py +66 -0
- dslighting/registry/dabench-468-there-outliers-distribution/prepare.py +49 -0
- dslighting/registry/dabench-472-what-mean-value/checksums.yaml +2 -0
- dslighting/registry/dabench-472-what-mean-value/config.yaml +16 -0
- dslighting/registry/dabench-472-what-mean-value/description.md +44 -0
- dslighting/registry/dabench-472-what-mean-value/grade.py +66 -0
- dslighting/registry/dabench-472-what-mean-value/prepare.py +49 -0
- dslighting/registry/dabench-473-there-outliers-value/checksums.yaml +2 -0
- dslighting/registry/dabench-473-there-outliers-value/config.yaml +16 -0
- dslighting/registry/dabench-473-there-outliers-value/description.md +45 -0
- dslighting/registry/dabench-473-there-outliers-value/grade.py +66 -0
- dslighting/registry/dabench-473-there-outliers-value/prepare.py +49 -0
- dslighting/registry/dabench-474-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-474-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-474-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-474-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-474-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/config.yaml +16 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/description.md +43 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/grade.py +66 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/prepare.py +49 -0
- dslighting/registry/dabench-490-what-mean-percentage/checksums.yaml +2 -0
- dslighting/registry/dabench-490-what-mean-percentage/config.yaml +16 -0
- dslighting/registry/dabench-490-what-mean-percentage/description.md +43 -0
- dslighting/registry/dabench-490-what-mean-percentage/grade.py +66 -0
- dslighting/registry/dabench-490-what-mean-percentage/prepare.py +49 -0
- dslighting/registry/dabench-492-which-field-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-492-which-field-highest/config.yaml +16 -0
- dslighting/registry/dabench-492-which-field-highest/description.md +43 -0
- dslighting/registry/dabench-492-which-field-highest/grade.py +66 -0
- dslighting/registry/dabench-492-which-field-highest/prepare.py +49 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/checksums.yaml +2 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/config.yaml +16 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/description.md +45 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/grade.py +66 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/prepare.py +49 -0
- dslighting/registry/dabench-496-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-496-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-496-feature-engineering-creating/description.md +44 -0
- dslighting/registry/dabench-496-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-496-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-5-generate-feature-called/checksums.yaml +2 -0
- dslighting/registry/dabench-5-generate-feature-called/config.yaml +16 -0
- dslighting/registry/dabench-5-generate-feature-called/description.md +45 -0
- dslighting/registry/dabench-5-generate-feature-called/grade.py +66 -0
- dslighting/registry/dabench-5-generate-feature-called/prepare.py +49 -0
- dslighting/registry/dabench-506-what-average-number/checksums.yaml +2 -0
- dslighting/registry/dabench-506-what-average-number/config.yaml +16 -0
- dslighting/registry/dabench-506-what-average-number/description.md +43 -0
- dslighting/registry/dabench-506-what-average-number/grade.py +66 -0
- dslighting/registry/dabench-506-what-average-number/prepare.py +49 -0
- dslighting/registry/dabench-507-there-hotels-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-507-there-hotels-dataset/config.yaml +16 -0
- dslighting/registry/dabench-507-there-hotels-dataset/description.md +43 -0
- dslighting/registry/dabench-507-there-hotels-dataset/grade.py +66 -0
- dslighting/registry/dabench-507-there-hotels-dataset/prepare.py +49 -0
- dslighting/registry/dabench-508-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-508-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-508-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-508-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-508-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-510-which-hotel-brand/checksums.yaml +2 -0
- dslighting/registry/dabench-510-which-hotel-brand/config.yaml +16 -0
- dslighting/registry/dabench-510-which-hotel-brand/description.md +43 -0
- dslighting/registry/dabench-510-which-hotel-brand/grade.py +66 -0
- dslighting/registry/dabench-510-which-hotel-brand/prepare.py +49 -0
- dslighting/registry/dabench-513-among-hotels-with/checksums.yaml +2 -0
- dslighting/registry/dabench-513-among-hotels-with/config.yaml +16 -0
- dslighting/registry/dabench-513-among-hotels-with/description.md +43 -0
- dslighting/registry/dabench-513-among-hotels-with/grade.py +66 -0
- dslighting/registry/dabench-513-among-hotels-with/prepare.py +49 -0
- dslighting/registry/dabench-514-what-average-review/checksums.yaml +2 -0
- dslighting/registry/dabench-514-what-average-review/config.yaml +16 -0
- dslighting/registry/dabench-514-what-average-review/description.md +43 -0
- dslighting/registry/dabench-514-what-average-review/grade.py +66 -0
- dslighting/registry/dabench-514-what-average-review/prepare.py +49 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/checksums.yaml +2 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/config.yaml +16 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/description.md +43 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/grade.py +66 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/prepare.py +49 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-518-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-518-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-518-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-518-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-518-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-520-feature-called-familysize/checksums.yaml +2 -0
- dslighting/registry/dabench-520-feature-called-familysize/config.yaml +16 -0
- dslighting/registry/dabench-520-feature-called-familysize/description.md +43 -0
- dslighting/registry/dabench-520-feature-called-familysize/grade.py +66 -0
- dslighting/registry/dabench-520-feature-called-familysize/prepare.py +49 -0
- dslighting/registry/dabench-521-using-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-521-using-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-521-using-machine-learning/description.md +43 -0
- dslighting/registry/dabench-521-using-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-521-using-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-522-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-522-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-522-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-522-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-522-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/checksums.yaml +2 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/config.yaml +16 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/description.md +45 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/grade.py +66 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/prepare.py +49 -0
- dslighting/registry/dabench-526-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-526-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-526-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-526-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-526-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-527-what-average-male/checksums.yaml +2 -0
- dslighting/registry/dabench-527-what-average-male/config.yaml +16 -0
- dslighting/registry/dabench-527-what-average-male/description.md +45 -0
- dslighting/registry/dabench-527-what-average-male/grade.py +66 -0
- dslighting/registry/dabench-527-what-average-male/prepare.py +49 -0
- dslighting/registry/dabench-528-there-outliers-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-528-there-outliers-fare/config.yaml +16 -0
- dslighting/registry/dabench-528-there-outliers-fare/description.md +45 -0
- dslighting/registry/dabench-528-there-outliers-fare/grade.py +66 -0
- dslighting/registry/dabench-528-there-outliers-fare/prepare.py +49 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/checksums.yaml +2 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/config.yaml +16 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/description.md +45 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/grade.py +66 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/prepare.py +49 -0
- dslighting/registry/dabench-530-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-530-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-530-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-530-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-530-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-542-what-mean-length/checksums.yaml +2 -0
- dslighting/registry/dabench-542-what-mean-length/config.yaml +16 -0
- dslighting/registry/dabench-542-what-mean-length/description.md +43 -0
- dslighting/registry/dabench-542-what-mean-length/grade.py +66 -0
- dslighting/registry/dabench-542-what-mean-length/prepare.py +49 -0
- dslighting/registry/dabench-543-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-543-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-543-there-correlation-between/description.md +47 -0
- dslighting/registry/dabench-543-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-543-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-549-explore-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-549-explore-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-549-explore-correlation-between/description.md +45 -0
- dslighting/registry/dabench-549-explore-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-549-explore-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-55-what-mean-number/checksums.yaml +2 -0
- dslighting/registry/dabench-55-what-mean-number/config.yaml +16 -0
- dslighting/registry/dabench-55-what-mean-number/description.md +43 -0
- dslighting/registry/dabench-55-what-mean-number/grade.py +66 -0
- dslighting/registry/dabench-55-what-mean-number/prepare.py +49 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-551-what-mean-column/checksums.yaml +2 -0
- dslighting/registry/dabench-551-what-mean-column/config.yaml +16 -0
- dslighting/registry/dabench-551-what-mean-column/description.md +43 -0
- dslighting/registry/dabench-551-what-mean-column/grade.py +66 -0
- dslighting/registry/dabench-551-what-mean-column/prepare.py +49 -0
- dslighting/registry/dabench-552-column-column-correlated/checksums.yaml +2 -0
- dslighting/registry/dabench-552-column-column-correlated/config.yaml +16 -0
- dslighting/registry/dabench-552-column-column-correlated/description.md +45 -0
- dslighting/registry/dabench-552-column-column-correlated/grade.py +66 -0
- dslighting/registry/dabench-552-column-column-correlated/prepare.py +49 -0
- dslighting/registry/dabench-553-many-outliers-there/checksums.yaml +2 -0
- dslighting/registry/dabench-553-many-outliers-there/config.yaml +16 -0
- dslighting/registry/dabench-553-many-outliers-there/description.md +43 -0
- dslighting/registry/dabench-553-many-outliers-there/grade.py +66 -0
- dslighting/registry/dabench-553-many-outliers-there/prepare.py +49 -0
- dslighting/registry/dabench-554-what-median-value/checksums.yaml +2 -0
- dslighting/registry/dabench-554-what-median-value/config.yaml +16 -0
- dslighting/registry/dabench-554-what-median-value/description.md +43 -0
- dslighting/registry/dabench-554-what-median-value/grade.py +66 -0
- dslighting/registry/dabench-554-what-median-value/prepare.py +49 -0
- dslighting/registry/dabench-555-many-unique-plant/checksums.yaml +2 -0
- dslighting/registry/dabench-555-many-unique-plant/config.yaml +16 -0
- dslighting/registry/dabench-555-many-unique-plant/description.md +43 -0
- dslighting/registry/dabench-555-many-unique-plant/grade.py +66 -0
- dslighting/registry/dabench-555-many-unique-plant/prepare.py +49 -0
- dslighting/registry/dabench-56-which-country-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-56-which-country-highest/config.yaml +16 -0
- dslighting/registry/dabench-56-which-country-highest/description.md +43 -0
- dslighting/registry/dabench-56-which-country-highest/grade.py +66 -0
- dslighting/registry/dabench-56-which-country-highest/prepare.py +49 -0
- dslighting/registry/dabench-57-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-57-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-57-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-57-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-57-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-572-identify-date-with/checksums.yaml +2 -0
- dslighting/registry/dabench-572-identify-date-with/config.yaml +16 -0
- dslighting/registry/dabench-572-identify-date-with/description.md +48 -0
- dslighting/registry/dabench-572-identify-date-with/grade.py +66 -0
- dslighting/registry/dabench-572-identify-date-with/prepare.py +49 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/checksums.yaml +2 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/config.yaml +16 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/description.md +48 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/grade.py +66 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/prepare.py +49 -0
- dslighting/registry/dabench-575-using-feature-engineering/checksums.yaml +2 -0
- dslighting/registry/dabench-575-using-feature-engineering/config.yaml +16 -0
- dslighting/registry/dabench-575-using-feature-engineering/description.md +50 -0
- dslighting/registry/dabench-575-using-feature-engineering/grade.py +66 -0
- dslighting/registry/dabench-575-using-feature-engineering/prepare.py +49 -0
- dslighting/registry/dabench-578-what-average-trading/checksums.yaml +2 -0
- dslighting/registry/dabench-578-what-average-trading/config.yaml +16 -0
- dslighting/registry/dabench-578-what-average-trading/description.md +43 -0
- dslighting/registry/dabench-578-what-average-trading/grade.py +66 -0
- dslighting/registry/dabench-578-what-average-trading/prepare.py +49 -0
- dslighting/registry/dabench-58-what-percentage-missing/checksums.yaml +2 -0
- dslighting/registry/dabench-58-what-percentage-missing/config.yaml +16 -0
- dslighting/registry/dabench-58-what-percentage-missing/description.md +45 -0
- dslighting/registry/dabench-58-what-percentage-missing/grade.py +66 -0
- dslighting/registry/dabench-58-what-percentage-missing/prepare.py +49 -0
- dslighting/registry/dabench-586-find-total-number/checksums.yaml +2 -0
- dslighting/registry/dabench-586-find-total-number/config.yaml +16 -0
- dslighting/registry/dabench-586-find-total-number/description.md +43 -0
- dslighting/registry/dabench-586-find-total-number/grade.py +66 -0
- dslighting/registry/dabench-586-find-total-number/prepare.py +49 -0
- dslighting/registry/dabench-587-examine-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-587-examine-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-587-examine-correlation-between/description.md +43 -0
- dslighting/registry/dabench-587-examine-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-587-examine-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-588-there-outliers-average/checksums.yaml +2 -0
- dslighting/registry/dabench-588-there-outliers-average/config.yaml +16 -0
- dslighting/registry/dabench-588-there-outliers-average/description.md +43 -0
- dslighting/registry/dabench-588-there-outliers-average/grade.py +66 -0
- dslighting/registry/dabench-588-there-outliers-average/prepare.py +49 -0
- dslighting/registry/dabench-589-generate-feature-representing/checksums.yaml +2 -0
- dslighting/registry/dabench-589-generate-feature-representing/config.yaml +16 -0
- dslighting/registry/dabench-589-generate-feature-representing/description.md +43 -0
- dslighting/registry/dabench-589-generate-feature-representing/grade.py +66 -0
- dslighting/registry/dabench-589-generate-feature-representing/prepare.py +49 -0
- dslighting/registry/dabench-59-among-countries-americas/checksums.yaml +2 -0
- dslighting/registry/dabench-59-among-countries-americas/config.yaml +16 -0
- dslighting/registry/dabench-59-among-countries-americas/description.md +43 -0
- dslighting/registry/dabench-59-among-countries-americas/grade.py +66 -0
- dslighting/registry/dabench-59-among-countries-americas/prepare.py +49 -0
- dslighting/registry/dabench-590-using-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-590-using-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-590-using-machine-learning/description.md +43 -0
- dslighting/registry/dabench-590-using-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-590-using-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-593-using-feature-engineering/checksums.yaml +2 -0
- dslighting/registry/dabench-593-using-feature-engineering/config.yaml +16 -0
- dslighting/registry/dabench-593-using-feature-engineering/description.md +43 -0
- dslighting/registry/dabench-593-using-feature-engineering/grade.py +66 -0
- dslighting/registry/dabench-593-using-feature-engineering/prepare.py +49 -0
- dslighting/registry/dabench-6-column-called-agegroup/checksums.yaml +2 -0
- dslighting/registry/dabench-6-column-called-agegroup/config.yaml +16 -0
- dslighting/registry/dabench-6-column-called-agegroup/description.md +45 -0
- dslighting/registry/dabench-6-column-called-agegroup/grade.py +66 -0
- dslighting/registry/dabench-6-column-called-agegroup/prepare.py +49 -0
- dslighting/registry/dabench-602-column-follows-normal/checksums.yaml +2 -0
- dslighting/registry/dabench-602-column-follows-normal/config.yaml +16 -0
- dslighting/registry/dabench-602-column-follows-normal/description.md +43 -0
- dslighting/registry/dabench-602-column-follows-normal/grade.py +66 -0
- dslighting/registry/dabench-602-column-follows-normal/prepare.py +49 -0
- dslighting/registry/dabench-604-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-604-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-604-identify-remove-outliers/description.md +46 -0
- dslighting/registry/dabench-604-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-604-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-619-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-619-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-619-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-619-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-619-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-62-there-outliers-column/checksums.yaml +2 -0
- dslighting/registry/dabench-62-there-outliers-column/config.yaml +16 -0
- dslighting/registry/dabench-62-there-outliers-column/description.md +45 -0
- dslighting/registry/dabench-62-there-outliers-column/grade.py +66 -0
- dslighting/registry/dabench-62-there-outliers-column/prepare.py +49 -0
- dslighting/registry/dabench-64-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-64-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-64-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-64-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-64-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-643-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-643-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-643-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-643-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-643-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-644-close-column-follows/checksums.yaml +2 -0
- dslighting/registry/dabench-644-close-column-follows/config.yaml +16 -0
- dslighting/registry/dabench-644-close-column-follows/description.md +43 -0
- dslighting/registry/dabench-644-close-column-follows/grade.py +66 -0
- dslighting/registry/dabench-644-close-column-follows/prepare.py +49 -0
- dslighting/registry/dabench-647-feature-called-price/checksums.yaml +2 -0
- dslighting/registry/dabench-647-feature-called-price/config.yaml +16 -0
- dslighting/registry/dabench-647-feature-called-price/description.md +43 -0
- dslighting/registry/dabench-647-feature-called-price/grade.py +66 -0
- dslighting/registry/dabench-647-feature-called-price/prepare.py +49 -0
- dslighting/registry/dabench-649-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-649-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-649-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-649-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-649-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-650-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-650-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-650-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-650-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-650-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/description.md +43 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/grade.py +66 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/description.md +43 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/grade.py +66 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/description.md +44 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/grade.py +66 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/description.md +47 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/grade.py +66 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-657-mean-median-standard/checksums.yaml +2 -0
- dslighting/registry/dabench-657-mean-median-standard/config.yaml +16 -0
- dslighting/registry/dabench-657-mean-median-standard/description.md +43 -0
- dslighting/registry/dabench-657-mean-median-standard/grade.py +66 -0
- dslighting/registry/dabench-657-mean-median-standard/prepare.py +49 -0
- dslighting/registry/dabench-658-volume-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-658-volume-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-658-volume-column-adheres/description.md +43 -0
- dslighting/registry/dabench-658-volume-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-658-volume-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-659-find-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-659-find-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-659-find-correlation-between/description.md +43 -0
- dslighting/registry/dabench-659-find-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-659-find-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-66-correlation-between-wage/checksums.yaml +2 -0
- dslighting/registry/dabench-66-correlation-between-wage/config.yaml +16 -0
- dslighting/registry/dabench-66-correlation-between-wage/description.md +45 -0
- dslighting/registry/dabench-66-correlation-between-wage/grade.py +66 -0
- dslighting/registry/dabench-66-correlation-between-wage/prepare.py +49 -0
- dslighting/registry/dabench-662-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-662-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-662-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-662-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-662-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-663-scatter-plot-high/checksums.yaml +2 -0
- dslighting/registry/dabench-663-scatter-plot-high/config.yaml +16 -0
- dslighting/registry/dabench-663-scatter-plot-high/description.md +46 -0
- dslighting/registry/dabench-663-scatter-plot-high/grade.py +66 -0
- dslighting/registry/dabench-663-scatter-plot-high/prepare.py +49 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/checksums.yaml +2 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/config.yaml +16 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/description.md +46 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/grade.py +66 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/prepare.py +49 -0
- dslighting/registry/dabench-666-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-666-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-666-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-666-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-666-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-667-medinc-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-667-medinc-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-667-medinc-column-adheres/description.md +43 -0
- dslighting/registry/dabench-667-medinc-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-667-medinc-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-669-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-669-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-669-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-669-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-669-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-671-build-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-671-build-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-671-build-machine-learning/description.md +55 -0
- dslighting/registry/dabench-671-build-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-671-build-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/description.md +53 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-674-build-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-674-build-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-674-build-machine-learning/description.md +65 -0
- dslighting/registry/dabench-674-build-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-674-build-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-683-what-mean-temperature/checksums.yaml +2 -0
- dslighting/registry/dabench-683-what-mean-temperature/config.yaml +16 -0
- dslighting/registry/dabench-683-what-mean-temperature/description.md +43 -0
- dslighting/registry/dabench-683-what-mean-temperature/grade.py +66 -0
- dslighting/registry/dabench-683-what-mean-temperature/prepare.py +49 -0
- dslighting/registry/dabench-684-does-humidity-level/checksums.yaml +2 -0
- dslighting/registry/dabench-684-does-humidity-level/config.yaml +16 -0
- dslighting/registry/dabench-684-does-humidity-level/description.md +43 -0
- dslighting/registry/dabench-684-does-humidity-level/grade.py +66 -0
- dslighting/registry/dabench-684-does-humidity-level/prepare.py +49 -0
- dslighting/registry/dabench-685-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-685-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-685-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-685-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-685-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-688-using-feature-engineering/checksums.yaml +2 -0
- dslighting/registry/dabench-688-using-feature-engineering/config.yaml +16 -0
- dslighting/registry/dabench-688-using-feature-engineering/description.md +43 -0
- dslighting/registry/dabench-688-using-feature-engineering/grade.py +66 -0
- dslighting/registry/dabench-688-using-feature-engineering/prepare.py +49 -0
- dslighting/registry/dabench-69-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-69-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-69-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-69-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-69-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-690-outlier-detection-wind/checksums.yaml +2 -0
- dslighting/registry/dabench-690-outlier-detection-wind/config.yaml +16 -0
- dslighting/registry/dabench-690-outlier-detection-wind/description.md +41 -0
- dslighting/registry/dabench-690-outlier-detection-wind/grade.py +66 -0
- dslighting/registry/dabench-690-outlier-detection-wind/prepare.py +49 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/checksums.yaml +2 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/config.yaml +16 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/description.md +43 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/grade.py +66 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/prepare.py +49 -0
- dslighting/registry/dabench-70-machine-learning-training/checksums.yaml +2 -0
- dslighting/registry/dabench-70-machine-learning-training/config.yaml +16 -0
- dslighting/registry/dabench-70-machine-learning-training/description.md +43 -0
- dslighting/registry/dabench-70-machine-learning-training/grade.py +66 -0
- dslighting/registry/dabench-70-machine-learning-training/prepare.py +49 -0
- dslighting/registry/dabench-71-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-71-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-71-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-71-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-71-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-710-what-mean-number/checksums.yaml +2 -0
- dslighting/registry/dabench-710-what-mean-number/config.yaml +16 -0
- dslighting/registry/dabench-710-what-mean-number/description.md +41 -0
- dslighting/registry/dabench-710-what-mean-number/grade.py +66 -0
- dslighting/registry/dabench-710-what-mean-number/prepare.py +49 -0
- dslighting/registry/dabench-715-what-percentage-missing/checksums.yaml +2 -0
- dslighting/registry/dabench-715-what-percentage-missing/config.yaml +16 -0
- dslighting/registry/dabench-715-what-percentage-missing/description.md +43 -0
- dslighting/registry/dabench-715-what-percentage-missing/grade.py +66 -0
- dslighting/registry/dabench-715-what-percentage-missing/prepare.py +49 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/checksums.yaml +2 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/config.yaml +16 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/description.md +47 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/grade.py +66 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/prepare.py +49 -0
- dslighting/registry/dabench-719-mean-median-column/checksums.yaml +2 -0
- dslighting/registry/dabench-719-mean-median-column/config.yaml +16 -0
- dslighting/registry/dabench-719-mean-median-column/description.md +43 -0
- dslighting/registry/dabench-719-mean-median-column/grade.py +66 -0
- dslighting/registry/dabench-719-mean-median-column/prepare.py +49 -0
- dslighting/registry/dabench-72-close-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-72-close-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-72-close-column-adheres/description.md +43 -0
- dslighting/registry/dabench-72-close-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-72-close-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-722-identify-vehicle-with/checksums.yaml +2 -0
- dslighting/registry/dabench-722-identify-vehicle-with/config.yaml +16 -0
- dslighting/registry/dabench-722-identify-vehicle-with/description.md +43 -0
- dslighting/registry/dabench-722-identify-vehicle-with/grade.py +66 -0
- dslighting/registry/dabench-722-identify-vehicle-with/prepare.py +49 -0
- dslighting/registry/dabench-723-generate-feature-called/checksums.yaml +2 -0
- dslighting/registry/dabench-723-generate-feature-called/config.yaml +16 -0
- dslighting/registry/dabench-723-generate-feature-called/description.md +43 -0
- dslighting/registry/dabench-723-generate-feature-called/grade.py +66 -0
- dslighting/registry/dabench-723-generate-feature-called/prepare.py +49 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/checksums.yaml +2 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/config.yaml +16 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/description.md +43 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/grade.py +66 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/prepare.py +49 -0
- dslighting/registry/dabench-725-investigate-relationship-between/checksums.yaml +2 -0
- dslighting/registry/dabench-725-investigate-relationship-between/config.yaml +16 -0
- dslighting/registry/dabench-725-investigate-relationship-between/description.md +47 -0
- dslighting/registry/dabench-725-investigate-relationship-between/grade.py +66 -0
- dslighting/registry/dabench-725-investigate-relationship-between/prepare.py +49 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/description.md +47 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-727-machine-learning-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-727-machine-learning-techniques/config.yaml +16 -0
- dslighting/registry/dabench-727-machine-learning-techniques/description.md +47 -0
- dslighting/registry/dabench-727-machine-learning-techniques/grade.py +66 -0
- dslighting/registry/dabench-727-machine-learning-techniques/prepare.py +49 -0
- dslighting/registry/dabench-729-does-distribution-capita/checksums.yaml +2 -0
- dslighting/registry/dabench-729-does-distribution-capita/config.yaml +16 -0
- dslighting/registry/dabench-729-does-distribution-capita/description.md +43 -0
- dslighting/registry/dabench-729-does-distribution-capita/grade.py +66 -0
- dslighting/registry/dabench-729-does-distribution-capita/prepare.py +49 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-730-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-730-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-730-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-730-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-730-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/config.yaml +16 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/description.md +44 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/grade.py +66 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/prepare.py +49 -0
- dslighting/registry/dabench-734-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-734-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-734-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-734-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-734-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-736-feature-combining-population/checksums.yaml +2 -0
- dslighting/registry/dabench-736-feature-combining-population/config.yaml +16 -0
- dslighting/registry/dabench-736-feature-combining-population/description.md +43 -0
- dslighting/registry/dabench-736-feature-combining-population/grade.py +66 -0
- dslighting/registry/dabench-736-feature-combining-population/prepare.py +49 -0
- dslighting/registry/dabench-737-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-737-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-737-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-737-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-737-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-738-distribution-column-credit/checksums.yaml +2 -0
- dslighting/registry/dabench-738-distribution-column-credit/config.yaml +16 -0
- dslighting/registry/dabench-738-distribution-column-credit/description.md +43 -0
- dslighting/registry/dabench-738-distribution-column-credit/grade.py +66 -0
- dslighting/registry/dabench-738-distribution-column-credit/prepare.py +49 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-740-identify-outliers-balance/checksums.yaml +2 -0
- dslighting/registry/dabench-740-identify-outliers-balance/config.yaml +16 -0
- dslighting/registry/dabench-740-identify-outliers-balance/description.md +43 -0
- dslighting/registry/dabench-740-identify-outliers-balance/grade.py +66 -0
- dslighting/registry/dabench-740-identify-outliers-balance/prepare.py +49 -0
- dslighting/registry/dabench-741-feature-credit-file/checksums.yaml +2 -0
- dslighting/registry/dabench-741-feature-credit-file/config.yaml +16 -0
- dslighting/registry/dabench-741-feature-credit-file/description.md +43 -0
- dslighting/registry/dabench-741-feature-credit-file/grade.py +66 -0
- dslighting/registry/dabench-741-feature-credit-file/prepare.py +49 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/description.md +47 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-75-column-called-daily/checksums.yaml +2 -0
- dslighting/registry/dabench-75-column-called-daily/config.yaml +16 -0
- dslighting/registry/dabench-75-column-called-daily/description.md +45 -0
- dslighting/registry/dabench-75-column-called-daily/grade.py +66 -0
- dslighting/registry/dabench-75-column-called-daily/prepare.py +49 -0
- dslighting/registry/dabench-755-what-mean-value/checksums.yaml +2 -0
- dslighting/registry/dabench-755-what-mean-value/config.yaml +16 -0
- dslighting/registry/dabench-755-what-mean-value/description.md +43 -0
- dslighting/registry/dabench-755-what-mean-value/grade.py +66 -0
- dslighting/registry/dabench-755-what-mean-value/prepare.py +49 -0
- dslighting/registry/dabench-756-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-756-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-756-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-756-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-756-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-757-there-outliers-observation/checksums.yaml +2 -0
- dslighting/registry/dabench-757-there-outliers-observation/config.yaml +16 -0
- dslighting/registry/dabench-757-there-outliers-observation/description.md +43 -0
- dslighting/registry/dabench-757-there-outliers-observation/grade.py +66 -0
- dslighting/registry/dabench-757-there-outliers-observation/prepare.py +49 -0
- dslighting/registry/dabench-759-median-range-maximum/checksums.yaml +2 -0
- dslighting/registry/dabench-759-median-range-maximum/config.yaml +16 -0
- dslighting/registry/dabench-759-median-range-maximum/description.md +46 -0
- dslighting/registry/dabench-759-median-range-maximum/grade.py +66 -0
- dslighting/registry/dabench-759-median-range-maximum/prepare.py +49 -0
- dslighting/registry/dabench-760-each-station-there/checksums.yaml +2 -0
- dslighting/registry/dabench-760-each-station-there/config.yaml +16 -0
- dslighting/registry/dabench-760-each-station-there/description.md +45 -0
- dslighting/registry/dabench-760-each-station-there/grade.py +66 -0
- dslighting/registry/dabench-760-each-station-there/prepare.py +49 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/config.yaml +16 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/description.md +45 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/grade.py +66 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/prepare.py +49 -0
- dslighting/registry/dabench-9-mean-value-close/checksums.yaml +2 -0
- dslighting/registry/dabench-9-mean-value-close/config.yaml +16 -0
- dslighting/registry/dabench-9-mean-value-close/description.md +43 -0
- dslighting/registry/dabench-9-mean-value-close/grade.py +66 -0
- dslighting/registry/dabench-9-mean-value-close/prepare.py +49 -0
- dslighting/registry/demand-forecasting-kernels-only/__init__.py +0 -0
- dslighting/registry/demand-forecasting-kernels-only/config.yaml +15 -0
- dslighting/registry/demand-forecasting-kernels-only/description.md +44 -0
- dslighting/registry/demand-forecasting-kernels-only/grade.py +66 -0
- dslighting/registry/demand-forecasting-kernels-only/prepare.py +27 -0
- dslighting/registry/demand_forecasting_kernels_only/__init__.py +0 -0
- dslighting/registry/demand_forecasting_kernels_only/grade.py +66 -0
- dslighting/registry/demand_forecasting_kernels_only/prepare.py +27 -0
- dslighting/registry/denoising-dirty-documents/checksums.yaml +5 -0
- dslighting/registry/denoising-dirty-documents/config.yaml +16 -0
- dslighting/registry/denoising-dirty-documents/description.md +59 -0
- dslighting/registry/denoising-dirty-documents/description_obfuscated.md +23 -0
- dslighting/registry/denoising-dirty-documents/grade.py +44 -0
- dslighting/registry/denoising-dirty-documents/prepare.py +134 -0
- dslighting/registry/denoising-dirty-documents/prepare_val.py +178 -0
- dslighting/registry/detecting-insults-in-social-commentary/checksums.yaml +8 -0
- dslighting/registry/detecting-insults-in-social-commentary/config.yaml +23 -0
- dslighting/registry/detecting-insults-in-social-commentary/description.md +164 -0
- dslighting/registry/detecting-insults-in-social-commentary/description_obfuscated.md +31 -0
- dslighting/registry/detecting-insults-in-social-commentary/grade.py +11 -0
- dslighting/registry/detecting-insults-in-social-commentary/prepare.py +72 -0
- dslighting/registry/detecting-insults-in-social-commentary/prepare_val.py +128 -0
- dslighting/registry/dog-breed-identification/checksums.yaml +6 -0
- dslighting/registry/dog-breed-identification/config.yaml +16 -0
- dslighting/registry/dog-breed-identification/description.md +169 -0
- dslighting/registry/dog-breed-identification/description_obfuscated.md +23 -0
- dslighting/registry/dog-breed-identification/dogs.py +124 -0
- dslighting/registry/dog-breed-identification/grade.py +42 -0
- dslighting/registry/dog-breed-identification/prepare.py +55 -0
- dslighting/registry/dog-breed-identification/prepare_val.py +104 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/checksums.yaml +5 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/config.yaml +16 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/description.md +50 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/description_obfuscated.md +23 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
- dslighting/registry/ethanol-concentration/checksums.yaml +3 -0
- dslighting/registry/ethanol-concentration/config.yaml +16 -0
- dslighting/registry/ethanol-concentration/description.md +64 -0
- dslighting/registry/ethanol-concentration/grade.py +23 -0
- dslighting/registry/ethanol-concentration/prepare.py +90 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/checksums.yaml +7 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/config.yaml +16 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/description.md +74 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/description_obfuscated.md +33 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
- dslighting/registry/feedback-prize-english-language-learning/__init__.py +0 -0
- dslighting/registry/feedback-prize-english-language-learning/config.yaml +15 -0
- dslighting/registry/feedback-prize-english-language-learning/description.md +43 -0
- dslighting/registry/feedback-prize-english-language-learning/grade.py +60 -0
- dslighting/registry/feedback-prize-english-language-learning/prepare.py +39 -0
- dslighting/registry/freesound-audio-tagging-2019/checksums.yaml +7 -0
- dslighting/registry/freesound-audio-tagging-2019/config.yaml +24 -0
- dslighting/registry/freesound-audio-tagging-2019/description.md +276 -0
- dslighting/registry/freesound-audio-tagging-2019/description_obfuscated.md +42 -0
- dslighting/registry/freesound-audio-tagging-2019/grade.py +64 -0
- dslighting/registry/freesound-audio-tagging-2019/prepare.py +94 -0
- dslighting/registry/freesound-audio-tagging-2019/prepare_val.py +175 -0
- dslighting/registry/freesound-audio-tagging-2019/vocabulary.py +83 -0
- dslighting/registry/google-quest-challenge/checksums.yaml +7 -0
- dslighting/registry/google-quest-challenge/classes.py +32 -0
- dslighting/registry/google-quest-challenge/config.yaml +26 -0
- dslighting/registry/google-quest-challenge/description.md +83 -0
- dslighting/registry/google-quest-challenge/description_obfuscated.md +29 -0
- dslighting/registry/google-quest-challenge/grade.py +45 -0
- dslighting/registry/google-quest-challenge/prepare.py +58 -0
- dslighting/registry/google-quest-challenge/prepare_val.py +120 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/checksums.yaml +7 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/config.yaml +28 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/description.md +129 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/description_obfuscated.md +51 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/checksums.yaml +8 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/config.yaml +28 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/description.md +74 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/description_obfuscated.md +34 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
- dslighting/registry/handwriting/checksums.yaml +3 -0
- dslighting/registry/handwriting/config.yaml +16 -0
- dslighting/registry/handwriting/description.md +39 -0
- dslighting/registry/handwriting/grade.py +23 -0
- dslighting/registry/handwriting/prepare.py +179 -0
- dslighting/registry/herbarium-2020-fgvc7/checksums.yaml +5 -0
- dslighting/registry/herbarium-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/herbarium-2020-fgvc7/description.md +159 -0
- dslighting/registry/herbarium-2020-fgvc7/description_obfuscated.md +27 -0
- dslighting/registry/herbarium-2020-fgvc7/grade.py +34 -0
- dslighting/registry/herbarium-2020-fgvc7/prepare.py +251 -0
- dslighting/registry/herbarium-2020-fgvc7/prepare_val.py +242 -0
- dslighting/registry/herbarium-2021-fgvc8/checksums.yaml +5 -0
- dslighting/registry/herbarium-2021-fgvc8/config.yaml +16 -0
- dslighting/registry/herbarium-2021-fgvc8/description.md +168 -0
- dslighting/registry/herbarium-2021-fgvc8/description_obfuscated.md +27 -0
- dslighting/registry/herbarium-2021-fgvc8/grade.py +34 -0
- dslighting/registry/herbarium-2021-fgvc8/prepare.py +251 -0
- dslighting/registry/herbarium-2021-fgvc8/prepare_val.py +222 -0
- dslighting/registry/herbarium-2022-fgvc9/checksums.yaml +7 -0
- dslighting/registry/herbarium-2022-fgvc9/config.yaml +16 -0
- dslighting/registry/herbarium-2022-fgvc9/description.md +154 -0
- dslighting/registry/herbarium-2022-fgvc9/description_obfuscated.md +28 -0
- dslighting/registry/herbarium-2022-fgvc9/grade.py +31 -0
- dslighting/registry/herbarium-2022-fgvc9/prepare.py +233 -0
- dslighting/registry/herbarium-2022-fgvc9/prepare_val.py +213 -0
- dslighting/registry/histopathologic-cancer-detection/checksums.yaml +6 -0
- dslighting/registry/histopathologic-cancer-detection/config.yaml +16 -0
- dslighting/registry/histopathologic-cancer-detection/description.md +63 -0
- dslighting/registry/histopathologic-cancer-detection/description_obfuscated.md +23 -0
- dslighting/registry/histopathologic-cancer-detection/grade.py +12 -0
- dslighting/registry/histopathologic-cancer-detection/prepare.py +59 -0
- dslighting/registry/histopathologic-cancer-detection/prepare_val.py +131 -0
- dslighting/registry/hms-harmful-brain-activity-classification/checksums.yaml +8 -0
- dslighting/registry/hms-harmful-brain-activity-classification/config.yaml +27 -0
- dslighting/registry/hms-harmful-brain-activity-classification/constants.py +9 -0
- dslighting/registry/hms-harmful-brain-activity-classification/description.md +166 -0
- dslighting/registry/hms-harmful-brain-activity-classification/description_obfuscated.md +56 -0
- dslighting/registry/hms-harmful-brain-activity-classification/grade.py +43 -0
- dslighting/registry/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
- dslighting/registry/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
- dslighting/registry/hms-harmful-brain-activity-classification/prepare.py +121 -0
- dslighting/registry/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
- dslighting/registry/hotel-id-2021-fgvc8/checksums.yaml +6 -0
- dslighting/registry/hotel-id-2021-fgvc8/config.yaml +16 -0
- dslighting/registry/hotel-id-2021-fgvc8/description.md +120 -0
- dslighting/registry/hotel-id-2021-fgvc8/description_obfuscated.md +40 -0
- dslighting/registry/hotel-id-2021-fgvc8/grade.py +41 -0
- dslighting/registry/hotel-id-2021-fgvc8/prepare.py +63 -0
- dslighting/registry/hotel-id-2021-fgvc8/prepare_val.py +132 -0
- dslighting/registry/hubmap-kidney-segmentation/checksums.yaml +8 -0
- dslighting/registry/hubmap-kidney-segmentation/config.yaml +29 -0
- dslighting/registry/hubmap-kidney-segmentation/description.md +211 -0
- dslighting/registry/hubmap-kidney-segmentation/description_obfuscated.md +46 -0
- dslighting/registry/hubmap-kidney-segmentation/grade.py +62 -0
- dslighting/registry/hubmap-kidney-segmentation/prepare.py +108 -0
- dslighting/registry/hubmap-kidney-segmentation/prepare_val.py +153 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/checksums.yaml +8 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/config.yaml +34 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/description.md +231 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/description_obfuscated.md +48 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/grade.py +111 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
- dslighting/registry/ili/checksums.yaml +3 -0
- dslighting/registry/ili/config.yaml +16 -0
- dslighting/registry/ili/description.md +61 -0
- dslighting/registry/ili/grade.py +60 -0
- dslighting/registry/ili/prepare.py +99 -0
- dslighting/registry/imet-2020-fgvc7/checksums.yaml +7 -0
- dslighting/registry/imet-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/imet-2020-fgvc7/description.md +81 -0
- dslighting/registry/imet-2020-fgvc7/description_obfuscated.md +29 -0
- dslighting/registry/imet-2020-fgvc7/grade.py +54 -0
- dslighting/registry/imet-2020-fgvc7/prepare.py +77 -0
- dslighting/registry/imet-2020-fgvc7/prepare_val.py +157 -0
- dslighting/registry/inaturalist-2019-fgvc6/checksums.yaml +8 -0
- dslighting/registry/inaturalist-2019-fgvc6/config.yaml +16 -0
- dslighting/registry/inaturalist-2019-fgvc6/description.md +122 -0
- dslighting/registry/inaturalist-2019-fgvc6/description_obfuscated.md +31 -0
- dslighting/registry/inaturalist-2019-fgvc6/grade.py +35 -0
- dslighting/registry/inaturalist-2019-fgvc6/prepare.py +259 -0
- dslighting/registry/inaturalist-2019-fgvc6/prepare_val.py +304 -0
- dslighting/registry/instant-gratification/__init__.py +0 -0
- dslighting/registry/instant-gratification/config.yaml +15 -0
- dslighting/registry/instant-gratification/description.md +37 -0
- dslighting/registry/instant-gratification/grade.py +55 -0
- dslighting/registry/instant-gratification/prepare.py +25 -0
- dslighting/registry/instant_gratification/__init__.py +0 -0
- dslighting/registry/instant_gratification/grade.py +55 -0
- dslighting/registry/instant_gratification/prepare.py +25 -0
- dslighting/registry/invasive-species-monitoring/checksums.yaml +5 -0
- dslighting/registry/invasive-species-monitoring/config.yaml +16 -0
- dslighting/registry/invasive-species-monitoring/description.md +55 -0
- dslighting/registry/invasive-species-monitoring/description_obfuscated.md +33 -0
- dslighting/registry/invasive-species-monitoring/grade.py +11 -0
- dslighting/registry/invasive-species-monitoring/prepare.py +97 -0
- dslighting/registry/invasive-species-monitoring/prepare_val.py +164 -0
- dslighting/registry/iwildcam-2019-fgvc6/checksums.yaml +8 -0
- dslighting/registry/iwildcam-2019-fgvc6/config.yaml +16 -0
- dslighting/registry/iwildcam-2019-fgvc6/description.md +109 -0
- dslighting/registry/iwildcam-2019-fgvc6/description_obfuscated.md +52 -0
- dslighting/registry/iwildcam-2019-fgvc6/grade.py +44 -0
- dslighting/registry/iwildcam-2019-fgvc6/prepare.py +118 -0
- dslighting/registry/iwildcam-2019-fgvc6/prepare_val.py +194 -0
- dslighting/registry/iwildcam-2020-fgvc7/checksums.yaml +8 -0
- dslighting/registry/iwildcam-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/iwildcam-2020-fgvc7/description.md +89 -0
- dslighting/registry/iwildcam-2020-fgvc7/description_obfuscated.md +29 -0
- dslighting/registry/iwildcam-2020-fgvc7/grade.py +11 -0
- dslighting/registry/iwildcam-2020-fgvc7/prepare.py +164 -0
- dslighting/registry/iwildcam-2020-fgvc7/prepare_val.py +245 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/checksums.yaml +7 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/config.yaml +22 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/description.md +69 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/description_obfuscated.md +24 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/checksums.yaml +7 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/config.yaml +36 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description.md +286 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description_obfuscated.md +85 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
- dslighting/registry/kuzushiji-recognition/checksums.yaml +8 -0
- dslighting/registry/kuzushiji-recognition/config.yaml +27 -0
- dslighting/registry/kuzushiji-recognition/description.md +124 -0
- dslighting/registry/kuzushiji-recognition/description_obfuscated.md +36 -0
- dslighting/registry/kuzushiji-recognition/grade.py +58 -0
- dslighting/registry/kuzushiji-recognition/kuzushiji_metric.py +118 -0
- dslighting/registry/kuzushiji-recognition/prepare.py +92 -0
- dslighting/registry/kuzushiji-recognition/prepare_val.py +149 -0
- dslighting/registry/leaf-classification/checksums.yaml +7 -0
- dslighting/registry/leaf-classification/classes.py +101 -0
- dslighting/registry/leaf-classification/config.yaml +16 -0
- dslighting/registry/leaf-classification/description.md +70 -0
- dslighting/registry/leaf-classification/description_obfuscated.md +41 -0
- dslighting/registry/leaf-classification/grade.py +44 -0
- dslighting/registry/leaf-classification/prepare.py +60 -0
- dslighting/registry/leaf-classification/prepare_val.py +116 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/checksums.yaml +7 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/config.yaml +28 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description.md +153 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description_obfuscated.md +30 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
- dslighting/registry/liverpool-ion-switching/__init__.py +0 -0
- dslighting/registry/liverpool-ion-switching/config.yaml +15 -0
- dslighting/registry/liverpool-ion-switching/description.md +44 -0
- dslighting/registry/liverpool-ion-switching/grade.py +52 -0
- dslighting/registry/liverpool-ion-switching/prepare.py +27 -0
- dslighting/registry/liverpool_ion_switching/__init__.py +0 -0
- dslighting/registry/liverpool_ion_switching/grade.py +52 -0
- dslighting/registry/liverpool_ion_switching/prepare.py +27 -0
- dslighting/registry/lmsys-chatbot-arena/checksums.yaml +7 -0
- dslighting/registry/lmsys-chatbot-arena/config.yaml +26 -0
- dslighting/registry/lmsys-chatbot-arena/description.md +98 -0
- dslighting/registry/lmsys-chatbot-arena/description_obfuscated.md +40 -0
- dslighting/registry/lmsys-chatbot-arena/grade.py +63 -0
- dslighting/registry/lmsys-chatbot-arena/prepare.py +52 -0
- dslighting/registry/lmsys-chatbot-arena/prepare_val.py +115 -0
- dslighting/registry/mcm-2025-c/config.yaml +8 -0
- dslighting/registry/mcm-2025-c/description.md +3 -0
- dslighting/registry/mcm-2025-c/eda_report.md +61 -0
- dslighting/registry/mcm-2025-c/report.md +32 -0
- dslighting/registry/mcm_2024_c/config.yaml +8 -0
- dslighting/registry/mcm_2024_c/description.md +1 -0
- dslighting/registry/mcm_2024_c/report.md +128 -0
- dslighting/registry/mcm_2024_c/rubric.md +0 -0
- dslighting/registry/mcm_2024_c_test/config.yaml +16 -0
- dslighting/registry/mcm_2024_c_test/description.md +3 -0
- dslighting/registry/mcm_2024_c_test/grade.py +107 -0
- dslighting/registry/mcm_2024_c_test/prepare.py +2 -0
- dslighting/registry/mcm_2024_c_test/report.md +76 -0
- dslighting/registry/mcm_2024_c_test/rubric.md +3 -0
- dslighting/registry/ml2021spring-hw2/checksums.yaml +5 -0
- dslighting/registry/ml2021spring-hw2/config.yaml +16 -0
- dslighting/registry/ml2021spring-hw2/description.md +35 -0
- dslighting/registry/ml2021spring-hw2/description_obfuscated.md +7 -0
- dslighting/registry/ml2021spring-hw2/grade.py +11 -0
- dslighting/registry/ml2021spring-hw2/prepare.py +58 -0
- dslighting/registry/ml2021spring-hw2/prepare_val.py +135 -0
- dslighting/registry/mlsp-2013-birds/checksums.yaml +5 -0
- dslighting/registry/mlsp-2013-birds/config.yaml +22 -0
- dslighting/registry/mlsp-2013-birds/description.md +269 -0
- dslighting/registry/mlsp-2013-birds/description_obfuscated.md +135 -0
- dslighting/registry/mlsp-2013-birds/grade.py +11 -0
- dslighting/registry/mlsp-2013-birds/prepare.py +182 -0
- dslighting/registry/mlsp-2013-birds/prepare_val.py +241 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/checksums.yaml +5 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/config.yaml +16 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/description.md +72 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/description_obfuscated.md +35 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
- dslighting/registry/multi-modal-gesture-recognition/checksums.yaml +7 -0
- dslighting/registry/multi-modal-gesture-recognition/config.yaml +28 -0
- dslighting/registry/multi-modal-gesture-recognition/description.md +324 -0
- dslighting/registry/multi-modal-gesture-recognition/description_obfuscated.md +133 -0
- dslighting/registry/multi-modal-gesture-recognition/grade.py +58 -0
- dslighting/registry/multi-modal-gesture-recognition/leaderboard_readme.md +35 -0
- dslighting/registry/multi-modal-gesture-recognition/prepare.py +85 -0
- dslighting/registry/multi-modal-gesture-recognition/prepare_val.py +139 -0
- dslighting/registry/my-custom-task-01/config.yaml +15 -0
- dslighting/registry/my-custom-task-01/description.md +51 -0
- dslighting/registry/my-custom-task-01/prepare.py +2 -0
- dslighting/registry/my-custom-task-01/report.md +74 -0
- dslighting/registry/new-my-task-01/config.yaml +15 -0
- dslighting/registry/new-my-task-01/description.md +5 -0
- dslighting/registry/new-my-task-01/prepare.py +2 -0
- dslighting/registry/new-my-task-01/report.md +120 -0
- dslighting/registry/new-my-task-02/config.yaml +9 -0
- dslighting/registry/new-my-task-02/description.md +3 -0
- dslighting/registry/new-my-task-02/report.md +76 -0
- dslighting/registry/new-my-task-03/config.yaml +16 -0
- dslighting/registry/new-my-task-03/description.md +1 -0
- dslighting/registry/new-my-task-03/grade.py +107 -0
- dslighting/registry/new-my-task-03/prepare.py +2 -0
- dslighting/registry/new-my-task-03/report.md +1 -0
- dslighting/registry/new-my-task-03/rubric.md +10 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/checksums.yaml +7 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/config.yaml +17 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/description.md +100 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/description_obfuscated.md +46 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/grade.py +28 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/prepare.py +44 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
- dslighting/registry/nfl-player-contact-detection/checksums.yaml +12 -0
- dslighting/registry/nfl-player-contact-detection/config.yaml +26 -0
- dslighting/registry/nfl-player-contact-detection/description.md +165 -0
- dslighting/registry/nfl-player-contact-detection/description_obfuscated.md +87 -0
- dslighting/registry/nfl-player-contact-detection/grade.py +36 -0
- dslighting/registry/nfl-player-contact-detection/prepare.py +101 -0
- dslighting/registry/nfl-player-contact-detection/prepare_val.py +186 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/checksums.yaml +7 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/config.yaml +22 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/description.md +89 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/description_obfuscated.md +35 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/grade.py +47 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/prepare.py +77 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/checksums.yaml +7 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/config.yaml +22 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/description.md +122 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/description_obfuscated.md +65 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/grade.py +74 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
- dslighting/registry/paddy-disease-classification/checksums.yaml +6 -0
- dslighting/registry/paddy-disease-classification/config.yaml +16 -0
- dslighting/registry/paddy-disease-classification/description.md +72 -0
- dslighting/registry/paddy-disease-classification/description_obfuscated.md +31 -0
- dslighting/registry/paddy-disease-classification/grade.py +35 -0
- dslighting/registry/paddy-disease-classification/prepare.py +69 -0
- dslighting/registry/paddy-disease-classification/prepare_val.py +122 -0
- dslighting/registry/petfinder-pawpularity-score/checksums.yaml +7 -0
- dslighting/registry/petfinder-pawpularity-score/config.yaml +22 -0
- dslighting/registry/petfinder-pawpularity-score/description.md +132 -0
- dslighting/registry/petfinder-pawpularity-score/description_obfuscated.md +41 -0
- dslighting/registry/petfinder-pawpularity-score/grade.py +41 -0
- dslighting/registry/petfinder-pawpularity-score/prepare.py +76 -0
- dslighting/registry/petfinder-pawpularity-score/prepare_val.py +154 -0
- dslighting/registry/plant-pathology-2020-fgvc7/checksums.yaml +7 -0
- dslighting/registry/plant-pathology-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/plant-pathology-2020-fgvc7/description.md +94 -0
- dslighting/registry/plant-pathology-2020-fgvc7/description_obfuscated.md +47 -0
- dslighting/registry/plant-pathology-2020-fgvc7/grade.py +41 -0
- dslighting/registry/plant-pathology-2020-fgvc7/prepare.py +74 -0
- dslighting/registry/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
- dslighting/registry/plant-pathology-2021-fgvc8/checksums.yaml +6 -0
- dslighting/registry/plant-pathology-2021-fgvc8/config.yaml +16 -0
- dslighting/registry/plant-pathology-2021-fgvc8/description.md +101 -0
- dslighting/registry/plant-pathology-2021-fgvc8/description_obfuscated.md +36 -0
- dslighting/registry/plant-pathology-2021-fgvc8/grade.py +54 -0
- dslighting/registry/plant-pathology-2021-fgvc8/prepare.py +65 -0
- dslighting/registry/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
- dslighting/registry/plant-seedlings-classification/checksums.yaml +5 -0
- dslighting/registry/plant-seedlings-classification/config.yaml +16 -0
- dslighting/registry/plant-seedlings-classification/description.md +84 -0
- dslighting/registry/plant-seedlings-classification/description_obfuscated.md +42 -0
- dslighting/registry/plant-seedlings-classification/grade.py +39 -0
- dslighting/registry/plant-seedlings-classification/prepare.py +91 -0
- dslighting/registry/plant-seedlings-classification/prepare_val.py +158 -0
- dslighting/registry/playground-series-s3e1/__init__.py +0 -0
- dslighting/registry/playground-series-s3e1/config.yaml +15 -0
- dslighting/registry/playground-series-s3e1/description.md +34 -0
- dslighting/registry/playground-series-s3e1/grade.py +52 -0
- dslighting/registry/playground-series-s3e1/prepare.py +25 -0
- dslighting/registry/playground-series-s3e11/__init__.py +0 -0
- dslighting/registry/playground-series-s3e11/config.yaml +15 -0
- dslighting/registry/playground-series-s3e11/description.md +34 -0
- dslighting/registry/playground-series-s3e11/grade.py +55 -0
- dslighting/registry/playground-series-s3e11/prepare.py +25 -0
- dslighting/registry/playground-series-s3e18/checksums.yaml +7 -0
- dslighting/registry/playground-series-s3e18/config.yaml +16 -0
- dslighting/registry/playground-series-s3e18/description.md +56 -0
- dslighting/registry/playground-series-s3e18/description_obfuscated.md +27 -0
- dslighting/registry/playground-series-s3e18/grade.py +39 -0
- dslighting/registry/playground-series-s3e18/prepare.py +36 -0
- dslighting/registry/playground-series-s3e18/prepare_val.py +89 -0
- dslighting/registry/playground_series_s3e1/__init__.py +0 -0
- dslighting/registry/playground_series_s3e1/grade.py +52 -0
- dslighting/registry/playground_series_s3e1/prepare.py +25 -0
- dslighting/registry/playground_series_s3e11/__init__.py +0 -0
- dslighting/registry/playground_series_s3e11/grade.py +55 -0
- dslighting/registry/playground_series_s3e11/prepare.py +25 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/checksums.yaml +6 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/config.yaml +16 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/description.md +70 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/description_obfuscated.md +33 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
- dslighting/registry/random-acts-of-pizza/checksums.yaml +7 -0
- dslighting/registry/random-acts-of-pizza/config.yaml +16 -0
- dslighting/registry/random-acts-of-pizza/description.md +117 -0
- dslighting/registry/random-acts-of-pizza/description_obfuscated.md +90 -0
- dslighting/registry/random-acts-of-pizza/grade.py +14 -0
- dslighting/registry/random-acts-of-pizza/prepare.py +80 -0
- dslighting/registry/random-acts-of-pizza/prepare_val.py +144 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/checksums.yaml +7 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/classes.py +11 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/config.yaml +31 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/description.md +172 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/description_obfuscated.md +53 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/grade.py +31 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/checksums.yaml +8 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/config.yaml +32 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description.md +276 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description_obfuscated.md +66 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
- dslighting/registry/rsna-breast-cancer-detection/checksums.yaml +7 -0
- dslighting/registry/rsna-breast-cancer-detection/config.yaml +32 -0
- dslighting/registry/rsna-breast-cancer-detection/description.md +190 -0
- dslighting/registry/rsna-breast-cancer-detection/description_obfuscated.md +58 -0
- dslighting/registry/rsna-breast-cancer-detection/grade.py +65 -0
- dslighting/registry/rsna-breast-cancer-detection/prepare.py +141 -0
- dslighting/registry/rsna-breast-cancer-detection/prepare_val.py +201 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/checksums.yaml +6 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/config.yaml +32 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description.md +202 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description_obfuscated.md +26 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
- dslighting/registry/santander-customer-satisfaction/checksums.yaml +8 -0
- dslighting/registry/santander-customer-satisfaction/config.yaml +17 -0
- dslighting/registry/santander-customer-satisfaction/description.md +36 -0
- dslighting/registry/santander-customer-satisfaction/grade.py +10 -0
- dslighting/registry/santander-customer-satisfaction/prepare.py +41 -0
- dslighting/registry/sciencebench-001-clintox-nn/__init__.py +0 -0
- dslighting/registry/sciencebench-001-clintox-nn/checksums.yaml +3 -0
- dslighting/registry/sciencebench-001-clintox-nn/config.yaml +16 -0
- dslighting/registry/sciencebench-001-clintox-nn/description.md +30 -0
- dslighting/registry/sciencebench-001-clintox-nn/grade.py +56 -0
- dslighting/registry/sciencebench-001-clintox-nn/prepare.py +75 -0
- dslighting/registry/sciencebench-015-aai/checksums.yaml +5 -0
- dslighting/registry/sciencebench-015-aai/config.yaml +16 -0
- dslighting/registry/sciencebench-015-aai/description.md +31 -0
- dslighting/registry/sciencebench-015-aai/grade.py +37 -0
- dslighting/registry/sciencebench-015-aai/prepare.py +102 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/config.yaml +16 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/description.md +31 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/grade.py +58 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/checksums.yaml +5 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/config.yaml +16 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/description.md +26 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
- dslighting/registry/see-click-predict-fix/__init__.py +0 -0
- dslighting/registry/see-click-predict-fix/config.yaml +15 -0
- dslighting/registry/see-click-predict-fix/description.md +47 -0
- dslighting/registry/see-click-predict-fix/grade.py +66 -0
- dslighting/registry/see-click-predict-fix/prepare.py +25 -0
- dslighting/registry/see_click_predict_fix/__init__.py +0 -0
- dslighting/registry/see_click_predict_fix/grade.py +66 -0
- dslighting/registry/see_click_predict_fix/prepare.py +25 -0
- dslighting/registry/seti-breakthrough-listen/checksums.yaml +6 -0
- dslighting/registry/seti-breakthrough-listen/config.yaml +24 -0
- dslighting/registry/seti-breakthrough-listen/description.md +112 -0
- dslighting/registry/seti-breakthrough-listen/description_obfuscated.md +58 -0
- dslighting/registry/seti-breakthrough-listen/grade.py +11 -0
- dslighting/registry/seti-breakthrough-listen/prepare.py +71 -0
- dslighting/registry/seti-breakthrough-listen/prepare_val.py +159 -0
- dslighting/registry/siim-covid19-detection/checksums.yaml +7 -0
- dslighting/registry/siim-covid19-detection/config.yaml +36 -0
- dslighting/registry/siim-covid19-detection/description.md +345 -0
- dslighting/registry/siim-covid19-detection/description_obfuscated.md +73 -0
- dslighting/registry/siim-covid19-detection/grade.py +194 -0
- dslighting/registry/siim-covid19-detection/prepare.py +123 -0
- dslighting/registry/siim-covid19-detection/prepare_val.py +164 -0
- dslighting/registry/siim-isic-melanoma-classification/checksums.yaml +7 -0
- dslighting/registry/siim-isic-melanoma-classification/config.yaml +26 -0
- dslighting/registry/siim-isic-melanoma-classification/description.md +176 -0
- dslighting/registry/siim-isic-melanoma-classification/description_obfuscated.md +46 -0
- dslighting/registry/siim-isic-melanoma-classification/grade.py +11 -0
- dslighting/registry/siim-isic-melanoma-classification/prepare.py +127 -0
- dslighting/registry/siim-isic-melanoma-classification/prepare_val.py +158 -0
- dslighting/registry/smartphone-decimeter-2022/checksums.yaml +5 -0
- dslighting/registry/smartphone-decimeter-2022/config.yaml +22 -0
- dslighting/registry/smartphone-decimeter-2022/description.md +321 -0
- dslighting/registry/smartphone-decimeter-2022/description_obfuscated.md +259 -0
- dslighting/registry/smartphone-decimeter-2022/grade.py +55 -0
- dslighting/registry/smartphone-decimeter-2022/notebook.py +86 -0
- dslighting/registry/smartphone-decimeter-2022/prepare.py +143 -0
- dslighting/registry/smartphone-decimeter-2022/prepare_val.py +199 -0
- dslighting/registry/spaceship-titanic/checksums.yaml +7 -0
- dslighting/registry/spaceship-titanic/config.yaml +16 -0
- dslighting/registry/spaceship-titanic/description.md +93 -0
- dslighting/registry/spaceship-titanic/description_obfuscated.md +38 -0
- dslighting/registry/spaceship-titanic/grade.py +11 -0
- dslighting/registry/spaceship-titanic/prepare.py +23 -0
- dslighting/registry/spaceship-titanic/prepare_val.py +61 -0
- dslighting/registry/spooky-author-identification/checksums.yaml +7 -0
- dslighting/registry/spooky-author-identification/classes.py +1 -0
- dslighting/registry/spooky-author-identification/config.yaml +16 -0
- dslighting/registry/spooky-author-identification/description.md +98 -0
- dslighting/registry/spooky-author-identification/description_obfuscated.md +35 -0
- dslighting/registry/spooky-author-identification/grade.py +38 -0
- dslighting/registry/spooky-author-identification/prepare.py +40 -0
- dslighting/registry/spooky-author-identification/prepare_val.py +78 -0
- dslighting/registry/stanford-covid-vaccine/checksums.yaml +7 -0
- dslighting/registry/stanford-covid-vaccine/config.yaml +22 -0
- dslighting/registry/stanford-covid-vaccine/description.md +125 -0
- dslighting/registry/stanford-covid-vaccine/description_obfuscated.md +63 -0
- dslighting/registry/stanford-covid-vaccine/grade.py +65 -0
- dslighting/registry/stanford-covid-vaccine/prepare.py +129 -0
- dslighting/registry/stanford-covid-vaccine/prepare_val.py +199 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/checksums.yaml +5 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/config.yaml +22 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/description.md +99 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/description_obfuscated.md +36 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/grade.py +41 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/prepare.py +105 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
- dslighting/registry/tabular-playground-series-dec-2021/checksums.yaml +7 -0
- dslighting/registry/tabular-playground-series-dec-2021/config.yaml +16 -0
- dslighting/registry/tabular-playground-series-dec-2021/description.md +59 -0
- dslighting/registry/tabular-playground-series-dec-2021/description_obfuscated.md +22 -0
- dslighting/registry/tabular-playground-series-dec-2021/grade.py +11 -0
- dslighting/registry/tabular-playground-series-dec-2021/prepare.py +39 -0
- dslighting/registry/tabular-playground-series-dec-2021/prepare_val.py +99 -0
- dslighting/registry/tabular-playground-series-may-2022/checksums.yaml +8 -0
- dslighting/registry/tabular-playground-series-may-2022/config.yaml +17 -0
- dslighting/registry/tabular-playground-series-may-2022/description.md +79 -0
- dslighting/registry/tabular-playground-series-may-2022/description_obfuscated.md +25 -0
- dslighting/registry/tabular-playground-series-may-2022/grade.py +9 -0
- dslighting/registry/tabular-playground-series-may-2022/prepare.py +56 -0
- dslighting/registry/tabular-playground-series-may-2022/prepare_val.py +116 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/checksums.yaml +5 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/config.yaml +24 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/description.md +328 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/description_obfuscated.md +36 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/grade.py +11 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/prepare.py +90 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
- dslighting/registry/tensorflow2-question-answering/checksums.yaml +8 -0
- dslighting/registry/tensorflow2-question-answering/config.yaml +29 -0
- dslighting/registry/tensorflow2-question-answering/description.md +173 -0
- dslighting/registry/tensorflow2-question-answering/description_obfuscated.md +43 -0
- dslighting/registry/tensorflow2-question-answering/grade.py +122 -0
- dslighting/registry/tensorflow2-question-answering/prepare.py +122 -0
- dslighting/registry/tensorflow2-question-answering/prepare_val.py +187 -0
- dslighting/registry/text-normalization-challenge-english-language/checksums.yaml +5 -0
- dslighting/registry/text-normalization-challenge-english-language/config.yaml +22 -0
- dslighting/registry/text-normalization-challenge-english-language/description.md +77 -0
- dslighting/registry/text-normalization-challenge-english-language/description_obfuscated.md +27 -0
- dslighting/registry/text-normalization-challenge-english-language/grade.py +49 -0
- dslighting/registry/text-normalization-challenge-english-language/prepare.py +115 -0
- dslighting/registry/text-normalization-challenge-english-language/prepare_val.py +213 -0
- dslighting/registry/text-normalization-challenge-russian-language/checksums.yaml +5 -0
- dslighting/registry/text-normalization-challenge-russian-language/config.yaml +22 -0
- dslighting/registry/text-normalization-challenge-russian-language/description.md +79 -0
- dslighting/registry/text-normalization-challenge-russian-language/description_obfuscated.md +29 -0
- dslighting/registry/text-normalization-challenge-russian-language/grade.py +49 -0
- dslighting/registry/text-normalization-challenge-russian-language/prepare.py +113 -0
- dslighting/registry/text-normalization-challenge-russian-language/prepare_val.py +165 -0
- dslighting/registry/tgs-salt-identification-challenge/checksums.yaml +7 -0
- dslighting/registry/tgs-salt-identification-challenge/config.yaml +24 -0
- dslighting/registry/tgs-salt-identification-challenge/description.md +83 -0
- dslighting/registry/tgs-salt-identification-challenge/description_obfuscated.md +42 -0
- dslighting/registry/tgs-salt-identification-challenge/grade.py +144 -0
- dslighting/registry/tgs-salt-identification-challenge/prepare.py +158 -0
- dslighting/registry/tgs-salt-identification-challenge/prepare_val.py +166 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/checksums.yaml +5 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/config.yaml +20 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description.md +72 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description_obfuscated.md +25 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
- dslighting/registry/tmdb-box-office-prediction/__init__.py +0 -0
- dslighting/registry/tmdb-box-office-prediction/config.yaml +15 -0
- dslighting/registry/tmdb-box-office-prediction/description.md +47 -0
- dslighting/registry/tmdb-box-office-prediction/grade.py +55 -0
- dslighting/registry/tmdb-box-office-prediction/prepare.py +35 -0
- dslighting/registry/tweet-sentiment-extraction/checksums.yaml +7 -0
- dslighting/registry/tweet-sentiment-extraction/config.yaml +22 -0
- dslighting/registry/tweet-sentiment-extraction/description.md +130 -0
- dslighting/registry/tweet-sentiment-extraction/description_obfuscated.md +30 -0
- dslighting/registry/tweet-sentiment-extraction/grade.py +67 -0
- dslighting/registry/tweet-sentiment-extraction/prepare.py +36 -0
- dslighting/registry/tweet-sentiment-extraction/prepare_val.py +106 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/checksums.yaml +7 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/config.yaml +22 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/description.md +118 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/description_obfuscated.md +46 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/grade.py +31 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
- dslighting/registry/utils.py +266 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/checksums.yaml +7 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/config.yaml +22 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/description.md +126 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/description_obfuscated.md +58 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
- dslighting/registry/ventilator-pressure-prediction/__init__.py +0 -0
- dslighting/registry/ventilator-pressure-prediction/checksums.yaml +7 -0
- dslighting/registry/ventilator-pressure-prediction/config.yaml +15 -0
- dslighting/registry/ventilator-pressure-prediction/description.md +48 -0
- dslighting/registry/ventilator-pressure-prediction/description_obfuscated.md +46 -0
- dslighting/registry/ventilator-pressure-prediction/grade.py +52 -0
- dslighting/registry/ventilator-pressure-prediction/prepare.py +27 -0
- dslighting/registry/ventilator-pressure-prediction/prepare_val.py +142 -0
- dslighting/registry/ventilator_pressure_prediction/__init__.py +0 -0
- dslighting/registry/ventilator_pressure_prediction/grade.py +52 -0
- dslighting/registry/ventilator_pressure_prediction/prepare.py +27 -0
- dslighting/registry/vesuvius-challenge-ink-detection/checksums.yaml +6 -0
- dslighting/registry/vesuvius-challenge-ink-detection/config.yaml +37 -0
- dslighting/registry/vesuvius-challenge-ink-detection/description.md +135 -0
- dslighting/registry/vesuvius-challenge-ink-detection/description_obfuscated.md +39 -0
- dslighting/registry/vesuvius-challenge-ink-detection/grade.py +97 -0
- dslighting/registry/vesuvius-challenge-ink-detection/prepare.py +122 -0
- dslighting/registry/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/checksums.yaml +7 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/config.yaml +25 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description.md +132 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description_obfuscated.md +63 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
- dslighting/registry/whale-categorization-playground/checksums.yaml +6 -0
- dslighting/registry/whale-categorization-playground/config.yaml +16 -0
- dslighting/registry/whale-categorization-playground/description.md +51 -0
- dslighting/registry/whale-categorization-playground/description_obfuscated.md +27 -0
- dslighting/registry/whale-categorization-playground/grade.py +41 -0
- dslighting/registry/whale-categorization-playground/prepare.py +103 -0
- dslighting/registry/whale-categorization-playground/prepare_val.py +196 -0
- dslighting/utils/package_detector.py +320 -0
- {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/METADATA +42 -8
- dslighting-1.7.1.dist-info/RECORD +2108 -0
- dslighting-1.7.1.dist-info/entry_points.txt +3 -0
- dslighting-1.3.9.dist-info/RECORD +0 -80
- {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/WHEEL +0 -0
- {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
## Description
|
|
2
|
+
|
|
3
|
+
The Multi-modal gesture recognition challenge, focused on gesture recognition from 2D and 3D video data using Kinect, is organized by ChaLearn in conjunction with ICMI 2013.
|
|
4
|
+
|
|
5
|
+
Kinect is revolutionizing the field of gesture recognition given the set of input data modalities it provides, including RGB image, depth image (using an infrared sensor), and audio. Gesture recognition is genuinely important in many multi-modal interaction and computer vision applications, including image/video indexing, video surveillance, computer interfaces, and gaming. It also provides excellent benchmarks for algorithms. The recognition of continuous, natural signing is very challenging due to the multimodal nature of the visual cues (e.g., movements of fingers and lips, facial expressions, body pose), as well as technical limitations such as spatial and temporal resolution and unreliable depth cues.
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
The Multi-modal Challenge workshop will be devoted to the presentation of most recent and challenging techniques from multi-modal gesture recognition. The committee encourages paper submissions in the following topics (but not limited to):
|
|
10
|
+
|
|
11
|
+
- Multi-modal descriptors for gesture recognition
|
|
12
|
+
- Fusion strategies for gesture recognition
|
|
13
|
+
- Multi-modal learning for gesture recognition
|
|
14
|
+
- Data sets and evaluation protocols for multi-modal gesture recognition
|
|
15
|
+
- Applications of multi-modal gesture recognition
|
|
16
|
+
|
|
17
|
+
The results of the challenge will be discussed at the workshop. It features a quantitative evaluation of automatic gesture recognition from a multi-modal dataset recorded with Kinect (providing RGB images of face and body, depth images of face and body, skeleton information, joint orientation and audio sources), including about 15,000 Italian gestures from several users. The emphasis of this edition of the competition will be on multi-modal automatic learning of a vocabulary of 20 types of Italian gestures performed by several different users while explaining a history, with the aim of performing user independent continuous gesture recognition combined with audio information.
|
|
18
|
+
|
|
19
|
+
Additionally, the challenge includes a live competition of demos/systems of applications based on multi-modal gesture recognition techniques. Demos using data from different modalities and different kind of devices are welcome. The demos will be evaluated in terms of multi-modality, technical quality, and applicability.
|
|
20
|
+
|
|
21
|
+
Best workshop papers and top three ranked participants of the quantitative evaluation will be invited to present their work at ICMI 2013 and their papers will be published in the ACM proceedings. Additionally, there will be travel grants (based on availability) and the possibility to be invited to present extended versions of their works to a special issue in a high impact factor journal. Moreover, all three top ranking participants in both, quantitative and qualitative challenges will be awarded with a ChaLearn winner certificate and an economic prize (based on availability). We will also announce a best paper and best student paper awards among the workshop contributions.
|
|
22
|
+
|
|
23
|
+
## Evaluation
|
|
24
|
+
|
|
25
|
+
The focus of the challenge is on "multiple instance, user independent learning" of gestures, which means learning to recognize gestures from several instances for each category performed by different users, drawn from a gesture vocabulary of 20 categories. A gesture vocabulary is a set of unique gestures, generally related to a particular task. In this challenge we will focus on the recognition of a vocabulary of 20 Italian cultural/anthropological signs.
|
|
26
|
+
|
|
27
|
+
### Challenge stages:
|
|
28
|
+
|
|
29
|
+
- **Development phase**: Create a learning system capable of learning from several training examples a gesture classification problem. Practice with development data (a large database of 8,500 labeled gestures is available) and submit predictions on-line on validation data (3,500 labeled gestures) to get immediate feed-back on the leaderboard. Recommended: towards the end of the development phase, submit your code for verification purpose.
|
|
30
|
+
- **Final evaluation phase**: Make predictions on the new final evaluation data (3,500 gestures) revealed at the end of the development phase. The participants will have few days to train their systems and upload their predictions.
|
|
31
|
+
|
|
32
|
+
We highly recommend that the participants take advantage of this opportunity and upload regularly updated versions of their code during the development period. Their last code submission before deadline will be used for the verification.
|
|
33
|
+
|
|
34
|
+
### What do you need to predict?
|
|
35
|
+
|
|
36
|
+
Each video contains the recording of multi-modal RGB-Depth-Audio data and user mask and skeleton information of several gesture instances from a vocabulary of 20 gesture categories of Italian signs.
|
|
37
|
+
|
|
38
|
+
You need to predict the identity of those gestures, represented by a numeric label (from 1 to 20).
|
|
39
|
+
|
|
40
|
+
In the data used for training, you get several video clips with annotated gesture labels for training purposes. Multiple gesture instances from several users will be available. In the data used for evaluation (validation data) you must predict the labels of the gestures played in a set of unlabeled videos.
|
|
41
|
+
|
|
42
|
+
Prediction is expected to be performed at gesture level, using the numeric label (1-20) for each frame with recognized gesture. The equivalence between gesture labels and gesture identifiers is provided in the data description page and a script for Matlab is also provided. The result will be a csv file with the video identifier and a coma separated list of recognized gestures (see example file provided with training data).
|
|
43
|
+
|
|
44
|
+
### Levenshtein Distance
|
|
45
|
+
|
|
46
|
+
For each video, you provide an ordered list of labels R corresponding to the recognized gestures. We compare this list to the corresponding list of labels T in the prescribed list of gestures that the user had to play. These are the "true" gesture labels (provided that the users did not make mistakes). We compute the so-called Levenshtein distance L(R, T), that is the minimum number of edit operations (substitution, insertion, or deletion) that one has to perform to go from R to T (or vice versa). The Levenhstein distance is also known as "edit distance".
|
|
47
|
+
|
|
48
|
+
For example:
|
|
49
|
+
|
|
50
|
+
L([1 2 4], [3 2]) = 2
|
|
51
|
+
|
|
52
|
+
L([1], [2]) = 1
|
|
53
|
+
|
|
54
|
+
L([2 2 2], [2]) = 2
|
|
55
|
+
|
|
56
|
+
### Score
|
|
57
|
+
|
|
58
|
+
The overall score we compute is the sum of the Levenshtein distances for all the lines of the result file compared to the corresponding lines in the truth value file, divided by the total number of gestures in the truth value file. This score is analogous to an error rate. However, it can exceed one.
|
|
59
|
+
|
|
60
|
+
- **Public score** means the score that appears on the leaderboard during the development period and is based on the validation data.
|
|
61
|
+
|
|
62
|
+
- **Final score** means the score that will be computed on the final evaluation data released at the end of the development period, which will not be revealed until the challenge is over. The final score will be used to rank the participants and determine the prizes.
|
|
63
|
+
|
|
64
|
+
### Verification procedure
|
|
65
|
+
|
|
66
|
+
To verify that the participants complied with the rule that there should be no manual labelling of the test data, the top ranking participants eligible to win prizes will be asked to cooperate with the organizers to reproduce their results.
|
|
67
|
+
|
|
68
|
+
During the development period the participants can upload executable code reproducing their results together with their submissions. The organizers will evaluate requests to support particular platforms, but do not commit to support all platforms. The sooner a version of the code is uploaded, the highest the chances that the organizers will succeed in running it on their platform. The burden of proof will rest on the participants.
|
|
69
|
+
|
|
70
|
+
The code will be kept in confidence and used only for verification purpose after the challenge is over. The code submitted will need to be standalone and in particular it will not be allowed to access the Internet. It will need to be capable of training models from the final evaluation data training examples, for each data batch, and making label predictions on the test examples of that batch.
|
|
71
|
+
|
|
72
|
+
### Data split
|
|
73
|
+
|
|
74
|
+
We split the recorded data into:
|
|
75
|
+
|
|
76
|
+
- **training data**: fully labelled data that can be used for training and validation as desired.
|
|
77
|
+
|
|
78
|
+
- **validation data**: a dataset formatted in a similar way as the final evaluation data that can be used to practice making submissions on the Kaggle platform. The results on validation data will show immediately as the "public score" on the leaderboard.
|
|
79
|
+
|
|
80
|
+
- **final evaluation data**: the dataset that will be used to compute the final score (will be released shortly before the end of the challenge).
|
|
81
|
+
|
|
82
|
+
### Kaggle submission format
|
|
83
|
+
|
|
84
|
+
In order to submit your results to the Kaggle platform, you should provide a csv file with the following format:
|
|
85
|
+
|
|
86
|
+
Id,Sequence
|
|
87
|
+
|
|
88
|
+
0001,2 4 5 6 1
|
|
89
|
+
|
|
90
|
+
0002,1 2 12 4 14 16 3
|
|
91
|
+
|
|
92
|
+
where the first line is the header and the rest of the lines contains the predicted sequence of gestures. Notice that the Id correspond to the last 4 digits of the SampleID, that is:
|
|
93
|
+
|
|
94
|
+
Sample0**0001**.zip => 0001
|
|
95
|
+
|
|
96
|
+
A sample file corresponding to the training data is available for downloading.
|
|
97
|
+
|
|
98
|
+
## Prizes
|
|
99
|
+
|
|
100
|
+
### (a) Incentive Prizes
|
|
101
|
+
|
|
102
|
+
(1) ICMI 2013 competition:
|
|
103
|
+
|
|
104
|
+
*Quantitative competition:*
|
|
105
|
+
|
|
106
|
+
> - First place: 500 USD and 1000 USD travel award + Award certificate
|
|
107
|
+
> - Second place: 250 USD and 750 USD travel award + Award certificate
|
|
108
|
+
> - Third place: 100 USD and 400 USD travel award + Award certificate
|
|
109
|
+
|
|
110
|
+
*Qualitative competition:*
|
|
111
|
+
|
|
112
|
+
> - First place: 500 USD and 1000 USD travel award [based upon availability] + Award certificate
|
|
113
|
+
> - Second place: 250 USD and 750 USD travel award [based upon availability] + Award certificate
|
|
114
|
+
> - Third place: 100 USD and 400 USD travel award [based upon availability] + Award certificate
|
|
115
|
+
|
|
116
|
+
### (b) Best paper awards:
|
|
117
|
+
|
|
118
|
+
CHALEARN will also give a best paper award and a best student paper award in both tracks, consisting of a CHALEARN certificate.
|
|
119
|
+
|
|
120
|
+
### (c) Travel awards:
|
|
121
|
+
|
|
122
|
+
CHALEARN will also distribute travel awards to selected participants in the quantitative evaluation who also wish to participate in the qualitative live evaluation (to partially cover their travel expenses). The awards will be distributed according to merit, need, and availability.
|
|
123
|
+
|
|
124
|
+
### (d) If for any reason the advertised prize is unavailable, unless to do so would be prohibited by law, we reserve the right to substitute a prize(s) of equal or greater value, as permitted. We will only award one prize per team. If you are selected as a potential winner of this contest:
|
|
125
|
+
|
|
126
|
+
(1) If your prize is not in cash, you may not exchange your prize for cash; you may not exchange any prize for other merchandise or services.
|
|
127
|
+
|
|
128
|
+
(2) You may not designate someone else as the winner. If you are unable or unwilling to accept your prize, we will award it to an alternate potential winner.
|
|
129
|
+
|
|
130
|
+
(3) If you accept a prize, you will be solely responsible for all applicable taxes related to accepting the prize.
|
|
131
|
+
|
|
132
|
+
(4) If you are a minor in your place of residence, we may award the prize to your parent/legal guardian on your behalf and your parent/legal guardian will be designated as the winner.
|
|
133
|
+
|
|
134
|
+
(5) For South African residents, the value of the prize includes the value added tax (VAT).
|
|
135
|
+
|
|
136
|
+
## Timeline
|
|
137
|
+
|
|
138
|
+
### Quantitative Challenge
|
|
139
|
+
|
|
140
|
+
| Event | Date |
|
|
141
|
+
| --- | --- |
|
|
142
|
+
| Beginning of the quantitative competition, release of first data examples. | April 30th, 2013 |
|
|
143
|
+
| Full release of training and validation data. | May 20, 2013 |
|
|
144
|
+
| Release of final evaluation data. | August 1st, 2013 |
|
|
145
|
+
| End of the quantitative competition. Deadline for code submission. The organizers start the code verification by running it on the final evaluation data. | August 15th, 2013 |
|
|
146
|
+
| Release of final evaluation data decryption key. | August 20th, 2013 |
|
|
147
|
+
| Deadline for submitting the fact sheets and the prediction results on final evaluation data. | August 25th, 2013 |
|
|
148
|
+
| Release of the verification results to the participants for review. Top ranked participants are invited to follow the workshop submission guide for inclusion at ICMI proceedings. | September 1st, 2013 |
|
|
149
|
+
|
|
150
|
+
### Qualitative Challenge
|
|
151
|
+
|
|
152
|
+
| Event | Date |
|
|
153
|
+
| --- | --- |
|
|
154
|
+
| Deadline of a two-page summary of the live demo proposal | July 15th, 2013 |
|
|
155
|
+
| Acceptance notification of demos for qualitative competition | July 25th, 2013 |
|
|
156
|
+
| Submission of additional and supplementary information for demos | July 30th, 2013 |
|
|
157
|
+
| Round 1 evaluation of demos (just for feedback and recommendation to present or not the demo contribution as a workshop paper submission, final evaluation is performed at the first day of the workshop). | August 15th, 2013 |
|
|
158
|
+
|
|
159
|
+
### Workshop
|
|
160
|
+
|
|
161
|
+
| Event | Date |
|
|
162
|
+
| --- | --- |
|
|
163
|
+
| Workshop paper submission deadline (top three ranked quantitative and qualitative participants will be invited to submit their contribution as a paper submission to the workshop) | September 15th, 2013 |
|
|
164
|
+
| Notification of workshop paper acceptance | September 30th, 2013 |
|
|
165
|
+
| Camera ready of workshop papers | October 7th, 2013 |
|
|
166
|
+
|
|
167
|
+
### Citation
|
|
168
|
+
|
|
169
|
+
Ben Hamner, Isabelle, LoPoal, sescalera, xbaro. (2013). Multi-modal Gesture Recognition. Kaggle. https://kaggle.com/competitions/multi-modal-gesture-recognition
|
|
170
|
+
|
|
171
|
+
# Dataset Description
|
|
172
|
+
|
|
173
|
+
The data is also available [here](http://sunai.uoc.edu/chalearn/).
|
|
174
|
+
|
|
175
|
+
The focus of the challenge is on "multiple instance, user independent learning" of gestures, which means learning to recognize gestures from several instances for each category performed by different users, drawn from a gesture vocabulary of 20 categories. A gesture vocabulary is a set of unique gestures, generally related to a particular task. In this challenge we will focus on the recognition of a vocabulary of 20 Italian cultural/anthropological signs.
|
|
176
|
+
|
|
177
|
+
## Challenge stages
|
|
178
|
+
|
|
179
|
+
**Development Phase**: Create a learning system capable of learning from several training examples a gesture classification problem. Practice with training data (a large database of 7,754 manually labeled gestures is available) and submit predictions on-line on validation data (3,362 labelled gestures) to get immediate feed-back on the leaderboard.
|
|
180
|
+
|
|
181
|
+
**Final Evaluation Phase**: Make predictions on the new final evaluation data (around 3,000 gestures) revealed at the end of the development phase. The participants will have few days to train their systems and upload their predictions.
|
|
182
|
+
|
|
183
|
+
## Provided Files
|
|
184
|
+
|
|
185
|
+
Both for the development and final evaluation phase, the data will have the same format. We provide several ZIP files for each dataset, each file containing all the files for one sequence. The name of the ZIP file is assumed as the sequence identifier (eg. Sample00001, Sample00002, ...), and all their related files start with this SessionID:
|
|
186
|
+
|
|
187
|
+
- SessionID_audio: Audio file.
|
|
188
|
+
- SessionID_color: Video file with the RGB information.
|
|
189
|
+
- SessionID_depth: Video file with the Depth information
|
|
190
|
+
- SessionID_user: Video file with the user segmentation information
|
|
191
|
+
- SessionID_data: Matlab file with a structure called Video, with the sequence information:
|
|
192
|
+
- NumFrames: Number of frames of the sequence
|
|
193
|
+
- FrameRate: Frame rate of the sequence
|
|
194
|
+
- MaxDepth: Maximum depth value for depth data
|
|
195
|
+
- Frames: Skeleton information information for each frame of the videos in Kinect format. More information is provided at the end of this section (Exporting the data).
|
|
196
|
+
- Labels: Sequence gestures. It is only provided for the training data, on validation and test this field is empty. For each gesture, the initial frame, the last frame and its name are provided.
|
|
197
|
+
- Please, note that we provide some Matlab scripts that work with the zipped file, therefore, we recommend to do not unzip the sequence files.
|
|
198
|
+
|
|
199
|
+
## What do you need to predict?
|
|
200
|
+
|
|
201
|
+
The development data contains the recording of multi-modal RGB-Depth-Audio data and user mask and skeleton information of 7,754 gesture instances from a vocabulary of 20 gesture categories of Italian signs.
|
|
202
|
+
|
|
203
|
+
For each sequence, it is expected to recognize each gesture of interest (that means, gestures from the list of 20 Italian gestures) and generate the list of seen gestures. For instance:
|
|
204
|
+
|
|
205
|
+
```
|
|
206
|
+
Session00001,2,12,3
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
where Session00001 is the sequence id (name of the ZIP file) and we predict that it contains first the gesture 2 (vieniqui), then the gesture 12 (cosatifarei) and finally the gesture 3 (perfetto). Be aware that sequence can contain non interest gestures (gestures that people perform but are not in the list of those 20 gestures), and those gestures can not be in the prediction list.
|
|
210
|
+
|
|
211
|
+
Next we list the types of gestures, represented by a numeric label (from 1 to 20), together with the number of training performances recorded for each gesture in brackets:
|
|
212
|
+
|
|
213
|
+
1. 'vattene' (389)
|
|
214
|
+
2. 'vieniqui' (390)
|
|
215
|
+
3. 'perfetto' (388)
|
|
216
|
+
4. 'furbo' (388)
|
|
217
|
+
5. 'cheduepalle' (389)
|
|
218
|
+
6. 'chevuoi' (387)
|
|
219
|
+
7. 'daccordo' (372)
|
|
220
|
+
8. 'seipazzo' (388)
|
|
221
|
+
9. 'combinato' (388)
|
|
222
|
+
10. 'freganiente' (387)
|
|
223
|
+
11. 'ok'
(391)
|
|
224
|
+
12. 'cosatifarei' (388)
|
|
225
|
+
13. 'basta' (388)
|
|
226
|
+
14. 'prendere' (390)
|
|
227
|
+
15. 'noncenepiu'
(383)
|
|
228
|
+
16. 'fame' (391)
|
|
229
|
+
17. 'tantotempo' (389)
|
|
230
|
+
18. 'buonissimo' (391)
|
|
231
|
+
19. 'messidaccordo' (389)
|
|
232
|
+
20. 'sonostufo' (388)
|
|
233
|
+
|
|
234
|
+
## Exporting the data
|
|
235
|
+
|
|
236
|
+
In the scripts section, we provide a Matlab GUI application that allows to view and listen the data and to export it to make easy to work. It exports the multimodal data in the following four Matlab structures:
|
|
237
|
+
|
|
238
|
+
- NumFrames: Total number of frames.
|
|
239
|
+
- FrameRate: Frame rate of a video.
|
|
240
|
+
- Audio: structure that contains audio data.
|
|
241
|
+
- y: audio data
|
|
242
|
+
- fs: sample rate for the data
|
|
243
|
+
- Labels: structure that contains the data about labels.
|
|
244
|
+
- Name: The name given to this gesture.
|
|
245
|
+
- Begin: It indicates the start frame of the gesture.
|
|
246
|
+
- End: It indicates the ending frame of the gesture.
|
|
247
|
+
- Label names are as follows:
|
|
248
|
+
1. 'vattene'
|
|
249
|
+
2. 'vieniqui'
|
|
250
|
+
3. 'perfetto'
|
|
251
|
+
4. 'furbo'
|
|
252
|
+
5. 'cheduepalle'
|
|
253
|
+
6. 'chevuoi'
|
|
254
|
+
7. 'daccordo'
|
|
255
|
+
8. 'seipazzo'
|
|
256
|
+
9. 'combinato'
|
|
257
|
+
10. 'freganiente'
|
|
258
|
+
11. 'ok'
|
|
259
|
+
12. 'cosatifarei'
|
|
260
|
+
13. 'basta'
|
|
261
|
+
14. 'prendere'
|
|
262
|
+
15. 'noncenepiu'
|
|
263
|
+
16. 'fame'
|
|
264
|
+
17. 'tantotempo'
|
|
265
|
+
18. 'buonissimo'
|
|
266
|
+
19. 'messidaccordo'
|
|
267
|
+
20. 'sonostufo'
|
|
268
|
+
|
|
269
|
+
After exportation, an individual mat (Sample00001_X.mat, where X indicates the number of the frame) file for each frame is generated containing the following structures:
|
|
270
|
+
|
|
271
|
+
- RGB.
|
|
272
|
+
- Depth.
|
|
273
|
+
- UserIndex
|
|
274
|
+
- Skeleton.
|
|
275
|
+
|
|
276
|
+
The detailed descriptions about each one of these structures are explained in the following section.
|
|
277
|
+
|
|
278
|
+
## On the generated MAT
|
|
279
|
+
|
|
280
|
+
A generated MAT file stores the selected visual data in three structures named 'RGB', 'Depth', 'UserIndex', and 'Skeleton'. The data of each structure is aligned regarding RGB data. The following subsections will describe each of these structures.
|
|
281
|
+
|
|
282
|
+
- RGB data: this matrix represents the RGB color image.
|
|
283
|
+
- Depth Frame: The Depth matrix contains the pixel-wise z-component of the point cloud. The value of depth is expressed in millimeters.
|
|
284
|
+
- User Index: The User index matrix represents the player index of each pixel of the depth image. A non-zero pixel value signifies that a tracked subject occupies the pixel, and a value of 0 denotes that no tracked subject occupies the pixel.
|
|
285
|
+
- Skeleton Frame: An array of Skeleton structures is contained within a Skeletons array. It contains the joint positions, and bone orientations comprising a skeleton. The format of a Skeleton structure is given below.
|
|
286
|
+
- Skeleton
|
|
287
|
+
- JointsType
|
|
288
|
+
- WorldPosition
|
|
289
|
+
- PixelPosition
|
|
290
|
+
- WorldRotation
|
|
291
|
+
- JointsType can be as follows:
|
|
292
|
+
- HipCenter
|
|
293
|
+
- Spine
|
|
294
|
+
- ShoulderCenter
|
|
295
|
+
- Head
|
|
296
|
+
- ShoulderLeft
|
|
297
|
+
- ElbowLeft
|
|
298
|
+
- WristLeft
|
|
299
|
+
- HandLeft
|
|
300
|
+
- ShoulderRight
|
|
301
|
+
- ElbowRight
|
|
302
|
+
- WristRight
|
|
303
|
+
- HandRight
|
|
304
|
+
- HipLeft
|
|
305
|
+
- KneeLeft
|
|
306
|
+
- AnkleLeft
|
|
307
|
+
- FootLeft
|
|
308
|
+
- HipRight
|
|
309
|
+
- KneeRight
|
|
310
|
+
- AnkleRight
|
|
311
|
+
- FootRight
|
|
312
|
+
- WorldPosition: The world coordinates position structure represents the global position of a tracked joint.
|
|
313
|
+
- The X value represents the x-component of the subject's global position (in millimeters).
|
|
314
|
+
- The Y value represents the y-component of the subject's global position (in millimeters).
|
|
315
|
+
- The Z value represents the z-component of the subject's global position (in millimeters).
|
|
316
|
+
- PixelPosition: The pixel coordinates position structure represents the position of a tracked joint. The format of the Position structure is given as follows.
|
|
317
|
+
- The X value represents the x-component of the joint location (in pixels).
|
|
318
|
+
- The Y value represents the y-component of the joint location (in pixels).
|
|
319
|
+
- The Z value represents the z-component of the joint location (in pixels).
|
|
320
|
+
- WorldRotation: The world rotation structure contains the orientations of skeletal bones in terms of absolute transformations. The world rotation structure provides the orientation of a bone in the 3D camera space. Is formed by 20x4 matrix, where each row contains the W, X, Y, Z values of the quaternion related to the rotation.
|
|
321
|
+
- The X value represents the x-component of the quaternion.
|
|
322
|
+
- The Y value represents the y-component of the quaternion.
|
|
323
|
+
- The Z value represents the z-component of the quaternion.
|
|
324
|
+
- The W value represents the w-component of the quaternion.
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
# Task
|
|
2
|
+
|
|
3
|
+
Identify the gestures made in a video. For each video, provide an ordered list of labels R corresponding to the recognized gestures.
|
|
4
|
+
|
|
5
|
+
Each video contains the recording of multi-modal RGB-Depth-Audio data and user mask and skeleton information of several gesture instances from a vocabulary of 20 gesture categories of Italian signs.
|
|
6
|
+
|
|
7
|
+
You need to predict the identity of those gestures, represented by a numeric label (from 1 to 20).
|
|
8
|
+
|
|
9
|
+
# Metric
|
|
10
|
+
|
|
11
|
+
Levenshtein distances for all the lines of the result file compared to the corresponding lines in the truth value file, divided by the total number of gestures in the truth value file. This score is analogous to an error rate. However, it can exceed one.
|
|
12
|
+
|
|
13
|
+
The focus of the challenge is on "multiple instance, user independent learning" of gestures, which means learning to recognize gestures from several instances for each category performed by different users, drawn from a gesture vocabulary of 20 categories. A gesture vocabulary is a set of unique gestures, generally related to a particular task. In this challenge we will focus on the recognition of a vocabulary of 20 Italian cultural/anthropological signs.
|
|
14
|
+
|
|
15
|
+
# Submission Format
|
|
16
|
+
|
|
17
|
+
For each sequence, it is expected to recognize each gesture of interest (that means, gestures from the list of 20 Italian gestures) and generate the list of seen gestures. For instance:
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
Session00001,2,12,3
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
where Session00001 is the sequence id (name of the ZIP file) and we predict that it contains first the gesture 2 (vieniqui), then the gesture 12 (cosatifarei) and finally the gesture 3 (perfetto). Be aware that sequence can contain non interest gestures (gestures that people perform but are not in the list of those 20 gestures), and those gestures can not be in the prediction list.
|
|
24
|
+
|
|
25
|
+
# Dataset
|
|
26
|
+
|
|
27
|
+
In the training data, you get several video clips with annotated gesture labels for training purposes.
|
|
28
|
+
|
|
29
|
+
We provide several ZIP files for each dataset, each file containing all the files for one sequence. The name of the ZIP file is assumed as the sequence identifier (eg. Sample00001, Sample00002, ...), and all their related files start with this SessionID:
|
|
30
|
+
|
|
31
|
+
- SessionID_audio: Audio file.
|
|
32
|
+
- SessionID_color: Video file with the RGB information.
|
|
33
|
+
- SessionID_depth: Video file with the Depth information
|
|
34
|
+
- SessionID_user: Video file with the user segmentation information
|
|
35
|
+
- SessionID_data: Matlab file with a structure called Video, with the sequence information:
|
|
36
|
+
- NumFrames: Number of frames of the sequence
|
|
37
|
+
- FrameRate: Frame rate of the sequence
|
|
38
|
+
- MaxDepth: Maximum depth value for depth data
|
|
39
|
+
- Frames: Skeleton information information for each frame of the videos in Kinect format. More information is provided at the end of this section (Exporting the data).
|
|
40
|
+
- Labels: Sequence gestures. It is only provided for the training data, on validation and test this field is empty. For each gesture, the initial frame, the last frame and its name are provided.
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## Exporting the data
|
|
44
|
+
|
|
45
|
+
In the scripts section, we provide a Matlab GUI application that allows to view and listen the data and to export it to make easy to work. It exports the multimodal data in the following four Matlab structures:
|
|
46
|
+
|
|
47
|
+
- NumFrames: Total number of frames.
|
|
48
|
+
- FrameRate: Frame rate of a video.
|
|
49
|
+
- Audio: structure that contains audio data.
|
|
50
|
+
- y: audio data
|
|
51
|
+
- fs: sample rate for the data
|
|
52
|
+
- Labels: structure that contains the data about labels.
|
|
53
|
+
- Name: The name given to this gesture.
|
|
54
|
+
- Begin: It indicates the start frame of the gesture.
|
|
55
|
+
- End: It indicates the ending frame of the gesture.
|
|
56
|
+
- Label names are as follows:
|
|
57
|
+
1. 'vattene'
|
|
58
|
+
2. 'vieniqui'
|
|
59
|
+
3. 'perfetto'
|
|
60
|
+
4. 'furbo'
|
|
61
|
+
5. 'cheduepalle'
|
|
62
|
+
6. 'chevuoi'
|
|
63
|
+
7. 'daccordo'
|
|
64
|
+
8. 'seipazzo'
|
|
65
|
+
9. 'combinato'
|
|
66
|
+
10. 'freganiente'
|
|
67
|
+
11. 'ok'
|
|
68
|
+
12. 'cosatifarei'
|
|
69
|
+
13. 'basta'
|
|
70
|
+
14. 'prendere'
|
|
71
|
+
15. 'noncenepiu'
|
|
72
|
+
16. 'fame'
|
|
73
|
+
17. 'tantotempo'
|
|
74
|
+
18. 'buonissimo'
|
|
75
|
+
19. 'messidaccordo'
|
|
76
|
+
20. 'sonostufo'
|
|
77
|
+
|
|
78
|
+
After exportation, an individual mat (Sample00001_X.mat, where X indicates the number of the frame) file for each frame is generated containing the following structures:
|
|
79
|
+
|
|
80
|
+
- RGB.
|
|
81
|
+
- Depth.
|
|
82
|
+
- UserIndex
|
|
83
|
+
- Skeleton.
|
|
84
|
+
|
|
85
|
+
The detailed descriptions about each one of these structures are explained in the following section.
|
|
86
|
+
|
|
87
|
+
## On the generated MAT
|
|
88
|
+
|
|
89
|
+
A generated MAT file stores the selected visual data in three structures named 'RGB', 'Depth', 'UserIndex', and 'Skeleton'. The data of each structure is aligned regarding RGB data. The following subsections will describe each of these structures.
|
|
90
|
+
|
|
91
|
+
- RGB data: this matrix represents the RGB color image.
|
|
92
|
+
- Depth Frame: The Depth matrix contains the pixel-wise z-component of the point cloud. The value of depth is expressed in millimeters.
|
|
93
|
+
- User Index: The User index matrix represents the player index of each pixel of the depth image. A non-zero pixel value signifies that a tracked subject occupies the pixel, and a value of 0 denotes that no tracked subject occupies the pixel.
|
|
94
|
+
- Skeleton Frame: An array of Skeleton structures is contained within a Skeletons array. It contains the joint positions, and bone orientations comprising a skeleton. The format of a Skeleton structure is given below.
|
|
95
|
+
- Skeleton
|
|
96
|
+
- JointsType
|
|
97
|
+
- WorldPosition
|
|
98
|
+
- PixelPosition
|
|
99
|
+
- WorldRotation
|
|
100
|
+
- JointsType can be as follows:
|
|
101
|
+
- HipCenter
|
|
102
|
+
- Spine
|
|
103
|
+
- ShoulderCenter
|
|
104
|
+
- Head
|
|
105
|
+
- ShoulderLeft
|
|
106
|
+
- ElbowLeft
|
|
107
|
+
- WristLeft
|
|
108
|
+
- HandLeft
|
|
109
|
+
- ShoulderRight
|
|
110
|
+
- ElbowRight
|
|
111
|
+
- WristRight
|
|
112
|
+
- HandRight
|
|
113
|
+
- HipLeft
|
|
114
|
+
- KneeLeft
|
|
115
|
+
- AnkleLeft
|
|
116
|
+
- FootLeft
|
|
117
|
+
- HipRight
|
|
118
|
+
- KneeRight
|
|
119
|
+
- AnkleRight
|
|
120
|
+
- FootRight
|
|
121
|
+
- WorldPosition: The world coordinates position structure represents the global position of a tracked joint.
|
|
122
|
+
- The X value represents the x-component of the subject's global position (in millimeters).
|
|
123
|
+
- The Y value represents the y-component of the subject's global position (in millimeters).
|
|
124
|
+
- The Z value represents the z-component of the subject's global position (in millimeters).
|
|
125
|
+
- PixelPosition: The pixel coordinates position structure represents the position of a tracked joint. The format of the Position structure is given as follows.
|
|
126
|
+
- The X value represents the x-component of the joint location (in pixels).
|
|
127
|
+
- The Y value represents the y-component of the joint location (in pixels).
|
|
128
|
+
- The Z value represents the z-component of the joint location (in pixels).
|
|
129
|
+
- WorldRotation: The world rotation structure contains the orientations of skeletal bones in terms of absolute transformations. The world rotation structure provides the orientation of a bone in the 3D camera space. Is formed by 20x4 matrix, where each row contains the W, X, Y, Z values of the quaternion related to the rotation.
|
|
130
|
+
- The X value represents the x-component of the quaternion.
|
|
131
|
+
- The Y value represents the y-component of the quaternion.
|
|
132
|
+
- The Z value represents the z-component of the quaternion.
|
|
133
|
+
- The W value represents the w-component of the quaternion.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
from typing import List
|
|
2
|
+
|
|
3
|
+
import numpy as np
|
|
4
|
+
import pandas as pd
|
|
5
|
+
from Levenshtein import distance
|
|
6
|
+
|
|
7
|
+
from mlebench.grade_helpers import InvalidSubmissionError
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def final_edit_distance(y_true: List[int], y_pred: List[int]) -> float:
|
|
11
|
+
"""
|
|
12
|
+
> The overall score we compute is the sum of the Levenshtein distances for all the lines of the
|
|
13
|
+
result file compared to the corresponding lines in the truth value file, divided by the total
|
|
14
|
+
number of gestures in the truth value file. This score is analogous to an error rate.
|
|
15
|
+
However, it can exceed one.
|
|
16
|
+
(https://www.kaggle.com/competitions/multi-modal-gesture-recognition/overview)
|
|
17
|
+
"""
|
|
18
|
+
sum_of_distances = np.sum([distance(a, b) for a, b in zip(y_true, y_pred)])
|
|
19
|
+
total_num_gestures = sum(len(x) for x in y_true)
|
|
20
|
+
return sum_of_distances / total_num_gestures
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def prepare_for_metric(submission: pd.DataFrame, answers: pd.DataFrame):
|
|
24
|
+
if len(submission) != len(answers):
|
|
25
|
+
raise InvalidSubmissionError("Submission and answers must have the same length")
|
|
26
|
+
|
|
27
|
+
if "Id" not in submission.columns:
|
|
28
|
+
raise InvalidSubmissionError("Submission must have an 'Id' column")
|
|
29
|
+
|
|
30
|
+
if "Sequence" not in submission.columns:
|
|
31
|
+
raise InvalidSubmissionError("Submission must have a 'Sequence' column")
|
|
32
|
+
|
|
33
|
+
assert "Id" in answers.columns, "Answers must have 'Id' column"
|
|
34
|
+
assert "Sequence" in answers.columns, "Answers must have 'Sequence' column"
|
|
35
|
+
|
|
36
|
+
submission = submission.sort_values("Id")
|
|
37
|
+
answers = answers.sort_values("Id")
|
|
38
|
+
|
|
39
|
+
if (submission["Id"].values != answers["Id"].values).any():
|
|
40
|
+
raise InvalidSubmissionError("Submission and answers must have the same ids")
|
|
41
|
+
|
|
42
|
+
# Read as strings, convert to list of numbers
|
|
43
|
+
submission["Sequence"] = submission["Sequence"].astype(str)
|
|
44
|
+
answers["Sequence"] = answers["Sequence"].astype(str)
|
|
45
|
+
answers_sequences = [list(map(int, x.split())) for x in answers["Sequence"]]
|
|
46
|
+
try:
|
|
47
|
+
submission_sequences = [list(map(int, x.split())) for x in submission["Sequence"]]
|
|
48
|
+
except ValueError as e:
|
|
49
|
+
raise InvalidSubmissionError(
|
|
50
|
+
f"Submission sequences must be integers separated by spaces. Failed to convert Sequence to list of integers: {e}"
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
return answers_sequences, submission_sequences
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
def grade(submission: pd.DataFrame, answers: pd.DataFrame) -> float:
|
|
57
|
+
y_true, y_pred = prepare_for_metric(submission, answers)
|
|
58
|
+
return final_edit_distance(y_true, y_pred)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Note: The leaderboard.csv has been manually modified and differs from the raw leaderboard
|
|
2
|
+
downloadable from https://www.kaggle.com/competitions/multi-modal-gesture-recognition/leaderboard.
|
|
3
|
+
|
|
4
|
+
In the original leaderboard, the bottom 35 submissions curiously report scores of `999999.00000`.
|
|
5
|
+
This includes a "Random predictions" team, suggesting that these scores correspond to a random
|
|
6
|
+
baseline similar to the `randomPredictions.csv` available in the raw dataset.
|
|
7
|
+
|
|
8
|
+
However, this score is significantly higher than what we'd expect from a straightforward
|
|
9
|
+
implementation of the described metric, which would have a random baseline scoring close to but
|
|
10
|
+
less than `1.0`. Indeed, the random baseline in our sample submission scores `0.91966` on our new
|
|
11
|
+
test set using our grader implementation, which is consistent with our expectations.
|
|
12
|
+
|
|
13
|
+
Ranking our sample submission against the original leaderboard would achieve a bronze medal, as it
|
|
14
|
+
beats all the submissions scoring `999999.00000`. This would be a misleading medal achievement
|
|
15
|
+
because the score is in fact quite weak.
|
|
16
|
+
|
|
17
|
+
To avoid this misleading result, we have decided to remove all the `999999.00000` scores from the
|
|
18
|
+
leaderboard.
|
|
19
|
+
|
|
20
|
+
Here are the medal thresholds based on the original leaderboard:
|
|
21
|
+
```
|
|
22
|
+
"gold_threshold": 0.17872,
|
|
23
|
+
"silver_threshold": 0.322,
|
|
24
|
+
"bronze_threshold": 999999.0,
|
|
25
|
+
"median_threshold": 999999.0,
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
And here are the medal thresholds based on our new modified leaderboard, showing more difficult
|
|
29
|
+
but reasonable thresholds for bronze and median:
|
|
30
|
+
```
|
|
31
|
+
"gold_threshold": 0.13304,
|
|
32
|
+
"silver_threshold": 0.1769,
|
|
33
|
+
"bronze_threshold": 0.24926,
|
|
34
|
+
"median_threshold": 0.322,
|
|
35
|
+
```
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import random
|
|
2
|
+
import shutil
|
|
3
|
+
from pathlib import Path
|
|
4
|
+
|
|
5
|
+
import pandas as pd
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def prepare(raw: Path, public: Path, private: Path):
|
|
9
|
+
"""
|
|
10
|
+
Splits the data in raw into public and private datasets with appropriate test/train splits.
|
|
11
|
+
|
|
12
|
+
Raw dataset has:
|
|
13
|
+
- Train: training1, training2, training3, training4
|
|
14
|
+
- Val: validation1, validation2, validation3 (no labels)
|
|
15
|
+
- Test: (not available)
|
|
16
|
+
|
|
17
|
+
New prepared dataset has:
|
|
18
|
+
- Train: training1, training2, training3
|
|
19
|
+
- Val: validation1, validation2, validation3 (no labels)
|
|
20
|
+
- Test: training4 (renamed to `test.tar.gz`)
|
|
21
|
+
|
|
22
|
+
Furthermore,
|
|
23
|
+
- We modify the `training.csv` to remove training4 samples
|
|
24
|
+
- We modify the `test.csv` and `randomPredictions.csv` to include only training4 IDs
|
|
25
|
+
|
|
26
|
+
No other changes. We copy over the remaining files (devel01-40.7z, valid_all_files_combined.7z, sample_code_mmrgc.zip) as-is.
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
# Unzip the training4 file to get new test IDs
|
|
30
|
+
shutil.unpack_archive(raw / "training4.tar.gz", raw / "training4")
|
|
31
|
+
# training4 contains samples like "Sample00300.zip", the ID is the last 4 digits ("0300")
|
|
32
|
+
test_ids = sorted([fp.stem[-4:] for fp in (raw / "training4").glob("*.zip")])
|
|
33
|
+
|
|
34
|
+
# Update training.csv to remove training4 samples
|
|
35
|
+
training_df = pd.read_csv(raw / "training.csv", dtype={"Id": str, "Sequence": str})
|
|
36
|
+
new_training_df = training_df[~training_df["Id"].isin(test_ids)]
|
|
37
|
+
new_training_df.to_csv(public / "training.csv", index=False)
|
|
38
|
+
assert len(new_training_df) == len(training_df) - len(
|
|
39
|
+
test_ids
|
|
40
|
+
), f"Expected {len(training_df) - len(test_ids)} samples in training.csv, but got {len(new_training_df)}"
|
|
41
|
+
|
|
42
|
+
# Make private answers
|
|
43
|
+
answers_df = training_df[training_df["Id"].isin(test_ids)]
|
|
44
|
+
answers_df.to_csv(private / "test.csv", index=False)
|
|
45
|
+
assert len(answers_df) == len(
|
|
46
|
+
test_ids
|
|
47
|
+
), f"Expected {len(test_ids)} samples in private/test.csv, but got {len(answers_df)}"
|
|
48
|
+
|
|
49
|
+
# Make new public test.csv
|
|
50
|
+
test_df = pd.DataFrame({"Id": test_ids})
|
|
51
|
+
test_df.to_csv(public / "test.csv", index=False)
|
|
52
|
+
assert len(test_df) == len(
|
|
53
|
+
test_ids
|
|
54
|
+
), f"Expected {len(test_ids)} samples in public/test.csv, but got {len(test_df)}"
|
|
55
|
+
|
|
56
|
+
# Make new public randomPredictions.csv
|
|
57
|
+
# predictions are random shufflings of numbers 1-20 (no repeats)
|
|
58
|
+
random.seed(0)
|
|
59
|
+
preds = []
|
|
60
|
+
for _ in range(len(test_ids)):
|
|
61
|
+
pred = " ".join(str(x) for x in random.sample(range(1, 21), 20))
|
|
62
|
+
preds.append(pred)
|
|
63
|
+
random_predictions_df = pd.DataFrame({"Id": test_ids, "Sequence": preds})
|
|
64
|
+
random_predictions_df.to_csv(public / "randomPredictions.csv", index=False)
|
|
65
|
+
assert len(random_predictions_df) == len(
|
|
66
|
+
test_ids
|
|
67
|
+
), f"Expected {len(test_ids)} samples in public/randomPredictions.csv, but got {len(random_predictions_df)}"
|
|
68
|
+
|
|
69
|
+
# Copy over training4 as new test set
|
|
70
|
+
shutil.copyfile(src=raw / "training4.tar.gz", dst=public / "test.tar.gz")
|
|
71
|
+
|
|
72
|
+
# Copy over train and validation tars
|
|
73
|
+
for file in [
|
|
74
|
+
"training1.tar.gz",
|
|
75
|
+
"training2.tar.gz",
|
|
76
|
+
"training3.tar.gz",
|
|
77
|
+
"validation1.tar.gz",
|
|
78
|
+
"validation2.tar.gz",
|
|
79
|
+
"validation3.tar.gz",
|
|
80
|
+
]:
|
|
81
|
+
shutil.copyfile(src=raw / file, dst=public / file)
|
|
82
|
+
|
|
83
|
+
# Copy over the rest of the files
|
|
84
|
+
for file in ["devel01-40.7z", "valid_all_files_combined.7z", "sample_code_mmrgc.zip"]:
|
|
85
|
+
shutil.copyfile(src=raw / file, dst=public / file)
|