dslighting 1.3.9__py3-none-any.whl → 1.7.6__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 +160 -28
- 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.6.dist-info}/METADATA +42 -8
- dslighting-1.7.6.dist-info/RECORD +2453 -0
- dslighting-1.7.6.dist-info/entry_points.txt +3 -0
- {dslighting-1.3.9.dist-info → dslighting-1.7.6.dist-info}/top_level.txt +1 -0
- mlebench/README.md +39 -0
- mlebench/__init__.py +0 -0
- mlebench/cli.py +221 -0
- mlebench/competitions/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
- mlebench/competitions/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
- mlebench/competitions/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
- mlebench/competitions/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
- mlebench/competitions/AI4Code/grade.py +70 -0
- mlebench/competitions/AI4Code/prepare.py +84 -0
- mlebench/competitions/AI4Code/prepare_val.py +159 -0
- mlebench/competitions/__init__.py +0 -0
- mlebench/competitions/aerial-cactus-identification/grade.py +11 -0
- mlebench/competitions/aerial-cactus-identification/prepare.py +71 -0
- mlebench/competitions/aerial-cactus-identification/prepare_val.py +133 -0
- mlebench/competitions/alaska2-image-steganalysis/grade.py +136 -0
- mlebench/competitions/alaska2-image-steganalysis/prepare.py +88 -0
- mlebench/competitions/alaska2-image-steganalysis/prepare_val.py +148 -0
- mlebench/competitions/aptos2019-blindness-detection/grade.py +35 -0
- mlebench/competitions/aptos2019-blindness-detection/prepare.py +75 -0
- mlebench/competitions/aptos2019-blindness-detection/prepare_val.py +123 -0
- mlebench/competitions/bike-sharing-demand/__init__.py +0 -0
- mlebench/competitions/bike-sharing-demand/grade.py +55 -0
- mlebench/competitions/bike-sharing-demand/prepare.py +37 -0
- mlebench/competitions/billion-word-imputation/grade.py +37 -0
- mlebench/competitions/billion-word-imputation/prepare.py +107 -0
- mlebench/competitions/billion-word-imputation/prepare_val.py +179 -0
- mlebench/competitions/bms-molecular-translation/grade.py +40 -0
- mlebench/competitions/bms-molecular-translation/prepare.py +68 -0
- mlebench/competitions/bms-molecular-translation/prepare_val.py +131 -0
- mlebench/competitions/cassava-leaf-disease-classification/grade.py +12 -0
- mlebench/competitions/cassava-leaf-disease-classification/prepare.py +113 -0
- mlebench/competitions/cassava-leaf-disease-classification/prepare_val.py +186 -0
- mlebench/competitions/cdiscount-image-classification-challenge/grade.py +11 -0
- mlebench/competitions/cdiscount-image-classification-challenge/prepare.py +144 -0
- mlebench/competitions/cdiscount-image-classification-challenge/prepare_val.py +205 -0
- mlebench/competitions/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
- mlebench/competitions/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
- mlebench/competitions/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
- mlebench/competitions/champs-scalar-coupling/grade.py +60 -0
- mlebench/competitions/champs-scalar-coupling/prepare.py +116 -0
- mlebench/competitions/champs-scalar-coupling/prepare_val.py +155 -0
- mlebench/competitions/conways-reverse-game-of-life-2020/__init__.py +0 -0
- mlebench/competitions/conways-reverse-game-of-life-2020/grade.py +40 -0
- mlebench/competitions/conways-reverse-game-of-life-2020/prepare.py +41 -0
- mlebench/competitions/demand-forecasting-kernels-only/__init__.py +0 -0
- mlebench/competitions/demand-forecasting-kernels-only/grade.py +66 -0
- mlebench/competitions/demand-forecasting-kernels-only/prepare.py +27 -0
- mlebench/competitions/demand_forecasting_kernels_only/__init__.py +0 -0
- mlebench/competitions/demand_forecasting_kernels_only/grade.py +66 -0
- mlebench/competitions/demand_forecasting_kernels_only/prepare.py +27 -0
- mlebench/competitions/denoising-dirty-documents/grade.py +44 -0
- mlebench/competitions/denoising-dirty-documents/prepare.py +134 -0
- mlebench/competitions/denoising-dirty-documents/prepare_val.py +178 -0
- mlebench/competitions/detecting-insults-in-social-commentary/grade.py +11 -0
- mlebench/competitions/detecting-insults-in-social-commentary/prepare.py +72 -0
- mlebench/competitions/detecting-insults-in-social-commentary/prepare_val.py +128 -0
- mlebench/competitions/dog-breed-identification/dogs.py +124 -0
- mlebench/competitions/dog-breed-identification/grade.py +42 -0
- mlebench/competitions/dog-breed-identification/prepare.py +55 -0
- mlebench/competitions/dog-breed-identification/prepare_val.py +104 -0
- mlebench/competitions/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
- mlebench/competitions/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
- mlebench/competitions/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
- mlebench/competitions/ethanol-concentration/grade.py +23 -0
- mlebench/competitions/ethanol-concentration/prepare.py +90 -0
- mlebench/competitions/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
- mlebench/competitions/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
- mlebench/competitions/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
- mlebench/competitions/feedback-prize-english-language-learning/__init__.py +0 -0
- mlebench/competitions/feedback-prize-english-language-learning/grade.py +60 -0
- mlebench/competitions/feedback-prize-english-language-learning/prepare.py +39 -0
- mlebench/competitions/freesound-audio-tagging-2019/grade.py +64 -0
- mlebench/competitions/freesound-audio-tagging-2019/prepare.py +94 -0
- mlebench/competitions/freesound-audio-tagging-2019/prepare_val.py +175 -0
- mlebench/competitions/freesound-audio-tagging-2019/vocabulary.py +83 -0
- mlebench/competitions/google-quest-challenge/classes.py +32 -0
- mlebench/competitions/google-quest-challenge/grade.py +45 -0
- mlebench/competitions/google-quest-challenge/prepare.py +58 -0
- mlebench/competitions/google-quest-challenge/prepare_val.py +120 -0
- mlebench/competitions/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
- mlebench/competitions/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
- mlebench/competitions/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
- mlebench/competitions/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
- mlebench/competitions/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
- mlebench/competitions/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
- mlebench/competitions/handwriting/grade.py +23 -0
- mlebench/competitions/handwriting/prepare.py +179 -0
- mlebench/competitions/herbarium-2020-fgvc7/grade.py +34 -0
- mlebench/competitions/herbarium-2020-fgvc7/prepare.py +251 -0
- mlebench/competitions/herbarium-2020-fgvc7/prepare_val.py +242 -0
- mlebench/competitions/herbarium-2021-fgvc8/grade.py +34 -0
- mlebench/competitions/herbarium-2021-fgvc8/prepare.py +251 -0
- mlebench/competitions/herbarium-2021-fgvc8/prepare_val.py +222 -0
- mlebench/competitions/herbarium-2022-fgvc9/grade.py +31 -0
- mlebench/competitions/herbarium-2022-fgvc9/prepare.py +233 -0
- mlebench/competitions/herbarium-2022-fgvc9/prepare_val.py +213 -0
- mlebench/competitions/histopathologic-cancer-detection/grade.py +12 -0
- mlebench/competitions/histopathologic-cancer-detection/prepare.py +59 -0
- mlebench/competitions/histopathologic-cancer-detection/prepare_val.py +131 -0
- mlebench/competitions/hms-harmful-brain-activity-classification/constants.py +9 -0
- mlebench/competitions/hms-harmful-brain-activity-classification/grade.py +43 -0
- mlebench/competitions/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
- mlebench/competitions/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
- mlebench/competitions/hms-harmful-brain-activity-classification/prepare.py +121 -0
- mlebench/competitions/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
- mlebench/competitions/hotel-id-2021-fgvc8/grade.py +41 -0
- mlebench/competitions/hotel-id-2021-fgvc8/prepare.py +63 -0
- mlebench/competitions/hotel-id-2021-fgvc8/prepare_val.py +132 -0
- mlebench/competitions/hubmap-kidney-segmentation/grade.py +62 -0
- mlebench/competitions/hubmap-kidney-segmentation/prepare.py +108 -0
- mlebench/competitions/hubmap-kidney-segmentation/prepare_val.py +153 -0
- mlebench/competitions/icecube-neutrinos-in-deep-ice/grade.py +111 -0
- mlebench/competitions/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
- mlebench/competitions/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
- mlebench/competitions/ili/grade.py +60 -0
- mlebench/competitions/ili/prepare.py +99 -0
- mlebench/competitions/imet-2020-fgvc7/grade.py +54 -0
- mlebench/competitions/imet-2020-fgvc7/prepare.py +77 -0
- mlebench/competitions/imet-2020-fgvc7/prepare_val.py +157 -0
- mlebench/competitions/inaturalist-2019-fgvc6/grade.py +35 -0
- mlebench/competitions/inaturalist-2019-fgvc6/prepare.py +259 -0
- mlebench/competitions/inaturalist-2019-fgvc6/prepare_val.py +304 -0
- mlebench/competitions/instant-gratification/__init__.py +0 -0
- mlebench/competitions/instant-gratification/grade.py +55 -0
- mlebench/competitions/instant-gratification/prepare.py +25 -0
- mlebench/competitions/instant_gratification/__init__.py +0 -0
- mlebench/competitions/instant_gratification/grade.py +55 -0
- mlebench/competitions/instant_gratification/prepare.py +25 -0
- mlebench/competitions/invasive-species-monitoring/grade.py +11 -0
- mlebench/competitions/invasive-species-monitoring/prepare.py +97 -0
- mlebench/competitions/invasive-species-monitoring/prepare_val.py +164 -0
- mlebench/competitions/iwildcam-2019-fgvc6/grade.py +44 -0
- mlebench/competitions/iwildcam-2019-fgvc6/prepare.py +118 -0
- mlebench/competitions/iwildcam-2019-fgvc6/prepare_val.py +194 -0
- mlebench/competitions/iwildcam-2020-fgvc7/grade.py +11 -0
- mlebench/competitions/iwildcam-2020-fgvc7/prepare.py +164 -0
- mlebench/competitions/iwildcam-2020-fgvc7/prepare_val.py +245 -0
- mlebench/competitions/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
- mlebench/competitions/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
- mlebench/competitions/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
- mlebench/competitions/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
- mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
- mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
- mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
- mlebench/competitions/kuzushiji-recognition/grade.py +58 -0
- mlebench/competitions/kuzushiji-recognition/kuzushiji_metric.py +118 -0
- mlebench/competitions/kuzushiji-recognition/prepare.py +92 -0
- mlebench/competitions/kuzushiji-recognition/prepare_val.py +149 -0
- mlebench/competitions/leaf-classification/classes.py +101 -0
- mlebench/competitions/leaf-classification/grade.py +44 -0
- mlebench/competitions/leaf-classification/prepare.py +60 -0
- mlebench/competitions/leaf-classification/prepare_val.py +116 -0
- mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
- mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
- mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
- mlebench/competitions/liverpool-ion-switching/__init__.py +0 -0
- mlebench/competitions/liverpool-ion-switching/grade.py +52 -0
- mlebench/competitions/liverpool-ion-switching/prepare.py +27 -0
- mlebench/competitions/liverpool_ion_switching/__init__.py +0 -0
- mlebench/competitions/liverpool_ion_switching/grade.py +52 -0
- mlebench/competitions/liverpool_ion_switching/prepare.py +27 -0
- mlebench/competitions/lmsys-chatbot-arena/grade.py +63 -0
- mlebench/competitions/lmsys-chatbot-arena/prepare.py +52 -0
- mlebench/competitions/lmsys-chatbot-arena/prepare_val.py +115 -0
- mlebench/competitions/mcm_2024_c_test/grade.py +107 -0
- mlebench/competitions/mcm_2024_c_test/prepare.py +2 -0
- mlebench/competitions/ml2021spring-hw2/grade.py +11 -0
- mlebench/competitions/ml2021spring-hw2/prepare.py +58 -0
- mlebench/competitions/ml2021spring-hw2/prepare_val.py +135 -0
- mlebench/competitions/mlsp-2013-birds/grade.py +11 -0
- mlebench/competitions/mlsp-2013-birds/prepare.py +182 -0
- mlebench/competitions/mlsp-2013-birds/prepare_val.py +241 -0
- mlebench/competitions/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
- mlebench/competitions/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
- mlebench/competitions/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
- mlebench/competitions/multi-modal-gesture-recognition/grade.py +58 -0
- mlebench/competitions/multi-modal-gesture-recognition/prepare.py +85 -0
- mlebench/competitions/multi-modal-gesture-recognition/prepare_val.py +139 -0
- mlebench/competitions/my-custom-task-01/prepare.py +2 -0
- mlebench/competitions/new-my-task-01/prepare.py +2 -0
- mlebench/competitions/new-my-task-03/grade.py +107 -0
- mlebench/competitions/new-my-task-03/prepare.py +2 -0
- mlebench/competitions/new-york-city-taxi-fare-prediction/grade.py +28 -0
- mlebench/competitions/new-york-city-taxi-fare-prediction/prepare.py +44 -0
- mlebench/competitions/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
- mlebench/competitions/nfl-player-contact-detection/grade.py +36 -0
- mlebench/competitions/nfl-player-contact-detection/prepare.py +101 -0
- mlebench/competitions/nfl-player-contact-detection/prepare_val.py +186 -0
- mlebench/competitions/nomad2018-predict-transparent-conductors/grade.py +47 -0
- mlebench/competitions/nomad2018-predict-transparent-conductors/prepare.py +77 -0
- mlebench/competitions/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
- mlebench/competitions/osic-pulmonary-fibrosis-progression/grade.py +74 -0
- mlebench/competitions/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
- mlebench/competitions/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
- mlebench/competitions/paddy-disease-classification/grade.py +35 -0
- mlebench/competitions/paddy-disease-classification/prepare.py +69 -0
- mlebench/competitions/paddy-disease-classification/prepare_val.py +122 -0
- mlebench/competitions/petfinder-pawpularity-score/grade.py +41 -0
- mlebench/competitions/petfinder-pawpularity-score/prepare.py +76 -0
- mlebench/competitions/petfinder-pawpularity-score/prepare_val.py +154 -0
- mlebench/competitions/plant-pathology-2020-fgvc7/grade.py +41 -0
- mlebench/competitions/plant-pathology-2020-fgvc7/prepare.py +74 -0
- mlebench/competitions/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
- mlebench/competitions/plant-pathology-2021-fgvc8/grade.py +54 -0
- mlebench/competitions/plant-pathology-2021-fgvc8/prepare.py +65 -0
- mlebench/competitions/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
- mlebench/competitions/plant-seedlings-classification/grade.py +39 -0
- mlebench/competitions/plant-seedlings-classification/prepare.py +91 -0
- mlebench/competitions/plant-seedlings-classification/prepare_val.py +158 -0
- mlebench/competitions/playground-series-s3e1/__init__.py +0 -0
- mlebench/competitions/playground-series-s3e1/grade.py +52 -0
- mlebench/competitions/playground-series-s3e1/prepare.py +25 -0
- mlebench/competitions/playground-series-s3e11/__init__.py +0 -0
- mlebench/competitions/playground-series-s3e11/grade.py +55 -0
- mlebench/competitions/playground-series-s3e11/prepare.py +25 -0
- mlebench/competitions/playground-series-s3e18/grade.py +39 -0
- mlebench/competitions/playground-series-s3e18/prepare.py +36 -0
- mlebench/competitions/playground-series-s3e18/prepare_val.py +89 -0
- mlebench/competitions/playground_series_s3e1/__init__.py +0 -0
- mlebench/competitions/playground_series_s3e1/grade.py +52 -0
- mlebench/competitions/playground_series_s3e1/prepare.py +25 -0
- mlebench/competitions/playground_series_s3e11/__init__.py +0 -0
- mlebench/competitions/playground_series_s3e11/grade.py +55 -0
- mlebench/competitions/playground_series_s3e11/prepare.py +25 -0
- mlebench/competitions/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
- mlebench/competitions/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
- mlebench/competitions/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
- mlebench/competitions/random-acts-of-pizza/grade.py +14 -0
- mlebench/competitions/random-acts-of-pizza/prepare.py +80 -0
- mlebench/competitions/random-acts-of-pizza/prepare_val.py +144 -0
- mlebench/competitions/ranzcr-clip-catheter-line-classification/classes.py +11 -0
- mlebench/competitions/ranzcr-clip-catheter-line-classification/grade.py +31 -0
- mlebench/competitions/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
- mlebench/competitions/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
- mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
- mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
- mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
- mlebench/competitions/rsna-breast-cancer-detection/grade.py +65 -0
- mlebench/competitions/rsna-breast-cancer-detection/prepare.py +141 -0
- mlebench/competitions/rsna-breast-cancer-detection/prepare_val.py +201 -0
- mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
- mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
- mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
- mlebench/competitions/santander-customer-satisfaction/grade.py +10 -0
- mlebench/competitions/santander-customer-satisfaction/prepare.py +41 -0
- mlebench/competitions/sciencebench-001-clintox-nn/__init__.py +0 -0
- mlebench/competitions/sciencebench-001-clintox-nn/grade.py +56 -0
- mlebench/competitions/sciencebench-001-clintox-nn/prepare.py +75 -0
- mlebench/competitions/sciencebench-015-aai/grade.py +37 -0
- mlebench/competitions/sciencebench-015-aai/prepare.py +102 -0
- mlebench/competitions/sciencebench-051-brain-blood-qsar/grade.py +58 -0
- mlebench/competitions/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
- mlebench/competitions/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
- mlebench/competitions/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
- mlebench/competitions/see-click-predict-fix/__init__.py +0 -0
- mlebench/competitions/see-click-predict-fix/grade.py +66 -0
- mlebench/competitions/see-click-predict-fix/prepare.py +25 -0
- mlebench/competitions/see_click_predict_fix/__init__.py +0 -0
- mlebench/competitions/see_click_predict_fix/grade.py +66 -0
- mlebench/competitions/see_click_predict_fix/prepare.py +25 -0
- mlebench/competitions/seti-breakthrough-listen/grade.py +11 -0
- mlebench/competitions/seti-breakthrough-listen/prepare.py +71 -0
- mlebench/competitions/seti-breakthrough-listen/prepare_val.py +159 -0
- mlebench/competitions/siim-covid19-detection/grade.py +194 -0
- mlebench/competitions/siim-covid19-detection/prepare.py +123 -0
- mlebench/competitions/siim-covid19-detection/prepare_val.py +164 -0
- mlebench/competitions/siim-isic-melanoma-classification/grade.py +11 -0
- mlebench/competitions/siim-isic-melanoma-classification/prepare.py +127 -0
- mlebench/competitions/siim-isic-melanoma-classification/prepare_val.py +158 -0
- mlebench/competitions/smartphone-decimeter-2022/grade.py +55 -0
- mlebench/competitions/smartphone-decimeter-2022/notebook.py +86 -0
- mlebench/competitions/smartphone-decimeter-2022/prepare.py +143 -0
- mlebench/competitions/smartphone-decimeter-2022/prepare_val.py +199 -0
- mlebench/competitions/spaceship-titanic/grade.py +11 -0
- mlebench/competitions/spaceship-titanic/prepare.py +23 -0
- mlebench/competitions/spaceship-titanic/prepare_val.py +61 -0
- mlebench/competitions/spooky-author-identification/classes.py +1 -0
- mlebench/competitions/spooky-author-identification/grade.py +38 -0
- mlebench/competitions/spooky-author-identification/prepare.py +40 -0
- mlebench/competitions/spooky-author-identification/prepare_val.py +78 -0
- mlebench/competitions/stanford-covid-vaccine/grade.py +65 -0
- mlebench/competitions/stanford-covid-vaccine/prepare.py +129 -0
- mlebench/competitions/stanford-covid-vaccine/prepare_val.py +199 -0
- mlebench/competitions/statoil-iceberg-classifier-challenge/grade.py +41 -0
- mlebench/competitions/statoil-iceberg-classifier-challenge/prepare.py +105 -0
- mlebench/competitions/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
- mlebench/competitions/tabular-playground-series-dec-2021/grade.py +11 -0
- mlebench/competitions/tabular-playground-series-dec-2021/prepare.py +39 -0
- mlebench/competitions/tabular-playground-series-dec-2021/prepare_val.py +99 -0
- mlebench/competitions/tabular-playground-series-may-2022/grade.py +9 -0
- mlebench/competitions/tabular-playground-series-may-2022/prepare.py +56 -0
- mlebench/competitions/tabular-playground-series-may-2022/prepare_val.py +116 -0
- mlebench/competitions/tensorflow-speech-recognition-challenge/grade.py +11 -0
- mlebench/competitions/tensorflow-speech-recognition-challenge/prepare.py +90 -0
- mlebench/competitions/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
- mlebench/competitions/tensorflow2-question-answering/grade.py +122 -0
- mlebench/competitions/tensorflow2-question-answering/prepare.py +122 -0
- mlebench/competitions/tensorflow2-question-answering/prepare_val.py +187 -0
- mlebench/competitions/text-normalization-challenge-english-language/grade.py +49 -0
- mlebench/competitions/text-normalization-challenge-english-language/prepare.py +115 -0
- mlebench/competitions/text-normalization-challenge-english-language/prepare_val.py +213 -0
- mlebench/competitions/text-normalization-challenge-russian-language/grade.py +49 -0
- mlebench/competitions/text-normalization-challenge-russian-language/prepare.py +113 -0
- mlebench/competitions/text-normalization-challenge-russian-language/prepare_val.py +165 -0
- mlebench/competitions/tgs-salt-identification-challenge/grade.py +144 -0
- mlebench/competitions/tgs-salt-identification-challenge/prepare.py +158 -0
- mlebench/competitions/tgs-salt-identification-challenge/prepare_val.py +166 -0
- mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
- mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
- mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
- mlebench/competitions/tmdb-box-office-prediction/__init__.py +0 -0
- mlebench/competitions/tmdb-box-office-prediction/grade.py +55 -0
- mlebench/competitions/tmdb-box-office-prediction/prepare.py +35 -0
- mlebench/competitions/tweet-sentiment-extraction/grade.py +67 -0
- mlebench/competitions/tweet-sentiment-extraction/prepare.py +36 -0
- mlebench/competitions/tweet-sentiment-extraction/prepare_val.py +106 -0
- mlebench/competitions/us-patent-phrase-to-phrase-matching/grade.py +31 -0
- mlebench/competitions/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
- mlebench/competitions/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
- mlebench/competitions/utils.py +266 -0
- mlebench/competitions/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
- mlebench/competitions/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
- mlebench/competitions/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
- mlebench/competitions/ventilator-pressure-prediction/__init__.py +0 -0
- mlebench/competitions/ventilator-pressure-prediction/grade.py +52 -0
- mlebench/competitions/ventilator-pressure-prediction/prepare.py +27 -0
- mlebench/competitions/ventilator-pressure-prediction/prepare_val.py +142 -0
- mlebench/competitions/ventilator_pressure_prediction/__init__.py +0 -0
- mlebench/competitions/ventilator_pressure_prediction/grade.py +52 -0
- mlebench/competitions/ventilator_pressure_prediction/prepare.py +27 -0
- mlebench/competitions/vesuvius-challenge-ink-detection/grade.py +97 -0
- mlebench/competitions/vesuvius-challenge-ink-detection/prepare.py +122 -0
- mlebench/competitions/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
- mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
- mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
- mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
- mlebench/competitions/whale-categorization-playground/grade.py +41 -0
- mlebench/competitions/whale-categorization-playground/prepare.py +103 -0
- mlebench/competitions/whale-categorization-playground/prepare_val.py +196 -0
- mlebench/data.py +420 -0
- mlebench/grade.py +209 -0
- mlebench/grade_helpers.py +235 -0
- mlebench/metrics.py +75 -0
- mlebench/registry.py +332 -0
- mlebench/utils.py +346 -0
- dslighting-1.3.9.dist-info/RECORD +0 -80
- {dslighting-1.3.9.dist-info → dslighting-1.7.6.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
It is important to gain a better understanding of bird behavior and population trends. Birds respond quickly to environmental change, and may also tell us about other organisms (e.g., insects they feed on), while being easier to detect. Traditional methods for collecting data about birds involve costly human effort. A promising alternative is acoustic monitoring. There are many advantages to recording audio of birds compared to human surveys, including increased temporal and spatial resolution and extent, applicability in remote sites, reduced observer bias, and potentially lower costs. However, it is an open problem for signal processing and machine learning to reliably identify bird sounds in real-world audio data collected in an acoustic monitoring scenario. Some of the major challenges include multiple simultaneously vocalizing birds, other sources of non-bird sound (e.g. buzzing insects), and background noise like wind, rain, and motor vehicles.
|
|
8
|
+
|
|
9
|
+
The goal in this challenge is to predict the set of bird species that are present given a ten-second audio clip. This is a multi-label supervised classification problem. The training data consists of audio recordings paired with the set of species that are present.
|
|
10
|
+
|
|
11
|
+
### Background
|
|
12
|
+
|
|
13
|
+
The audio dataset for this challenge was collected in the H. J. Andrews (HJA) Long-Term Experimental Research Forest, in the Cascade mountain range of Oregon. Since 2009, members of the OSU Bioacoustics group have collected over 10TB of audio data in HJA using Songmeter audio recording devices. A Songmeter has two omnidirectional microphones, and records audio in WAV format to flash memory. A Songmeter can be left in the field for several weeks at a time before either its batteries run out, or its memory is full.
|
|
14
|
+
|
|
15
|
+
HJA has been the site of decades of experiments and data collection in ecology, geology and meteorology. This means, for example, that given an audio recording from a particular day and location in HJA, it is possible to look up the weather, vegetative composition, elevation, and much more. Such data enables unique discoveries through cross-examination, and long-term analysis.
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+
Previous experiments on supervised classification using multi-instance and/or multi-label formulations have used audio data collected with song meters in HJA. The dataset for this competition is similar to, but perhaps more difficult than that dataset used in these prior works; in earlier work care was taken to avoid recordings with rain and loud wind, or no birds at all, and all of the recordings came from a single day. In this competition, you will consider a new dataset which includes rain and wind, and represents a sample from two years of audio recording at 13 different locations.
|
|
20
|
+
|
|
21
|
+
### Conference Attendance
|
|
22
|
+
|
|
23
|
+
To participate in the conference, participants should email the following information to catherine.huang {at} intel.com no later than August 19, 2013: (1) the names of the team members (each person may belong to at most one team), (2) the name(s) of the host institutions of the researchers, (3) a 1-3 paragraph description of the approach used, (4) their submission score. Those planning to attend the conference should additionally upload their source code to reproduce results. Submitted models should follow the [model submission best practices](https://www.kaggle.com/wiki/ModelSubmissionBestPractices) as closely as possible. You do not need to submit code/models before the deadline to participate in the Kaggle competition.
|
|
24
|
+
|
|
25
|
+
### Acknowledgements
|
|
26
|
+
|
|
27
|
+
Collection and preparation of this dataset was partially funded by NSF grant DGE 0333257, NSF-CDI grant 0941748, NSF grant 1055113, NSF grant CCF-1254218, and the College of Engineering, Oregon State University. We would also like to thank Sarah Hadley, Jed Irvine, and others for their contributions in data collection and labeling.
|
|
28
|
+
|
|
29
|
+
## Evaluation
|
|
30
|
+
|
|
31
|
+
Submissions are judged on [area under the ROC curve](http://en.wikipedia.org/wiki/Receiver_operating_characteristic).
|
|
32
|
+
|
|
33
|
+
In Matlab (using the stats toolbox):
|
|
34
|
+
|
|
35
|
+
```
|
|
36
|
+
[~, ~, ~, auc ] = perfcurve(true_labels, predictions, 1);
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
In R (using the verification package):
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
auc = roc.area(true_labels, predictions)
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
In python (using the metrics module of scikit-learn):
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
fpr, tpr, thresholds = metrics.roc_curve(true_labels, predictions, pos_label=1)
|
|
51
|
+
auc = metrics.auc(fpr,tpr)
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
There are 19 species in the dataset. For each recording in the test set, you will predict the probability that each species is present. The test set labels are hidden from participants in the contest, and have been split into 1/3 "public test" and 2/3 "private test." When you submit your predictions (for the entire test set), Kaggle will immediately calculate your AUC score on the public test set; this is the score you will see for your submission on the Leaderboard. The final winner(s) of the competition will be determined by AUC on the private test set (participants will not be able to see their scores on this set until the competition is over).
|
|
55
|
+
|
|
56
|
+
### Submission Format
|
|
57
|
+
|
|
58
|
+
Please note that a new submission parser went live after the launch of this competition, resulting in a minor change to the submission format. See [here](https://www.kaggle.com/c/mlsp-2013-birds/forums/t/4961/new-submission-parser/26853) for details/questions.
|
|
59
|
+
|
|
60
|
+
Each line of your submission should contain an Id and a prediction. We combined "rec_id" and "species" into a single "Id" column by multiplying "rec_id" by 100 and then adding in the "species" number. For example a ("rec_id","species") pair of "1,2" was mapped to a single "Id" of "102". The format looks like this:
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
Id,Probability
|
|
64
|
+
0,0
|
|
65
|
+
1,0
|
|
66
|
+
2,0
|
|
67
|
+
3,0
|
|
68
|
+
4,0
|
|
69
|
+
5,0
|
|
70
|
+
6,0
|
|
71
|
+
7,0
|
|
72
|
+
8,0
|
|
73
|
+
9,0
|
|
74
|
+
10,0
|
|
75
|
+
11,0
|
|
76
|
+
12,0
|
|
77
|
+
13,0
|
|
78
|
+
14,0
|
|
79
|
+
15,0
|
|
80
|
+
16,0
|
|
81
|
+
17,0
|
|
82
|
+
18,0
|
|
83
|
+
100,0
|
|
84
|
+
101,0
|
|
85
|
+
102,0
|
|
86
|
+
etc...
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
## Prizes
|
|
90
|
+
|
|
91
|
+
The MLSP 2013 organizing committee is providing three awards to competition winners:
|
|
92
|
+
|
|
93
|
+
- 1st place: $700
|
|
94
|
+
- 2nd place: $600
|
|
95
|
+
- 3rd place: $500
|
|
96
|
+
|
|
97
|
+
All winners will have their registration fee waived to attend MLSP 2013. Selection of winners is based on: (1) the performance of the submitted methods and (2) the requirement that at least one member of each selected team attend the 2013 MLSP Conference. Members of the 2013 MLSP Competition Committee and everyone belonging to any of the labs of the 2013 MLSP Competition Committee) are not eligible for awards.
|
|
98
|
+
|
|
99
|
+
## Timeline
|
|
100
|
+
|
|
101
|
+
- **Tuesday, June 18, 2013** - Competition begins
|
|
102
|
+
- **Monday, August 19, 2013** - Final submission deadline and final deadline to send conference-related material.
|
|
103
|
+
|
|
104
|
+
All deadlines are at 11:59 PM UTC on the corresponding day, unless otherwise noted.
|
|
105
|
+
|
|
106
|
+
## Winners
|
|
107
|
+
|
|
108
|
+
**First Place:**
|
|
109
|
+
|
|
110
|
+
- Gabor F. - with this [model approach](https://www.kaggle.com/c/mlsp-2013-birds/forums/t/5457/congratulations-to-the-winners/29159#post29159) and [code](https://github.com/gaborfodor/MLSP_2013)
|
|
111
|
+
|
|
112
|
+
**Second Place:**
|
|
113
|
+
|
|
114
|
+
- Nguyen T. and
|
|
115
|
+
- Ng W. - with this [model approach](https://www.kaggle.com/c/mlsp-2013-birds/forums/t/5457/congratulations-to-the-winners/29017#post29017) and [code](https://www.kaggle.com/c/mlsp-2013-birds/forums/t/5457/congratulations-to-the-winners/29759#post29759)
|
|
116
|
+
|
|
117
|
+
**Third Place:**
|
|
118
|
+
|
|
119
|
+
- Anil T. - with this model approach [[1]](https://www.kaggle.com/c/mlsp-2013-birds/forums/t/5457/congratulations-to-the-winners/29101#post29101)[[2]](https://www.kaggle.com/c/mlsp-2013-birds/forums/t/5457/congratulations-to-the-winners/29217#post29217) and [code](https://github.com/anlthms/mlsp-2013)
|
|
120
|
+
|
|
121
|
+
## Citation
|
|
122
|
+
|
|
123
|
+
Catherine Huang, fb, Will Cukierski. (2013). MLSP 2013 Bird Classification Challenge. Kaggle. https://kaggle.com/competitions/mlsp-2013-birds
|
|
124
|
+
|
|
125
|
+
# Data
|
|
126
|
+
|
|
127
|
+
## Dataset Description
|
|
128
|
+
|
|
129
|
+
### Data Description
|
|
130
|
+
|
|
131
|
+
The dataset for this challenge consists of 645 ten-second audio recordings collected in HJA over a two-year period. In addition to the raw WAV audio files, we provide data from several stages of pre-processing, e.g. features that can be used directly for classification. The dataset is described in more detail in the included documentation, mlsp13birdchallenge_documentation.pdf and README.txt.
|
|
132
|
+
|
|
133
|
+
- mlsp_contest_dataset.zip - Contains all necessary and supplemental files for the competition + additional documentation.
|
|
134
|
+
- mlsp13birdchallenge_documentation.pdf - Main dataset documentation. Has more info than what is on the site.
|
|
135
|
+
|
|
136
|
+
Please note: rules/changes/modifications on Kaggle.com take precedence over those in the pdf documentation.
|
|
137
|
+
|
|
138
|
+
### Folder contents
|
|
139
|
+
|
|
140
|
+
- ** Essential Files ***
|
|
141
|
+
|
|
142
|
+
(see /essential_data)
|
|
143
|
+
|
|
144
|
+
These are the most essential files- if you want to do everything from scratch, these are the only files you need.
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
/src_wavs
|
|
149
|
+
|
|
150
|
+
This folder contains the original wav files for the dataset (both training and test sets). These are 10-second mono recordings sampled at 16kHz, 16 bits per sample.
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
rec_id2filename.txt
|
|
155
|
+
|
|
156
|
+
Each audio file has a unique recording identifier ("rec_id"), ranging from 0 to 644. The file rec_id2filename.txt indicates which wav file is associated with each rec_id.
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
species_list.txt
|
|
161
|
+
|
|
162
|
+
There are 19 bird species in the dataset. species_list.txt gives each a number from 0 to 18.
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
CVfolds_2.txt
|
|
167
|
+
|
|
168
|
+
The dataset is split into training and test sets. CVfolds_2.txt gives the fold for each rec_id. 0 is the training set, and 1 is the test set.
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
rec_labels_test_hidden.txt
|
|
173
|
+
|
|
174
|
+
This is your main label training data. For each rec_id, a set of species is listed. The format is:
|
|
175
|
+
|
|
176
|
+
rec_id,[labels]
|
|
177
|
+
|
|
178
|
+
for example:
|
|
179
|
+
|
|
180
|
+
14,0,4
|
|
181
|
+
|
|
182
|
+
indicates that rec_id=14 has the label set {0,4}
|
|
183
|
+
|
|
184
|
+
For recordings in the test set, a ? is listed instead of the label set. Your task is to make predictions for these ?s.
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
sample_submission.csv
|
|
189
|
+
|
|
190
|
+
This file is an example of the format you should submit results in. Each line gives 3 numbers:
|
|
191
|
+
|
|
192
|
+
i,j,p
|
|
193
|
+
|
|
194
|
+
(i) - the rec_id of a recording *in the test set*. ONLY INCLUDE PREDICTIONS FOR RECORDINGS IN THE TEST SET
|
|
195
|
+
|
|
196
|
+
(j) - the species/class #. For each rec_id, there should be 19 lines for species 0 through 18.
|
|
197
|
+
|
|
198
|
+
(p) - your classifier's prediction about the probability that species j is present in rec_id i. THIS MUST BE IN THE RANGE [0,1].
|
|
199
|
+
|
|
200
|
+
Your submission should have exactly 6138 lines (no blank line at the end), and should include the header as the first line ("rec_id,species,probability").
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
- ** Supplementary Files ***
|
|
205
|
+
|
|
206
|
+
(see /supplemental_data)
|
|
207
|
+
|
|
208
|
+
There are a lot of steps to go from the raw WAV data to predictions. Some participants may wish to use some supplementary data we provide which gives one implementation of a sequence of processing steps. Participants may use any of this data to improve their classifier.
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
/spectrograms
|
|
213
|
+
|
|
214
|
+
This folder contains BMP image files of spectrograms corresponding to each WAV audio file in the dataset. These spectrograms are computed by dividing the WAV signal into overlapping frames, and applying the FFT with a Hamming window. The FFT returns complex Fourier coefficients. To enhance contrast, we first normalize the spectrogram so that the maximum coefficient magnitude is 1, then take the square root of the normalized magnitude as the pixel value for an image.
|
|
215
|
+
|
|
216
|
+
The spectrogram has time on the x-axis (from 0 to the duration of the sound), and frequency on the y-axis. The maximum frequency in the spectrogram is half the sampling frequency (16kHz/2 = 8kHz).
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
/filtered_spectrograms
|
|
221
|
+
|
|
222
|
+
This folder contains modified versions of the spectrograms, which have had a stationary noise filter applied. Roughly speaking, it estimates the frequency profile of noise from low-energy frames, then modifies the spectrogram to suppress noise. See "Acoustic classification of multiple simultaneous bird species: A multi-instance multi-label approach" for more details on the noise reduction.
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
/segmentation_examples
|
|
227
|
+
|
|
228
|
+
For a few recordings in the training set (20 of them), we provide additional annotation of the spectrogram at the pixel level (coarsely drawn). Red pixels (R=255,G=0,B=0) indicate bird sound, and blue pixels (R=0,G=0,B=255) indicate rain or loud wind. These segmentation examples were used to train the baseline method's segmentation system.
|
|
229
|
+
|
|
230
|
+
---
|
|
231
|
+
|
|
232
|
+
/supervised_segmentation
|
|
233
|
+
|
|
234
|
+
This folder contains spectrograms with the outlines of segments drawn on top of them. These segments are obtained automatically in the baseline method, using a segmentation algorithm that is trained on the contents of /segmentation_examples. You are not required to use this segmentation, but you can if you want to!!! This segmentation is used in several other data files mentioned below. For example-
|
|
235
|
+
|
|
236
|
+
segment_mosaic.bmp -- this is a visualization of all of the segments in /supervised_segmentation. Looking at this can give you some idea of the variety of bird sounds present in the dataset.
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
segment_features.txt
|
|
241
|
+
|
|
242
|
+
This text file contains a 38-dimensional feature vector describing each segment in the segmentation shown in /supervised_segmentation. The file is formatted so each line provides the feature vector for one segment. The format is:
|
|
243
|
+
|
|
244
|
+
rec_id,segment_id,[feature vector]
|
|
245
|
+
|
|
246
|
+
The first column is the rec_id, the second is an index for the segment within the recording (starting at 0, and going up to whatever number of segments are in that recording). There might be 0 segments in a recording (that doesn't necessarily mean it has nothing in it, just that the baseline segmentation algorithm didn't find anything). So not every rec_id appears in segment_features.txt
|
|
247
|
+
|
|
248
|
+
Note that segment_features can be thought of as a "multi-instance" representation of the data:
|
|
249
|
+
|
|
250
|
+
- each "bag" is a recording
|
|
251
|
+
- each "instance" is a segment described by a 38-d feature vector
|
|
252
|
+
|
|
253
|
+
Combined with bag label sets, this give a multi-instance multi-label (MIML) representation, which has been used in prior work on similar datasets.
|
|
254
|
+
|
|
255
|
+
---
|
|
256
|
+
|
|
257
|
+
segment_rectangles.txt
|
|
258
|
+
|
|
259
|
+
You might want to compute your own different features based on rectangles around calls/syllables/segments (rather than irregular blobs), but not worry about doing segmentation from scratch. Good news: we provide some data that can help with this. Bad news: your results might depend on imperfect/bad baseline segmentation.
|
|
260
|
+
|
|
261
|
+
segment_rectangles.txt contains a bounding box for each segment in the baseline segmentation method. The bounding box is specified by the min/max x/y coordinates for pixels in the spectrogram BMP images.
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
histogram_of_segments.txt
|
|
266
|
+
|
|
267
|
+
Some participants may prefer not to worry about the "multi-instance" structure in the data, and instead focus on a standard multi-label classification scenario, where each recording is described by a fixed-length feature vector. The baseline method uses this approach, and we provide the feature vector that it computes. The feature vector for each recording is obtained based on the 38-d segment features described above. All segments from both training and test datasets are clustered using k-means++ with k=100. This clustering forms a "codebook." For each recording, we find the cluster center that is closest in L2 distance to each segment, and count the number of times each cluster is selected. The vector of counts, normalized to sum to 1, is the "histogram of segments" feature (used in "Multi-Label Classifier Chains for Bird Sound," http://arxiv.org/abs/1304.5862).
|
|
268
|
+
|
|
269
|
+
A visualization of the clustering is shown in segment_clusters.bmp.
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
# Task
|
|
2
|
+
|
|
3
|
+
Given a ten-second audio clip, predict the set of bird species that are present.
|
|
4
|
+
|
|
5
|
+
# Metric
|
|
6
|
+
|
|
7
|
+
Area under the ROC curve.
|
|
8
|
+
|
|
9
|
+
There are 19 species in the dataset. For each recording in the test set, you will predict the probability that each species is present.
|
|
10
|
+
|
|
11
|
+
# Submission Format
|
|
12
|
+
|
|
13
|
+
Each line of your submission should contain an Id and a prediction (between 0 and 1). We combined "rec_id" and "species" into a single "Id" column by multiplying "rec_id" by 100 and then adding in the "species" number. For example a ("rec_id","species") pair of "1,2" was mapped to a single "Id" of "102". The format looks like this:
|
|
14
|
+
```
|
|
15
|
+
Id,Probability
|
|
16
|
+
0,0
|
|
17
|
+
1,0
|
|
18
|
+
2,0
|
|
19
|
+
3,0
|
|
20
|
+
4,0
|
|
21
|
+
5,0
|
|
22
|
+
6,0
|
|
23
|
+
7,0
|
|
24
|
+
8,0
|
|
25
|
+
9,0
|
|
26
|
+
10,0
|
|
27
|
+
11,0
|
|
28
|
+
12,0
|
|
29
|
+
13,0
|
|
30
|
+
14,0
|
|
31
|
+
15,0
|
|
32
|
+
16,0
|
|
33
|
+
17,0
|
|
34
|
+
18,0
|
|
35
|
+
100,0
|
|
36
|
+
101,0
|
|
37
|
+
102,0
|
|
38
|
+
etc...
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
# Dataset
|
|
42
|
+
|
|
43
|
+
The dataset for this challenge consists of 322 ten-second audio recordings collected in HJA over a two-year period. In addition to the raw WAV audio files, we provide data from several stages of pre-processing, e.g. features that can be used directly for classification.
|
|
44
|
+
|
|
45
|
+
- mlsp_contest_dataset.zip - Contains all necessary and supplemental files for the competition + additional documentation.
|
|
46
|
+
- mlsp13birdchallenge_documentation.pdf - Main dataset documentation.
|
|
47
|
+
|
|
48
|
+
sample_submission.csv: This file is an example of the format you should submit results in.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
(see /essential_data)
|
|
52
|
+
|
|
53
|
+
These are the most essential files- if you want to do everything from scratch, these are the only files you need.
|
|
54
|
+
|
|
55
|
+
/src_wavs
|
|
56
|
+
|
|
57
|
+
This folder contains the original wav files for the dataset (both training and test sets). These are 10-second mono recordings sampled at 16kHz, 16 bits per sample.
|
|
58
|
+
|
|
59
|
+
rec_id2filename.txt
|
|
60
|
+
|
|
61
|
+
Each audio file has a unique recording identifier ("rec_id"), ranging from 0 to 644. The file rec_id2filename.txt indicates which wav file is associated with each rec_id.
|
|
62
|
+
|
|
63
|
+
species_list.txt
|
|
64
|
+
|
|
65
|
+
There are 19 bird species in the dataset. species_list.txt gives each a number from 0 to 18.
|
|
66
|
+
|
|
67
|
+
CVfolds_2.txt
|
|
68
|
+
|
|
69
|
+
The dataset is split into training and test sets. CVfolds_2.txt gives the fold for each rec_id. 0 is the training set, and 1 is the test set.
|
|
70
|
+
|
|
71
|
+
rec_labels_test_hidden.txt
|
|
72
|
+
|
|
73
|
+
This is your main label training data. For each rec_id, a set of species is listed. The format is:
|
|
74
|
+
|
|
75
|
+
rec_id,[labels]
|
|
76
|
+
|
|
77
|
+
for example:
|
|
78
|
+
|
|
79
|
+
14,0,4
|
|
80
|
+
|
|
81
|
+
indicates that rec_id=14 has the label set {0,4}
|
|
82
|
+
|
|
83
|
+
For recordings in the test set, a ? is listed instead of the label set. Your task is to make predictions for these ?s.
|
|
84
|
+
|
|
85
|
+
*** Supplementary Files ***
|
|
86
|
+
|
|
87
|
+
(see /supplemental_data)
|
|
88
|
+
|
|
89
|
+
There are a lot of steps to go from the raw WAV data to predictions. Some participants may wish to use some supplementary data we provide which gives one implementation of a sequence of processing steps. Participants may use any of this data to improve their classifier.
|
|
90
|
+
|
|
91
|
+
/spectrograms
|
|
92
|
+
|
|
93
|
+
This folder contains BMP image files of spectrograms corresponding to each WAV audio file in the dataset. These spectrograms are computed by dividing the WAV signal into overlapping frames, and applying the FFT with a Hamming window. The FFT returns complex Fourier coefficients. To enhance contrast, we first normalize the spectrogram so that the maximum coefficient magnitude is 1, then take the square root of the normalized magnitude as the pixel value for an image.
|
|
94
|
+
|
|
95
|
+
The spectrogram has time on the x-axis (from 0 to the duration of the sound), and frequency on the y-axis. The maximum frequency in the spectrogram is half the sampling frequency (16kHz/2 = 8kHz).
|
|
96
|
+
|
|
97
|
+
/filtered_spectrograms
|
|
98
|
+
|
|
99
|
+
This folder contains modified versions of the spectrograms, which have had a stationary noise filter applied. Roughly speaking, it estimates the frequency profile of noise from low-energy frames, then modifies the spectrogram to suppress noise. See "Acoustic classification of multiple simultaneous bird species: A multi-instance multi-label approach" for more details on the noise reduction.
|
|
100
|
+
|
|
101
|
+
/segmentation_examples
|
|
102
|
+
|
|
103
|
+
For a few recordings in the training set (20 of them), we provide additional annotation of the spectrogram at the pixel level (coarsely drawn). Red pixels (R=255,G=0,B=0) indicate bird sound, and blue pixels (R=0,G=0,B=255) indicate rain or loud wind. These segmentation examples were used to train the baseline method's segmentation system.
|
|
104
|
+
|
|
105
|
+
/supervised_segmentation
|
|
106
|
+
|
|
107
|
+
This folder contains spectrograms with the outlines of segments drawn on top of them. These segments are obtained automatically in the baseline method, using a segmentation algorithm that is trained on the contents of /segmentation_examples. You are not required to use this segmentation, but you can if you want to!!! This segmentation is used in several other data files mentioned below. For example-
|
|
108
|
+
|
|
109
|
+
segment_mosaic.bmp -- this is a visualization of all of the segments in /supervised_segmentation. Looking at this can give you some idea of the variety of bird sounds present in the dataset.
|
|
110
|
+
|
|
111
|
+
segment_features.txt
|
|
112
|
+
|
|
113
|
+
This text file contains a 38-dimensional feature vector describing each segment in the segmentation shown in /supervised_segmentation. The file is formatted so each line provides the feature vector for one segment. The format is:
|
|
114
|
+
|
|
115
|
+
rec_id,segment_id,[feature vector]
|
|
116
|
+
|
|
117
|
+
The first column is the rec_id, the second is an index for the segment within the recording (starting at 0, and going up to whatever number of segments are in that recording). There might be 0 segments in a recording (that doesn't necessarily mean it has nothing in it, just that the baseline segmentation algorithm didn't find anything). So not every rec_id appears in segment_features.txt
|
|
118
|
+
|
|
119
|
+
Note that segment_features can be thought of as a "multi-instance" representation of the data:
|
|
120
|
+
- each "bag" is a recording
|
|
121
|
+
- each "instance" is a segment described by a 38-d feature vector
|
|
122
|
+
|
|
123
|
+
Combined with bag label sets, this give a multi-instance multi-label (MIML) representation, which has been used in prior work on similar datasets.
|
|
124
|
+
|
|
125
|
+
segment_rectangles.txt
|
|
126
|
+
|
|
127
|
+
You might want to compute your own different features based on rectangles around calls/syllables/segments (rather than irregular blobs), but not worry about doing segmentation from scratch. Good news: we provide some data that can help with this. Bad news: your results might depend on imperfect/bad baseline segmentation.
|
|
128
|
+
|
|
129
|
+
segment_rectangles.txt contains a bounding box for each segment in the baseline segmentation method. The bounding box is specified by the min/max x/y coordinates for pixels in the spectrogram BMP images.
|
|
130
|
+
|
|
131
|
+
histogram_of_segments.txt
|
|
132
|
+
|
|
133
|
+
Some participants may prefer not to worry about the "multi-instance" structure in the data, and instead focus on a standard multi-label classification scenario, where each recording is described by a fixed-length feature vector. The baseline method uses this approach, and we provide the feature vector that it computes. The feature vector for each recording is obtained based on the 38-d segment features described above. All segments from both training and test datasets are clustered using k-means++ with k=100. This clustering forms a "codebook." For each recording, we find the cluster center that is closest in L2 distance to each segment, and count the number of times each cluster is selected. The vector of counts, normalized to sum to 1, is the "histogram of segments" feature (used in "Multi-Label Classifier Chains for Bird Sound," http://arxiv.org/abs/1304.5862).
|
|
134
|
+
|
|
135
|
+
A visualization of the clustering is shown in segment_clusters.bmp.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import pandas as pd
|
|
2
|
+
from sklearn.metrics import roc_auc_score
|
|
3
|
+
|
|
4
|
+
from mlebench.competitions.utils import prepare_for_auroc_metric
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def grade(submission: pd.DataFrame, answers: pd.DataFrame) -> float:
|
|
8
|
+
roc_auc_inputs = prepare_for_auroc_metric(
|
|
9
|
+
submission=submission, answers=answers, id_col="Id", target_col="Probability"
|
|
10
|
+
)
|
|
11
|
+
return roc_auc_score(y_true=roc_auc_inputs["y_true"], y_score=roc_auc_inputs["y_score"])
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import shutil
|
|
3
|
+
from pathlib import Path
|
|
4
|
+
from typing import Dict
|
|
5
|
+
|
|
6
|
+
import pandas as pd
|
|
7
|
+
|
|
8
|
+
from mlebench.utils import extract, read_csv
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def filter_and_write_file(src: Path, dst: Path, old_id_to_new: Dict[int, int]):
|
|
12
|
+
"""
|
|
13
|
+
Given txt file that has column 0 as rec_id, filters out rec_ids that are not in old_id_to_new and writes to dst
|
|
14
|
+
"""
|
|
15
|
+
history_of_segments = open(src).read().splitlines()
|
|
16
|
+
history_of_segments = history_of_segments[1:]
|
|
17
|
+
history_of_segments = [
|
|
18
|
+
(int(i.split(",")[0]), ",".join(i.split(",")[1:])) for i in history_of_segments
|
|
19
|
+
]
|
|
20
|
+
history_of_segments = [
|
|
21
|
+
(old_id_to_new[i[0]], i[1]) for i in history_of_segments if i[0] in old_id_to_new.keys()
|
|
22
|
+
]
|
|
23
|
+
with open(dst, "w") as f:
|
|
24
|
+
f.write("rec_id,[histogram of segment features]\n")
|
|
25
|
+
for rec_id, labels in history_of_segments:
|
|
26
|
+
f.write(f"{rec_id},{labels}\n")
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
def prepare(raw: Path, public: Path, private: Path):
|
|
30
|
+
"""
|
|
31
|
+
Splits the data in raw into public and private datasets with appropriate test/train splits.
|
|
32
|
+
"""
|
|
33
|
+
# extract only what we need
|
|
34
|
+
extract(raw / "mlsp_contest_dataset.zip", raw)
|
|
35
|
+
|
|
36
|
+
(public / "essential_data").mkdir(exist_ok=True)
|
|
37
|
+
(public / "supplemental_data").mkdir(exist_ok=True)
|
|
38
|
+
|
|
39
|
+
# Create train, test from train split
|
|
40
|
+
cv_folds = read_csv(raw / "mlsp_contest_dataset/essential_data/CVfolds_2.txt")
|
|
41
|
+
cv_folds = cv_folds[cv_folds["fold"] == 0].reset_index(drop=True)
|
|
42
|
+
cv_folds.loc[cv_folds.sample(frac=0.2, random_state=0).index, "fold"] = 1
|
|
43
|
+
|
|
44
|
+
old_id_to_new = {old_id: new_id for new_id, old_id in enumerate(cv_folds["rec_id"].values)}
|
|
45
|
+
cv_folds["rec_id"] = cv_folds.index
|
|
46
|
+
cv_folds.to_csv(public / "essential_data/CVfolds_2.txt", index=False)
|
|
47
|
+
|
|
48
|
+
test_rec_ids = cv_folds[cv_folds["fold"] == 1]["rec_id"].values
|
|
49
|
+
assert len(test_rec_ids) == 64, f"Expected 64 test rec_ids, got {len(test_rec_ids)}"
|
|
50
|
+
|
|
51
|
+
# Update id2filename with new split
|
|
52
|
+
rec_id2filename = read_csv(raw / "mlsp_contest_dataset/essential_data/rec_id2filename.txt")
|
|
53
|
+
rec_id2filename = rec_id2filename[rec_id2filename["rec_id"].isin(old_id_to_new.keys())]
|
|
54
|
+
rec_id2filename["rec_id"] = rec_id2filename["rec_id"].map(old_id_to_new)
|
|
55
|
+
rec_id2filename.to_csv(public / "essential_data/rec_id2filename.txt", index=False)
|
|
56
|
+
assert len(rec_id2filename) == len(
|
|
57
|
+
cv_folds
|
|
58
|
+
), f"Expected {len(cv_folds)} entires in rec_id2filename, got {len(rec_id2filename)}"
|
|
59
|
+
|
|
60
|
+
# Update labels with new split
|
|
61
|
+
rec_labels = (
|
|
62
|
+
open(raw / "mlsp_contest_dataset/essential_data/rec_labels_test_hidden.txt")
|
|
63
|
+
.read()
|
|
64
|
+
.splitlines()
|
|
65
|
+
)
|
|
66
|
+
rec_labels = rec_labels[1:] # Ignore header line
|
|
67
|
+
rec_labels_split = []
|
|
68
|
+
for i in rec_labels:
|
|
69
|
+
rec_id = i.split(",")[0]
|
|
70
|
+
labels = ",".join(i.split(",")[1:]) if len(i.split(",")) > 1 else ""
|
|
71
|
+
rec_labels_split.append((int(rec_id), labels))
|
|
72
|
+
rec_labels_split = [i for i in rec_labels_split if i[0] in old_id_to_new.keys()]
|
|
73
|
+
rec_labels_split = [(old_id_to_new[i[0]], i[1]) for i in rec_labels_split]
|
|
74
|
+
|
|
75
|
+
# Public labels
|
|
76
|
+
with open(public / "essential_data/rec_labels_test_hidden.txt", "w") as f:
|
|
77
|
+
f.write("rec_id,[labels]\n")
|
|
78
|
+
for rec_id, labels in rec_labels_split:
|
|
79
|
+
if rec_id in test_rec_ids:
|
|
80
|
+
labels = "?"
|
|
81
|
+
if labels == "": # Write without comma
|
|
82
|
+
f.write(f"{rec_id}{labels}\n")
|
|
83
|
+
else:
|
|
84
|
+
f.write(f"{rec_id},{labels}\n")
|
|
85
|
+
|
|
86
|
+
# Private labels. Create csv, with each row containing the label for a (rec_id, species_id) pair
|
|
87
|
+
data = {"Id": [], "Probability": []}
|
|
88
|
+
for rec_id, labels in rec_labels_split:
|
|
89
|
+
if rec_id not in test_rec_ids:
|
|
90
|
+
continue
|
|
91
|
+
species_ids = [int(i) for i in labels.split(",") if i != ""]
|
|
92
|
+
for species_id in range(0, 19):
|
|
93
|
+
data["Id"].append(rec_id * 100 + species_id)
|
|
94
|
+
data["Probability"].append(int(species_id in species_ids))
|
|
95
|
+
|
|
96
|
+
pd.DataFrame(data).to_csv(private / "answers.csv", index=False)
|
|
97
|
+
assert (
|
|
98
|
+
len(pd.DataFrame(data)) == len(test_rec_ids) * 19
|
|
99
|
+
), f"Expected {len(test_rec_ids)*19} entires in answers.csv, got {len(pd.DataFrame(data))}"
|
|
100
|
+
|
|
101
|
+
# Create new sample submission, following new submission format
|
|
102
|
+
# http://www.kaggle.com/c/mlsp-2013-birds/forums/t/4961/new-submission-parser
|
|
103
|
+
data = {
|
|
104
|
+
"Id": [rec_id * 100 + species_id for rec_id in test_rec_ids for species_id in range(0, 19)],
|
|
105
|
+
"Probability": 0,
|
|
106
|
+
}
|
|
107
|
+
pd.DataFrame(data).to_csv(public / "sample_submission.csv", index=False)
|
|
108
|
+
assert (
|
|
109
|
+
len(pd.DataFrame(data)) == len(test_rec_ids) * 19
|
|
110
|
+
), f"Expected {len(test_rec_ids)*19} entires in sample_submission.csv, got {len(pd.DataFrame(data))}"
|
|
111
|
+
|
|
112
|
+
# Copy over species list
|
|
113
|
+
shutil.copyfile(
|
|
114
|
+
src=raw / "mlsp_contest_dataset/essential_data/species_list.txt",
|
|
115
|
+
dst=public / "essential_data/species_list.txt",
|
|
116
|
+
)
|
|
117
|
+
|
|
118
|
+
# Copy over all src waves from train+test set
|
|
119
|
+
(public / "essential_data/src_wavs").mkdir(exist_ok=True)
|
|
120
|
+
for filename in rec_id2filename["filename"]:
|
|
121
|
+
shutil.copyfile(
|
|
122
|
+
src=raw / "mlsp_contest_dataset/essential_data/src_wavs" / f"{filename}.wav",
|
|
123
|
+
dst=public / "essential_data/src_wavs" / f"{filename}.wav",
|
|
124
|
+
)
|
|
125
|
+
|
|
126
|
+
# Copy over train+test filtered spectrograms, segmentation examples, spectrograms, and supervised segmentation
|
|
127
|
+
(public / "supplemental_data/filtered_spectrograms").mkdir(exist_ok=True)
|
|
128
|
+
(public / "supplemental_data/segmentation_examples").mkdir(exist_ok=True)
|
|
129
|
+
(public / "supplemental_data/spectrograms").mkdir(exist_ok=True)
|
|
130
|
+
(public / "supplemental_data/supervised_segmentation").mkdir(exist_ok=True)
|
|
131
|
+
for filename in rec_id2filename["filename"]:
|
|
132
|
+
shutil.copyfile(
|
|
133
|
+
src=raw
|
|
134
|
+
/ "mlsp_contest_dataset/supplemental_data/filtered_spectrograms"
|
|
135
|
+
/ f"{filename}.bmp",
|
|
136
|
+
dst=public / "supplemental_data/filtered_spectrograms" / f"{filename}.bmp",
|
|
137
|
+
)
|
|
138
|
+
if os.path.exists(
|
|
139
|
+
raw / "mlsp_contest_dataset/supplemental_data/segmentation_examples" / f"{filename}.bmp"
|
|
140
|
+
):
|
|
141
|
+
shutil.copyfile(
|
|
142
|
+
src=raw
|
|
143
|
+
/ "mlsp_contest_dataset/supplemental_data/segmentation_examples"
|
|
144
|
+
/ f"{filename}.bmp",
|
|
145
|
+
dst=public / "supplemental_data/segmentation_examples" / f"{filename}.bmp",
|
|
146
|
+
)
|
|
147
|
+
shutil.copyfile(
|
|
148
|
+
src=raw / "mlsp_contest_dataset/supplemental_data/spectrograms" / f"{filename}.bmp",
|
|
149
|
+
dst=public / "supplemental_data/spectrograms" / f"{filename}.bmp",
|
|
150
|
+
)
|
|
151
|
+
shutil.copyfile(
|
|
152
|
+
src=raw
|
|
153
|
+
/ "mlsp_contest_dataset/supplemental_data/supervised_segmentation"
|
|
154
|
+
/ f"{filename}.bmp",
|
|
155
|
+
dst=public / "supplemental_data/supervised_segmentation" / f"{filename}.bmp",
|
|
156
|
+
)
|
|
157
|
+
|
|
158
|
+
# Copy over remaining files
|
|
159
|
+
shutil.copyfile(
|
|
160
|
+
src=raw / "mlsp_contest_dataset/supplemental_data/segment_clusters.bmp",
|
|
161
|
+
dst=public / "supplemental_data/segment_clusters.bmp",
|
|
162
|
+
)
|
|
163
|
+
shutil.copyfile(
|
|
164
|
+
src=raw / "mlsp_contest_dataset/supplemental_data/segment_mosaic.bmp",
|
|
165
|
+
dst=public / "supplemental_data/segment_mosaic.bmp",
|
|
166
|
+
)
|
|
167
|
+
|
|
168
|
+
filter_and_write_file(
|
|
169
|
+
src=raw / "mlsp_contest_dataset/supplemental_data/histogram_of_segments.txt",
|
|
170
|
+
dst=public / "supplemental_data/histogram_of_segments.txt",
|
|
171
|
+
old_id_to_new=old_id_to_new,
|
|
172
|
+
)
|
|
173
|
+
filter_and_write_file(
|
|
174
|
+
src=raw / "mlsp_contest_dataset/supplemental_data/segment_features.txt",
|
|
175
|
+
dst=public / "supplemental_data/segment_features.txt",
|
|
176
|
+
old_id_to_new=old_id_to_new,
|
|
177
|
+
)
|
|
178
|
+
filter_and_write_file(
|
|
179
|
+
src=raw / "mlsp_contest_dataset/supplemental_data/segment_rectangles.txt",
|
|
180
|
+
dst=public / "supplemental_data/segment_rectangles.txt",
|
|
181
|
+
old_id_to_new=old_id_to_new,
|
|
182
|
+
)
|