dslighting 1.3.9__py3-none-any.whl → 1.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dsat/runner.py +26 -18
- dslighting/__init__.py +7 -1
- dslighting/core/agent.py +143 -27
- dslighting/core/config_builder.py +1 -1
- dslighting/core/data_loader.py +259 -0
- dslighting/datasets/__init__.py +177 -0
- dslighting/datasets/bike-sharing-demand/sampleSubmission.csv +6494 -0
- dslighting/datasets/bike-sharing-demand/test.csv +2179 -0
- dslighting/datasets/bike-sharing-demand/test_answer.csv +2179 -0
- dslighting/datasets/bike-sharing-demand/train.csv +8709 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/checksums.yaml +6 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/config.yaml +22 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/description.md +157 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/description_obfuscated.md +66 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
- dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
- dslighting/registry/AI4Code/checksums.yaml +7 -0
- dslighting/registry/AI4Code/config.yaml +26 -0
- dslighting/registry/AI4Code/description.md +122 -0
- dslighting/registry/AI4Code/description_obfuscated.md +38 -0
- dslighting/registry/AI4Code/grade.py +70 -0
- dslighting/registry/AI4Code/prepare.py +84 -0
- dslighting/registry/AI4Code/prepare_val.py +159 -0
- dslighting/registry/README.md +466 -0
- dslighting/registry/__init__.py +0 -0
- dslighting/registry/aerial-cactus-identification/checksums.yaml +6 -0
- dslighting/registry/aerial-cactus-identification/config.yaml +16 -0
- dslighting/registry/aerial-cactus-identification/description.md +56 -0
- dslighting/registry/aerial-cactus-identification/description_obfuscated.md +28 -0
- dslighting/registry/aerial-cactus-identification/grade.py +11 -0
- dslighting/registry/aerial-cactus-identification/prepare.py +71 -0
- dslighting/registry/aerial-cactus-identification/prepare_val.py +133 -0
- dslighting/registry/alaska2-image-steganalysis/checksums.yaml +5 -0
- dslighting/registry/alaska2-image-steganalysis/config.yaml +22 -0
- dslighting/registry/alaska2-image-steganalysis/description.md +91 -0
- dslighting/registry/alaska2-image-steganalysis/description_obfuscated.md +44 -0
- dslighting/registry/alaska2-image-steganalysis/grade.py +136 -0
- dslighting/registry/alaska2-image-steganalysis/prepare.py +88 -0
- dslighting/registry/alaska2-image-steganalysis/prepare_val.py +148 -0
- dslighting/registry/aptos2019-blindness-detection/checksums.yaml +7 -0
- dslighting/registry/aptos2019-blindness-detection/config.yaml +24 -0
- dslighting/registry/aptos2019-blindness-detection/description.md +118 -0
- dslighting/registry/aptos2019-blindness-detection/description_obfuscated.md +40 -0
- dslighting/registry/aptos2019-blindness-detection/grade.py +35 -0
- dslighting/registry/aptos2019-blindness-detection/prepare.py +75 -0
- dslighting/registry/aptos2019-blindness-detection/prepare_val.py +123 -0
- dslighting/registry/bike-sharing-demand/__init__.py +0 -0
- dslighting/registry/bike-sharing-demand/config.yaml +15 -0
- dslighting/registry/bike-sharing-demand/description.md +54 -0
- dslighting/registry/bike-sharing-demand/grade.py +55 -0
- dslighting/registry/bike-sharing-demand/prepare.py +37 -0
- dslighting/registry/bike-sharing-demand/report.md +179 -0
- dslighting/registry/billion-word-imputation/checksums.yaml +5 -0
- dslighting/registry/billion-word-imputation/config.yaml +16 -0
- dslighting/registry/billion-word-imputation/description.md +52 -0
- dslighting/registry/billion-word-imputation/description_obfuscated.md +32 -0
- dslighting/registry/billion-word-imputation/grade.py +37 -0
- dslighting/registry/billion-word-imputation/prepare.py +107 -0
- dslighting/registry/billion-word-imputation/prepare_val.py +179 -0
- dslighting/registry/bms-molecular-translation/checksums.yaml +7 -0
- dslighting/registry/bms-molecular-translation/config.yaml +22 -0
- dslighting/registry/bms-molecular-translation/description.md +68 -0
- dslighting/registry/bms-molecular-translation/description_obfuscated.md +26 -0
- dslighting/registry/bms-molecular-translation/grade.py +40 -0
- dslighting/registry/bms-molecular-translation/prepare.py +68 -0
- dslighting/registry/bms-molecular-translation/prepare_val.py +131 -0
- dslighting/registry/cassava-leaf-disease-classification/checksums.yaml +7 -0
- dslighting/registry/cassava-leaf-disease-classification/config.yaml +28 -0
- dslighting/registry/cassava-leaf-disease-classification/description.md +124 -0
- dslighting/registry/cassava-leaf-disease-classification/description_obfuscated.md +36 -0
- dslighting/registry/cassava-leaf-disease-classification/grade.py +12 -0
- dslighting/registry/cassava-leaf-disease-classification/prepare.py +113 -0
- dslighting/registry/cassava-leaf-disease-classification/prepare_val.py +186 -0
- dslighting/registry/cdiscount-image-classification-challenge/checksums.yaml +9 -0
- dslighting/registry/cdiscount-image-classification-challenge/config.yaml +22 -0
- dslighting/registry/cdiscount-image-classification-challenge/description.md +100 -0
- dslighting/registry/cdiscount-image-classification-challenge/description_obfuscated.md +25 -0
- dslighting/registry/cdiscount-image-classification-challenge/grade.py +11 -0
- dslighting/registry/cdiscount-image-classification-challenge/prepare.py +144 -0
- dslighting/registry/cdiscount-image-classification-challenge/prepare_val.py +205 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/checksums.yaml +7 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/config.yaml +26 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/description.md +138 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/description_obfuscated.md +59 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
- dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
- dslighting/registry/champs-scalar-coupling/checksums.yaml +13 -0
- dslighting/registry/champs-scalar-coupling/config.yaml +26 -0
- dslighting/registry/champs-scalar-coupling/description.md +111 -0
- dslighting/registry/champs-scalar-coupling/description_obfuscated.md +32 -0
- dslighting/registry/champs-scalar-coupling/grade.py +60 -0
- dslighting/registry/champs-scalar-coupling/prepare.py +116 -0
- dslighting/registry/champs-scalar-coupling/prepare_val.py +155 -0
- dslighting/registry/conways-reverse-game-of-life-2020/__init__.py +0 -0
- dslighting/registry/conways-reverse-game-of-life-2020/checksums.yaml +9 -0
- dslighting/registry/conways-reverse-game-of-life-2020/config.yaml +17 -0
- dslighting/registry/conways-reverse-game-of-life-2020/description.md +27 -0
- dslighting/registry/conways-reverse-game-of-life-2020/grade.py +40 -0
- dslighting/registry/conways-reverse-game-of-life-2020/prepare.py +41 -0
- dslighting/registry/dabench-0-mean-fare-paid/checksums.yaml +2 -0
- dslighting/registry/dabench-0-mean-fare-paid/config.yaml +16 -0
- dslighting/registry/dabench-0-mean-fare-paid/description.md +43 -0
- dslighting/registry/dabench-0-mean-fare-paid/grade.py +66 -0
- dslighting/registry/dabench-0-mean-fare-paid/prepare.py +49 -0
- dslighting/registry/dabench-10-total-traded-quantity/checksums.yaml +2 -0
- dslighting/registry/dabench-10-total-traded-quantity/config.yaml +16 -0
- dslighting/registry/dabench-10-total-traded-quantity/description.md +43 -0
- dslighting/registry/dabench-10-total-traded-quantity/grade.py +66 -0
- dslighting/registry/dabench-10-total-traded-quantity/prepare.py +49 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-105-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-108-generate-feature-called/checksums.yaml +2 -0
- dslighting/registry/dabench-108-generate-feature-called/config.yaml +16 -0
- dslighting/registry/dabench-108-generate-feature-called/description.md +43 -0
- dslighting/registry/dabench-108-generate-feature-called/grade.py +66 -0
- dslighting/registry/dabench-108-generate-feature-called/prepare.py +49 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/checksums.yaml +2 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/config.yaml +16 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/description.md +45 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/grade.py +66 -0
- dslighting/registry/dabench-109-explore-distribution-loanamount/prepare.py +49 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/description.md +45 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-11-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/description.md +43 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-111-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-114-which-country-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-114-which-country-highest/config.yaml +16 -0
- dslighting/registry/dabench-114-which-country-highest/description.md +43 -0
- dslighting/registry/dabench-114-which-country-highest/grade.py +66 -0
- dslighting/registry/dabench-114-which-country-highest/prepare.py +49 -0
- dslighting/registry/dabench-116-there-outliers-happiness/checksums.yaml +2 -0
- dslighting/registry/dabench-116-there-outliers-happiness/config.yaml +16 -0
- dslighting/registry/dabench-116-there-outliers-happiness/description.md +43 -0
- dslighting/registry/dabench-116-there-outliers-happiness/grade.py +66 -0
- dslighting/registry/dabench-116-there-outliers-happiness/prepare.py +49 -0
- dslighting/registry/dabench-117-which-variable-strongest/checksums.yaml +2 -0
- dslighting/registry/dabench-117-which-variable-strongest/config.yaml +16 -0
- dslighting/registry/dabench-117-which-variable-strongest/description.md +45 -0
- dslighting/registry/dabench-117-which-variable-strongest/grade.py +66 -0
- dslighting/registry/dabench-117-which-variable-strongest/prepare.py +49 -0
- dslighting/registry/dabench-118-there-linear-relationship/checksums.yaml +2 -0
- dslighting/registry/dabench-118-there-linear-relationship/config.yaml +16 -0
- dslighting/registry/dabench-118-there-linear-relationship/description.md +43 -0
- dslighting/registry/dabench-118-there-linear-relationship/grade.py +66 -0
- dslighting/registry/dabench-118-there-linear-relationship/prepare.py +49 -0
- dslighting/registry/dabench-123-which-country-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-123-which-country-highest/config.yaml +16 -0
- dslighting/registry/dabench-123-which-country-highest/description.md +46 -0
- dslighting/registry/dabench-123-which-country-highest/grade.py +66 -0
- dslighting/registry/dabench-123-which-country-highest/prepare.py +49 -0
- dslighting/registry/dabench-124-there-significant-difference/checksums.yaml +2 -0
- dslighting/registry/dabench-124-there-significant-difference/config.yaml +16 -0
- dslighting/registry/dabench-124-there-significant-difference/description.md +48 -0
- dslighting/registry/dabench-124-there-significant-difference/grade.py +66 -0
- dslighting/registry/dabench-124-there-significant-difference/prepare.py +49 -0
- dslighting/registry/dabench-125-predict-number-people/checksums.yaml +2 -0
- dslighting/registry/dabench-125-predict-number-people/config.yaml +16 -0
- dslighting/registry/dabench-125-predict-number-people/description.md +52 -0
- dslighting/registry/dabench-125-predict-number-people/grade.py +66 -0
- dslighting/registry/dabench-125-predict-number-people/prepare.py +49 -0
- dslighting/registry/dabench-129-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-129-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-129-mean-standard-deviation/description.md +44 -0
- dslighting/registry/dabench-129-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-129-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-130-passengers-follows-normal/checksums.yaml +2 -0
- dslighting/registry/dabench-130-passengers-follows-normal/config.yaml +16 -0
- dslighting/registry/dabench-130-passengers-follows-normal/description.md +43 -0
- dslighting/registry/dabench-130-passengers-follows-normal/grade.py +66 -0
- dslighting/registry/dabench-130-passengers-follows-normal/prepare.py +49 -0
- dslighting/registry/dabench-132-identify-count-number/checksums.yaml +2 -0
- dslighting/registry/dabench-132-identify-count-number/config.yaml +16 -0
- dslighting/registry/dabench-132-identify-count-number/description.md +46 -0
- dslighting/registry/dabench-132-identify-count-number/grade.py +66 -0
- dslighting/registry/dabench-132-identify-count-number/prepare.py +49 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/description.md +49 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-133-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/config.yaml +16 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/description.md +45 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/grade.py +66 -0
- dslighting/registry/dabench-136-distribution-analysis-fare/prepare.py +49 -0
- dslighting/registry/dabench-137-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-137-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-137-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-137-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-137-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-139-question-percentage-votes/checksums.yaml +2 -0
- dslighting/registry/dabench-139-question-percentage-votes/config.yaml +16 -0
- dslighting/registry/dabench-139-question-percentage-votes/description.md +43 -0
- dslighting/registry/dabench-139-question-percentage-votes/grade.py +66 -0
- dslighting/registry/dabench-139-question-percentage-votes/prepare.py +49 -0
- dslighting/registry/dabench-14-feature-called-price/checksums.yaml +2 -0
- dslighting/registry/dabench-14-feature-called-price/config.yaml +16 -0
- dslighting/registry/dabench-14-feature-called-price/description.md +45 -0
- dslighting/registry/dabench-14-feature-called-price/grade.py +66 -0
- dslighting/registry/dabench-14-feature-called-price/prepare.py +49 -0
- dslighting/registry/dabench-140-question-there-correlation/checksums.yaml +2 -0
- dslighting/registry/dabench-140-question-there-correlation/config.yaml +16 -0
- dslighting/registry/dabench-140-question-there-correlation/description.md +50 -0
- dslighting/registry/dabench-140-question-there-correlation/grade.py +66 -0
- dslighting/registry/dabench-140-question-there-correlation/prepare.py +49 -0
- dslighting/registry/dabench-142-question-there-relationship/checksums.yaml +2 -0
- dslighting/registry/dabench-142-question-there-relationship/config.yaml +16 -0
- dslighting/registry/dabench-142-question-there-relationship/description.md +45 -0
- dslighting/registry/dabench-142-question-there-relationship/grade.py +66 -0
- dslighting/registry/dabench-142-question-there-relationship/prepare.py +49 -0
- dslighting/registry/dabench-144-question-mean-standard/checksums.yaml +2 -0
- dslighting/registry/dabench-144-question-mean-standard/config.yaml +16 -0
- dslighting/registry/dabench-144-question-mean-standard/description.md +46 -0
- dslighting/registry/dabench-144-question-mean-standard/grade.py +66 -0
- dslighting/registry/dabench-144-question-mean-standard/prepare.py +49 -0
- dslighting/registry/dabench-174-determine-skewness-fares/checksums.yaml +2 -0
- dslighting/registry/dabench-174-determine-skewness-fares/config.yaml +16 -0
- dslighting/registry/dabench-174-determine-skewness-fares/description.md +43 -0
- dslighting/registry/dabench-174-determine-skewness-fares/grade.py +66 -0
- dslighting/registry/dabench-174-determine-skewness-fares/prepare.py +49 -0
- dslighting/registry/dabench-175-identify-there-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-175-identify-there-outliers/config.yaml +16 -0
- dslighting/registry/dabench-175-identify-there-outliers/description.md +43 -0
- dslighting/registry/dabench-175-identify-there-outliers/grade.py +66 -0
- dslighting/registry/dabench-175-identify-there-outliers/prepare.py +49 -0
- dslighting/registry/dabench-176-median-male-passengers/checksums.yaml +2 -0
- dslighting/registry/dabench-176-median-male-passengers/config.yaml +16 -0
- dslighting/registry/dabench-176-median-male-passengers/description.md +46 -0
- dslighting/registry/dabench-176-median-male-passengers/grade.py +66 -0
- dslighting/registry/dabench-176-median-male-passengers/prepare.py +49 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/checksums.yaml +2 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/config.yaml +16 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/description.md +47 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/grade.py +66 -0
- dslighting/registry/dabench-177-investigate-distribution-ages/prepare.py +49 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/description.md +50 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-178-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-179-pearson-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-18-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-18-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-18-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-18-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-18-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-180-outlier-detection-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-180-outlier-detection-fare/config.yaml +16 -0
- dslighting/registry/dabench-180-outlier-detection-fare/description.md +45 -0
- dslighting/registry/dabench-180-outlier-detection-fare/grade.py +66 -0
- dslighting/registry/dabench-180-outlier-detection-fare/prepare.py +49 -0
- dslighting/registry/dabench-19-distribution-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-19-distribution-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-19-distribution-column-adheres/description.md +43 -0
- dslighting/registry/dabench-19-distribution-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-19-distribution-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-207-which-column-contain/checksums.yaml +2 -0
- dslighting/registry/dabench-207-which-column-contain/config.yaml +16 -0
- dslighting/registry/dabench-207-which-column-contain/description.md +43 -0
- dslighting/registry/dabench-207-which-column-contain/grade.py +66 -0
- dslighting/registry/dabench-207-which-column-contain/prepare.py +49 -0
- dslighting/registry/dabench-208-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-208-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-208-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-208-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-208-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-209-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-209-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-209-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-209-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-209-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-210-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-210-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-210-identify-remove-outliers/description.md +45 -0
- dslighting/registry/dabench-210-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-210-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-214-correlation-analysis-between/checksums.yaml +2 -0
- dslighting/registry/dabench-214-correlation-analysis-between/config.yaml +16 -0
- dslighting/registry/dabench-214-correlation-analysis-between/description.md +48 -0
- dslighting/registry/dabench-214-correlation-analysis-between/grade.py +66 -0
- dslighting/registry/dabench-214-correlation-analysis-between/prepare.py +49 -0
- dslighting/registry/dabench-216-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-216-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-216-mean-standard-deviation/description.md +49 -0
- dslighting/registry/dabench-216-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-216-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-217-find-site-identifier/checksums.yaml +2 -0
- dslighting/registry/dabench-217-find-site-identifier/config.yaml +16 -0
- dslighting/registry/dabench-217-find-site-identifier/description.md +46 -0
- dslighting/registry/dabench-217-find-site-identifier/grade.py +66 -0
- dslighting/registry/dabench-217-find-site-identifier/prepare.py +49 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/description.md +46 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-218-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-219-identify-site-with/checksums.yaml +2 -0
- dslighting/registry/dabench-219-identify-site-with/config.yaml +16 -0
- dslighting/registry/dabench-219-identify-site-with/description.md +45 -0
- dslighting/registry/dabench-219-identify-site-with/grade.py +66 -0
- dslighting/registry/dabench-219-identify-site-with/prepare.py +49 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/description.md +43 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-220-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-222-explore-distribution-column/checksums.yaml +2 -0
- dslighting/registry/dabench-222-explore-distribution-column/config.yaml +16 -0
- dslighting/registry/dabench-222-explore-distribution-column/description.md +43 -0
- dslighting/registry/dabench-222-explore-distribution-column/grade.py +66 -0
- dslighting/registry/dabench-222-explore-distribution-column/prepare.py +49 -0
- dslighting/registry/dabench-224-utilize-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-224-utilize-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-224-utilize-machine-learning/description.md +43 -0
- dslighting/registry/dabench-224-utilize-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-224-utilize-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-23-machine-learning-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-23-machine-learning-techniques/config.yaml +16 -0
- dslighting/registry/dabench-23-machine-learning-techniques/description.md +43 -0
- dslighting/registry/dabench-23-machine-learning-techniques/grade.py +66 -0
- dslighting/registry/dabench-23-machine-learning-techniques/prepare.py +49 -0
- dslighting/registry/dabench-234-what-average-duration/checksums.yaml +2 -0
- dslighting/registry/dabench-234-what-average-duration/config.yaml +16 -0
- dslighting/registry/dabench-234-what-average-duration/description.md +43 -0
- dslighting/registry/dabench-234-what-average-duration/grade.py +66 -0
- dslighting/registry/dabench-234-what-average-duration/prepare.py +49 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/config.yaml +16 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/description.md +43 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/grade.py +66 -0
- dslighting/registry/dabench-24-mean-individuals-dataset/prepare.py +49 -0
- dslighting/registry/dabench-243-what-mean-batting/checksums.yaml +2 -0
- dslighting/registry/dabench-243-what-mean-batting/config.yaml +16 -0
- dslighting/registry/dabench-243-what-mean-batting/description.md +43 -0
- dslighting/registry/dabench-243-what-mean-batting/grade.py +66 -0
- dslighting/registry/dabench-243-what-mean-batting/prepare.py +49 -0
- dslighting/registry/dabench-244-number-home-runs/checksums.yaml +2 -0
- dslighting/registry/dabench-244-number-home-runs/config.yaml +16 -0
- dslighting/registry/dabench-244-number-home-runs/description.md +44 -0
- dslighting/registry/dabench-244-number-home-runs/grade.py +66 -0
- dslighting/registry/dabench-244-number-home-runs/prepare.py +49 -0
- dslighting/registry/dabench-247-what-average-number/checksums.yaml +2 -0
- dslighting/registry/dabench-247-what-average-number/config.yaml +16 -0
- dslighting/registry/dabench-247-what-average-number/description.md +45 -0
- dslighting/registry/dabench-247-what-average-number/grade.py +66 -0
- dslighting/registry/dabench-247-what-average-number/prepare.py +49 -0
- dslighting/registry/dabench-249-there-significant-correlation/checksums.yaml +2 -0
- dslighting/registry/dabench-249-there-significant-correlation/config.yaml +16 -0
- dslighting/registry/dabench-249-there-significant-correlation/description.md +43 -0
- dslighting/registry/dabench-249-there-significant-correlation/grade.py +66 -0
- dslighting/registry/dabench-249-there-significant-correlation/prepare.py +49 -0
- dslighting/registry/dabench-25-distribution-values-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-25-distribution-values-dataset/config.yaml +16 -0
- dslighting/registry/dabench-25-distribution-values-dataset/description.md +43 -0
- dslighting/registry/dabench-25-distribution-values-dataset/grade.py +66 -0
- dslighting/registry/dabench-25-distribution-values-dataset/prepare.py +49 -0
- dslighting/registry/dabench-250-feature-called-which/checksums.yaml +2 -0
- dslighting/registry/dabench-250-feature-called-which/config.yaml +16 -0
- dslighting/registry/dabench-250-feature-called-which/description.md +45 -0
- dslighting/registry/dabench-250-feature-called-which/grade.py +66 -0
- dslighting/registry/dabench-250-feature-called-which/prepare.py +49 -0
- dslighting/registry/dabench-252-determine-which-country/checksums.yaml +2 -0
- dslighting/registry/dabench-252-determine-which-country/config.yaml +16 -0
- dslighting/registry/dabench-252-determine-which-country/description.md +43 -0
- dslighting/registry/dabench-252-determine-which-country/grade.py +66 -0
- dslighting/registry/dabench-252-determine-which-country/prepare.py +49 -0
- dslighting/registry/dabench-254-identify-outliers-gross/checksums.yaml +2 -0
- dslighting/registry/dabench-254-identify-outliers-gross/config.yaml +16 -0
- dslighting/registry/dabench-254-identify-outliers-gross/description.md +43 -0
- dslighting/registry/dabench-254-identify-outliers-gross/grade.py +66 -0
- dslighting/registry/dabench-254-identify-outliers-gross/prepare.py +49 -0
- dslighting/registry/dabench-255-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-255-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-255-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-255-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-255-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-26-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-268-meanpot-values-normally/checksums.yaml +2 -0
- dslighting/registry/dabench-268-meanpot-values-normally/config.yaml +16 -0
- dslighting/registry/dabench-268-meanpot-values-normally/description.md +43 -0
- dslighting/registry/dabench-268-meanpot-values-normally/grade.py +66 -0
- dslighting/registry/dabench-268-meanpot-values-normally/prepare.py +49 -0
- dslighting/registry/dabench-269-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-269-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-269-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-269-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-269-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-27-identify-outliers-charges/checksums.yaml +2 -0
- dslighting/registry/dabench-27-identify-outliers-charges/config.yaml +16 -0
- dslighting/registry/dabench-27-identify-outliers-charges/description.md +45 -0
- dslighting/registry/dabench-27-identify-outliers-charges/grade.py +66 -0
- dslighting/registry/dabench-27-identify-outliers-charges/prepare.py +49 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/description.md +53 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-271-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-272-feature-named-dividing/checksums.yaml +2 -0
- dslighting/registry/dabench-272-feature-named-dividing/config.yaml +16 -0
- dslighting/registry/dabench-272-feature-named-dividing/description.md +45 -0
- dslighting/registry/dabench-272-feature-named-dividing/grade.py +66 -0
- dslighting/registry/dabench-272-feature-named-dividing/prepare.py +49 -0
- dslighting/registry/dabench-273-correlation-analysis-between/checksums.yaml +2 -0
- dslighting/registry/dabench-273-correlation-analysis-between/config.yaml +16 -0
- dslighting/registry/dabench-273-correlation-analysis-between/description.md +46 -0
- dslighting/registry/dabench-273-correlation-analysis-between/grade.py +66 -0
- dslighting/registry/dabench-273-correlation-analysis-between/prepare.py +49 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/config.yaml +16 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/description.md +58 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/grade.py +66 -0
- dslighting/registry/dabench-275-comprehensive-analysis-dataset/prepare.py +49 -0
- dslighting/registry/dabench-277-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-277-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-277-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-277-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-277-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-278-there-outliers-agri/checksums.yaml +2 -0
- dslighting/registry/dabench-278-there-outliers-agri/config.yaml +16 -0
- dslighting/registry/dabench-278-there-outliers-agri/description.md +43 -0
- dslighting/registry/dabench-278-there-outliers-agri/grade.py +66 -0
- dslighting/registry/dabench-278-there-outliers-agri/prepare.py +49 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-28-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-282-correlation-analysis-given/checksums.yaml +2 -0
- dslighting/registry/dabench-282-correlation-analysis-given/config.yaml +16 -0
- dslighting/registry/dabench-282-correlation-analysis-given/description.md +45 -0
- dslighting/registry/dabench-282-correlation-analysis-given/grade.py +66 -0
- dslighting/registry/dabench-282-correlation-analysis-given/prepare.py +49 -0
- dslighting/registry/dabench-297-there-significant-difference/checksums.yaml +2 -0
- dslighting/registry/dabench-297-there-significant-difference/config.yaml +16 -0
- dslighting/registry/dabench-297-there-significant-difference/description.md +48 -0
- dslighting/registry/dabench-297-there-significant-difference/grade.py +66 -0
- dslighting/registry/dabench-297-there-significant-difference/prepare.py +49 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/checksums.yaml +2 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/config.yaml +16 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/description.md +46 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/grade.py +66 -0
- dslighting/registry/dabench-298-distribution-analysis-nsamplecov/prepare.py +49 -0
- dslighting/registry/dabench-30-linear-regression-machine/checksums.yaml +2 -0
- dslighting/registry/dabench-30-linear-regression-machine/config.yaml +16 -0
- dslighting/registry/dabench-30-linear-regression-machine/description.md +43 -0
- dslighting/registry/dabench-30-linear-regression-machine/grade.py +66 -0
- dslighting/registry/dabench-30-linear-regression-machine/prepare.py +49 -0
- dslighting/registry/dabench-300-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-300-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-300-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-300-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-300-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-304-fare-variable-follows/checksums.yaml +2 -0
- dslighting/registry/dabench-304-fare-variable-follows/config.yaml +16 -0
- dslighting/registry/dabench-304-fare-variable-follows/description.md +43 -0
- dslighting/registry/dabench-304-fare-variable-follows/grade.py +66 -0
- dslighting/registry/dabench-304-fare-variable-follows/prepare.py +49 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/config.yaml +16 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/description.md +45 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/grade.py +66 -0
- dslighting/registry/dabench-308-feature-engineering-techniques/prepare.py +49 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/config.yaml +16 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/description.md +45 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/grade.py +66 -0
- dslighting/registry/dabench-309-distribution-analysis-fare/prepare.py +49 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/checksums.yaml +2 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/config.yaml +16 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/description.md +43 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/grade.py +66 -0
- dslighting/registry/dabench-310-correlation-analysis-numerical/prepare.py +49 -0
- dslighting/registry/dabench-32-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-32-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-32-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-32-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-32-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/checksums.yaml +2 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/config.yaml +16 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/description.md +43 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/grade.py +66 -0
- dslighting/registry/dabench-320-what-mean-eventmsgtype/prepare.py +49 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/checksums.yaml +2 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/config.yaml +16 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/description.md +43 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/grade.py +66 -0
- dslighting/registry/dabench-321-there-outliers-scoremargin/prepare.py +49 -0
- dslighting/registry/dabench-324-there-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-324-there-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-324-there-missing-values/description.md +43 -0
- dslighting/registry/dabench-324-there-missing-values/grade.py +66 -0
- dslighting/registry/dabench-324-there-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-326-feature-named-that/checksums.yaml +2 -0
- dslighting/registry/dabench-326-feature-named-that/config.yaml +16 -0
- dslighting/registry/dabench-326-feature-named-that/description.md +47 -0
- dslighting/registry/dabench-326-feature-named-that/grade.py +66 -0
- dslighting/registry/dabench-326-feature-named-that/prepare.py +49 -0
- dslighting/registry/dabench-33-column-normally-distributed/checksums.yaml +2 -0
- dslighting/registry/dabench-33-column-normally-distributed/config.yaml +16 -0
- dslighting/registry/dabench-33-column-normally-distributed/description.md +43 -0
- dslighting/registry/dabench-33-column-normally-distributed/grade.py +66 -0
- dslighting/registry/dabench-33-column-normally-distributed/prepare.py +49 -0
- dslighting/registry/dabench-337-distribution-median-sold/checksums.yaml +2 -0
- dslighting/registry/dabench-337-distribution-median-sold/config.yaml +16 -0
- dslighting/registry/dabench-337-distribution-median-sold/description.md +45 -0
- dslighting/registry/dabench-337-distribution-median-sold/grade.py +66 -0
- dslighting/registry/dabench-337-distribution-median-sold/prepare.py +49 -0
- dslighting/registry/dabench-338-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-338-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-338-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-338-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-338-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-34-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-34-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-34-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-34-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-34-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-349-mean-passengers/checksums.yaml +2 -0
- dslighting/registry/dabench-349-mean-passengers/config.yaml +16 -0
- dslighting/registry/dabench-349-mean-passengers/description.md +43 -0
- dslighting/registry/dabench-349-mean-passengers/grade.py +66 -0
- dslighting/registry/dabench-349-mean-passengers/prepare.py +49 -0
- dslighting/registry/dabench-35-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-35-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-35-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-35-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-35-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-350-fare-column-follows/checksums.yaml +2 -0
- dslighting/registry/dabench-350-fare-column-follows/config.yaml +16 -0
- dslighting/registry/dabench-350-fare-column-follows/description.md +43 -0
- dslighting/registry/dabench-350-fare-column-follows/grade.py +66 -0
- dslighting/registry/dabench-350-fare-column-follows/prepare.py +49 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-351-determine-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-352-identify-outliers-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-352-identify-outliers-fare/config.yaml +16 -0
- dslighting/registry/dabench-352-identify-outliers-fare/description.md +45 -0
- dslighting/registry/dabench-352-identify-outliers-fare/grade.py +66 -0
- dslighting/registry/dabench-352-identify-outliers-fare/prepare.py +49 -0
- dslighting/registry/dabench-354-feature-familysize-summing/checksums.yaml +2 -0
- dslighting/registry/dabench-354-feature-familysize-summing/config.yaml +16 -0
- dslighting/registry/dabench-354-feature-familysize-summing/description.md +44 -0
- dslighting/registry/dabench-354-feature-familysize-summing/grade.py +66 -0
- dslighting/registry/dabench-354-feature-familysize-summing/prepare.py +49 -0
- dslighting/registry/dabench-355-linear-regression-analysis/checksums.yaml +2 -0
- dslighting/registry/dabench-355-linear-regression-analysis/config.yaml +16 -0
- dslighting/registry/dabench-355-linear-regression-analysis/description.md +49 -0
- dslighting/registry/dabench-355-linear-regression-analysis/grade.py +66 -0
- dslighting/registry/dabench-355-linear-regression-analysis/prepare.py +49 -0
- dslighting/registry/dabench-359-distribution-wind-speed/checksums.yaml +2 -0
- dslighting/registry/dabench-359-distribution-wind-speed/config.yaml +16 -0
- dslighting/registry/dabench-359-distribution-wind-speed/description.md +48 -0
- dslighting/registry/dabench-359-distribution-wind-speed/grade.py +66 -0
- dslighting/registry/dabench-359-distribution-wind-speed/prepare.py +49 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/description.md +47 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-360-determine-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-361-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-361-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-361-identify-remove-outliers/description.md +47 -0
- dslighting/registry/dabench-361-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-361-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-363-train-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-363-train-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-363-train-machine-learning/description.md +47 -0
- dslighting/registry/dabench-363-train-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-363-train-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-372-find-mean-median/checksums.yaml +2 -0
- dslighting/registry/dabench-372-find-mean-median/config.yaml +16 -0
- dslighting/registry/dabench-372-find-mean-median/description.md +43 -0
- dslighting/registry/dabench-372-find-mean-median/grade.py +66 -0
- dslighting/registry/dabench-372-find-mean-median/prepare.py +49 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/checksums.yaml +2 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/config.yaml +16 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/description.md +45 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/grade.py +66 -0
- dslighting/registry/dabench-375-distribution-analysis-trips/prepare.py +49 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/config.yaml +16 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/description.md +45 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/grade.py +66 -0
- dslighting/registry/dabench-376-feature-engineering-dataset/prepare.py +49 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/checksums.yaml +2 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/config.yaml +16 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/description.md +45 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/grade.py +66 -0
- dslighting/registry/dabench-378-preprocess-dataset-handling/prepare.py +49 -0
- dslighting/registry/dabench-39-explore-distribution-importance/checksums.yaml +2 -0
- dslighting/registry/dabench-39-explore-distribution-importance/config.yaml +16 -0
- dslighting/registry/dabench-39-explore-distribution-importance/description.md +45 -0
- dslighting/registry/dabench-39-explore-distribution-importance/grade.py +66 -0
- dslighting/registry/dabench-39-explore-distribution-importance/prepare.py +49 -0
- dslighting/registry/dabench-408-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-408-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-408-there-correlation-between/description.md +49 -0
- dslighting/registry/dabench-408-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-408-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-409-many-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-409-many-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-409-many-missing-values/description.md +43 -0
- dslighting/registry/dabench-409-many-missing-values/grade.py +66 -0
- dslighting/registry/dabench-409-many-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-410-what-distribution-ages/checksums.yaml +2 -0
- dslighting/registry/dabench-410-what-distribution-ages/config.yaml +16 -0
- dslighting/registry/dabench-410-what-distribution-ages/description.md +43 -0
- dslighting/registry/dabench-410-what-distribution-ages/grade.py +66 -0
- dslighting/registry/dabench-410-what-distribution-ages/prepare.py +49 -0
- dslighting/registry/dabench-411-there-outliers-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-411-there-outliers-fare/config.yaml +16 -0
- dslighting/registry/dabench-411-there-outliers-fare/description.md +43 -0
- dslighting/registry/dabench-411-there-outliers-fare/grade.py +66 -0
- dslighting/registry/dabench-411-there-outliers-fare/prepare.py +49 -0
- dslighting/registry/dabench-412-feature-called-familysize/checksums.yaml +2 -0
- dslighting/registry/dabench-412-feature-called-familysize/config.yaml +16 -0
- dslighting/registry/dabench-412-feature-called-familysize/description.md +43 -0
- dslighting/registry/dabench-412-feature-called-familysize/grade.py +66 -0
- dslighting/registry/dabench-412-feature-called-familysize/prepare.py +49 -0
- dslighting/registry/dabench-413-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-413-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-413-there-correlation-between/description.md +47 -0
- dslighting/registry/dabench-413-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-413-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-414-what-average-passengers/checksums.yaml +2 -0
- dslighting/registry/dabench-414-what-average-passengers/config.yaml +16 -0
- dslighting/registry/dabench-414-what-average-passengers/description.md +45 -0
- dslighting/registry/dabench-414-what-average-passengers/grade.py +66 -0
- dslighting/registry/dabench-414-what-average-passengers/prepare.py +49 -0
- dslighting/registry/dabench-415-what-distribution-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-415-what-distribution-fare/config.yaml +16 -0
- dslighting/registry/dabench-415-what-distribution-fare/description.md +46 -0
- dslighting/registry/dabench-415-what-distribution-fare/grade.py +66 -0
- dslighting/registry/dabench-415-what-distribution-fare/prepare.py +49 -0
- dslighting/registry/dabench-418-there-outliers-trading/checksums.yaml +2 -0
- dslighting/registry/dabench-418-there-outliers-trading/config.yaml +16 -0
- dslighting/registry/dabench-418-there-outliers-trading/description.md +43 -0
- dslighting/registry/dabench-418-there-outliers-trading/grade.py +66 -0
- dslighting/registry/dabench-418-there-outliers-trading/prepare.py +49 -0
- dslighting/registry/dabench-419-there-significant-difference/checksums.yaml +2 -0
- dslighting/registry/dabench-419-there-significant-difference/config.yaml +16 -0
- dslighting/registry/dabench-419-there-significant-difference/description.md +43 -0
- dslighting/registry/dabench-419-there-significant-difference/grade.py +66 -0
- dslighting/registry/dabench-419-there-significant-difference/prepare.py +49 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/description.md +43 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-421-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-423-feature-engineering-given/checksums.yaml +2 -0
- dslighting/registry/dabench-423-feature-engineering-given/config.yaml +16 -0
- dslighting/registry/dabench-423-feature-engineering-given/description.md +43 -0
- dslighting/registry/dabench-423-feature-engineering-given/grade.py +66 -0
- dslighting/registry/dabench-423-feature-engineering-given/prepare.py +49 -0
- dslighting/registry/dabench-424-develop-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-424-develop-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-424-develop-machine-learning/description.md +43 -0
- dslighting/registry/dabench-424-develop-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-424-develop-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-425-many-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-425-many-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-425-many-missing-values/description.md +43 -0
- dslighting/registry/dabench-425-many-missing-values/grade.py +66 -0
- dslighting/registry/dabench-425-many-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-426-what-maximum-sustained/checksums.yaml +2 -0
- dslighting/registry/dabench-426-what-maximum-sustained/config.yaml +16 -0
- dslighting/registry/dabench-426-what-maximum-sustained/description.md +43 -0
- dslighting/registry/dabench-426-what-maximum-sustained/grade.py +66 -0
- dslighting/registry/dabench-426-what-maximum-sustained/prepare.py +49 -0
- dslighting/registry/dabench-427-many-storms-have/checksums.yaml +2 -0
- dslighting/registry/dabench-427-many-storms-have/config.yaml +16 -0
- dslighting/registry/dabench-427-many-storms-have/description.md +43 -0
- dslighting/registry/dabench-427-many-storms-have/grade.py +66 -0
- dslighting/registry/dabench-427-many-storms-have/prepare.py +49 -0
- dslighting/registry/dabench-428-what-average-damage/checksums.yaml +2 -0
- dslighting/registry/dabench-428-what-average-damage/config.yaml +16 -0
- dslighting/registry/dabench-428-what-average-damage/description.md +50 -0
- dslighting/registry/dabench-428-what-average-damage/grade.py +66 -0
- dslighting/registry/dabench-428-what-average-damage/prepare.py +49 -0
- dslighting/registry/dabench-429-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-429-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-429-there-correlation-between/description.md +50 -0
- dslighting/registry/dabench-429-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-429-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-431-there-relationship-between/checksums.yaml +2 -0
- dslighting/registry/dabench-431-there-relationship-between/config.yaml +16 -0
- dslighting/registry/dabench-431-there-relationship-between/description.md +50 -0
- dslighting/registry/dabench-431-there-relationship-between/grade.py +66 -0
- dslighting/registry/dabench-431-there-relationship-between/prepare.py +49 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/checksums.yaml +2 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/config.yaml +16 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/description.md +48 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/grade.py +66 -0
- dslighting/registry/dabench-432-predict-maximum-sustained/prepare.py +49 -0
- dslighting/registry/dabench-446-what-mean-wind/checksums.yaml +2 -0
- dslighting/registry/dabench-446-what-mean-wind/config.yaml +16 -0
- dslighting/registry/dabench-446-what-mean-wind/description.md +43 -0
- dslighting/registry/dabench-446-what-mean-wind/grade.py +66 -0
- dslighting/registry/dabench-446-what-mean-wind/prepare.py +49 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/checksums.yaml +2 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/config.yaml +16 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/description.md +43 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/grade.py +66 -0
- dslighting/registry/dabench-447-there-outliers-atmospheric/prepare.py +49 -0
- dslighting/registry/dabench-449-what-distribution-wind/checksums.yaml +2 -0
- dslighting/registry/dabench-449-what-distribution-wind/config.yaml +16 -0
- dslighting/registry/dabench-449-what-distribution-wind/description.md +43 -0
- dslighting/registry/dabench-449-what-distribution-wind/grade.py +66 -0
- dslighting/registry/dabench-449-what-distribution-wind/prepare.py +49 -0
- dslighting/registry/dabench-450-average-wind-speed/checksums.yaml +2 -0
- dslighting/registry/dabench-450-average-wind-speed/config.yaml +16 -0
- dslighting/registry/dabench-450-average-wind-speed/description.md +43 -0
- dslighting/registry/dabench-450-average-wind-speed/grade.py +66 -0
- dslighting/registry/dabench-450-average-wind-speed/prepare.py +49 -0
- dslighting/registry/dabench-451-detect-missing-values/checksums.yaml +2 -0
- dslighting/registry/dabench-451-detect-missing-values/config.yaml +16 -0
- dslighting/registry/dabench-451-detect-missing-values/description.md +41 -0
- dslighting/registry/dabench-451-detect-missing-values/grade.py +66 -0
- dslighting/registry/dabench-451-detect-missing-values/prepare.py +49 -0
- dslighting/registry/dabench-452-there-relationship-between/checksums.yaml +2 -0
- dslighting/registry/dabench-452-there-relationship-between/config.yaml +16 -0
- dslighting/registry/dabench-452-there-relationship-between/description.md +48 -0
- dslighting/registry/dabench-452-there-relationship-between/grade.py +66 -0
- dslighting/registry/dabench-452-there-relationship-between/prepare.py +49 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/config.yaml +16 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/description.md +46 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/grade.py +66 -0
- dslighting/registry/dabench-453-data-preprocessing-dataset/prepare.py +49 -0
- dslighting/registry/dabench-465-distribution-offender-ages/checksums.yaml +2 -0
- dslighting/registry/dabench-465-distribution-offender-ages/config.yaml +16 -0
- dslighting/registry/dabench-465-distribution-offender-ages/description.md +43 -0
- dslighting/registry/dabench-465-distribution-offender-ages/grade.py +66 -0
- dslighting/registry/dabench-465-distribution-offender-ages/prepare.py +49 -0
- dslighting/registry/dabench-466-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-466-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-466-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-466-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-466-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-468-there-outliers-distribution/checksums.yaml +2 -0
- dslighting/registry/dabench-468-there-outliers-distribution/config.yaml +16 -0
- dslighting/registry/dabench-468-there-outliers-distribution/description.md +43 -0
- dslighting/registry/dabench-468-there-outliers-distribution/grade.py +66 -0
- dslighting/registry/dabench-468-there-outliers-distribution/prepare.py +49 -0
- dslighting/registry/dabench-472-what-mean-value/checksums.yaml +2 -0
- dslighting/registry/dabench-472-what-mean-value/config.yaml +16 -0
- dslighting/registry/dabench-472-what-mean-value/description.md +44 -0
- dslighting/registry/dabench-472-what-mean-value/grade.py +66 -0
- dslighting/registry/dabench-472-what-mean-value/prepare.py +49 -0
- dslighting/registry/dabench-473-there-outliers-value/checksums.yaml +2 -0
- dslighting/registry/dabench-473-there-outliers-value/config.yaml +16 -0
- dslighting/registry/dabench-473-there-outliers-value/description.md +45 -0
- dslighting/registry/dabench-473-there-outliers-value/grade.py +66 -0
- dslighting/registry/dabench-473-there-outliers-value/prepare.py +49 -0
- dslighting/registry/dabench-474-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-474-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-474-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-474-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-474-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/config.yaml +16 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/description.md +43 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/grade.py +66 -0
- dslighting/registry/dabench-480-feature-engineering-techniques/prepare.py +49 -0
- dslighting/registry/dabench-490-what-mean-percentage/checksums.yaml +2 -0
- dslighting/registry/dabench-490-what-mean-percentage/config.yaml +16 -0
- dslighting/registry/dabench-490-what-mean-percentage/description.md +43 -0
- dslighting/registry/dabench-490-what-mean-percentage/grade.py +66 -0
- dslighting/registry/dabench-490-what-mean-percentage/prepare.py +49 -0
- dslighting/registry/dabench-492-which-field-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-492-which-field-highest/config.yaml +16 -0
- dslighting/registry/dabench-492-which-field-highest/description.md +43 -0
- dslighting/registry/dabench-492-which-field-highest/grade.py +66 -0
- dslighting/registry/dabench-492-which-field-highest/prepare.py +49 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/checksums.yaml +2 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/config.yaml +16 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/description.md +45 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/grade.py +66 -0
- dslighting/registry/dabench-495-outlier-detection-percentage/prepare.py +49 -0
- dslighting/registry/dabench-496-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-496-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-496-feature-engineering-creating/description.md +44 -0
- dslighting/registry/dabench-496-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-496-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-5-generate-feature-called/checksums.yaml +2 -0
- dslighting/registry/dabench-5-generate-feature-called/config.yaml +16 -0
- dslighting/registry/dabench-5-generate-feature-called/description.md +45 -0
- dslighting/registry/dabench-5-generate-feature-called/grade.py +66 -0
- dslighting/registry/dabench-5-generate-feature-called/prepare.py +49 -0
- dslighting/registry/dabench-506-what-average-number/checksums.yaml +2 -0
- dslighting/registry/dabench-506-what-average-number/config.yaml +16 -0
- dslighting/registry/dabench-506-what-average-number/description.md +43 -0
- dslighting/registry/dabench-506-what-average-number/grade.py +66 -0
- dslighting/registry/dabench-506-what-average-number/prepare.py +49 -0
- dslighting/registry/dabench-507-there-hotels-dataset/checksums.yaml +2 -0
- dslighting/registry/dabench-507-there-hotels-dataset/config.yaml +16 -0
- dslighting/registry/dabench-507-there-hotels-dataset/description.md +43 -0
- dslighting/registry/dabench-507-there-hotels-dataset/grade.py +66 -0
- dslighting/registry/dabench-507-there-hotels-dataset/prepare.py +49 -0
- dslighting/registry/dabench-508-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-508-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-508-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-508-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-508-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-510-which-hotel-brand/checksums.yaml +2 -0
- dslighting/registry/dabench-510-which-hotel-brand/config.yaml +16 -0
- dslighting/registry/dabench-510-which-hotel-brand/description.md +43 -0
- dslighting/registry/dabench-510-which-hotel-brand/grade.py +66 -0
- dslighting/registry/dabench-510-which-hotel-brand/prepare.py +49 -0
- dslighting/registry/dabench-513-among-hotels-with/checksums.yaml +2 -0
- dslighting/registry/dabench-513-among-hotels-with/config.yaml +16 -0
- dslighting/registry/dabench-513-among-hotels-with/description.md +43 -0
- dslighting/registry/dabench-513-among-hotels-with/grade.py +66 -0
- dslighting/registry/dabench-513-among-hotels-with/prepare.py +49 -0
- dslighting/registry/dabench-514-what-average-review/checksums.yaml +2 -0
- dslighting/registry/dabench-514-what-average-review/config.yaml +16 -0
- dslighting/registry/dabench-514-what-average-review/description.md +43 -0
- dslighting/registry/dabench-514-what-average-review/grade.py +66 -0
- dslighting/registry/dabench-514-what-average-review/prepare.py +49 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/checksums.yaml +2 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/config.yaml +16 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/description.md +43 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/grade.py +66 -0
- dslighting/registry/dabench-516-fare-distribution-skewed/prepare.py +49 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-517-find-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-518-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-518-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-518-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-518-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-518-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-520-feature-called-familysize/checksums.yaml +2 -0
- dslighting/registry/dabench-520-feature-called-familysize/config.yaml +16 -0
- dslighting/registry/dabench-520-feature-called-familysize/description.md +43 -0
- dslighting/registry/dabench-520-feature-called-familysize/grade.py +66 -0
- dslighting/registry/dabench-520-feature-called-familysize/prepare.py +49 -0
- dslighting/registry/dabench-521-using-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-521-using-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-521-using-machine-learning/description.md +43 -0
- dslighting/registry/dabench-521-using-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-521-using-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-522-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-522-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-522-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-522-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-522-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/checksums.yaml +2 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/config.yaml +16 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/description.md +45 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/grade.py +66 -0
- dslighting/registry/dabench-523-preprocess-dataset-using/prepare.py +49 -0
- dslighting/registry/dabench-526-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-526-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-526-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-526-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-526-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-527-what-average-male/checksums.yaml +2 -0
- dslighting/registry/dabench-527-what-average-male/config.yaml +16 -0
- dslighting/registry/dabench-527-what-average-male/description.md +45 -0
- dslighting/registry/dabench-527-what-average-male/grade.py +66 -0
- dslighting/registry/dabench-527-what-average-male/prepare.py +49 -0
- dslighting/registry/dabench-528-there-outliers-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-528-there-outliers-fare/config.yaml +16 -0
- dslighting/registry/dabench-528-there-outliers-fare/description.md +45 -0
- dslighting/registry/dabench-528-there-outliers-fare/grade.py +66 -0
- dslighting/registry/dabench-528-there-outliers-fare/prepare.py +49 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/checksums.yaml +2 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/config.yaml +16 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/description.md +45 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/grade.py +66 -0
- dslighting/registry/dabench-529-identify-patterns-relationships/prepare.py +49 -0
- dslighting/registry/dabench-530-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-530-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-530-there-correlation-between/description.md +45 -0
- dslighting/registry/dabench-530-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-530-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-542-what-mean-length/checksums.yaml +2 -0
- dslighting/registry/dabench-542-what-mean-length/config.yaml +16 -0
- dslighting/registry/dabench-542-what-mean-length/description.md +43 -0
- dslighting/registry/dabench-542-what-mean-length/grade.py +66 -0
- dslighting/registry/dabench-542-what-mean-length/prepare.py +49 -0
- dslighting/registry/dabench-543-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-543-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-543-there-correlation-between/description.md +47 -0
- dslighting/registry/dabench-543-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-543-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-549-explore-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-549-explore-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-549-explore-correlation-between/description.md +45 -0
- dslighting/registry/dabench-549-explore-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-549-explore-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-55-what-mean-number/checksums.yaml +2 -0
- dslighting/registry/dabench-55-what-mean-number/config.yaml +16 -0
- dslighting/registry/dabench-55-what-mean-number/description.md +43 -0
- dslighting/registry/dabench-55-what-mean-number/grade.py +66 -0
- dslighting/registry/dabench-55-what-mean-number/prepare.py +49 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-550-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-551-what-mean-column/checksums.yaml +2 -0
- dslighting/registry/dabench-551-what-mean-column/config.yaml +16 -0
- dslighting/registry/dabench-551-what-mean-column/description.md +43 -0
- dslighting/registry/dabench-551-what-mean-column/grade.py +66 -0
- dslighting/registry/dabench-551-what-mean-column/prepare.py +49 -0
- dslighting/registry/dabench-552-column-column-correlated/checksums.yaml +2 -0
- dslighting/registry/dabench-552-column-column-correlated/config.yaml +16 -0
- dslighting/registry/dabench-552-column-column-correlated/description.md +45 -0
- dslighting/registry/dabench-552-column-column-correlated/grade.py +66 -0
- dslighting/registry/dabench-552-column-column-correlated/prepare.py +49 -0
- dslighting/registry/dabench-553-many-outliers-there/checksums.yaml +2 -0
- dslighting/registry/dabench-553-many-outliers-there/config.yaml +16 -0
- dslighting/registry/dabench-553-many-outliers-there/description.md +43 -0
- dslighting/registry/dabench-553-many-outliers-there/grade.py +66 -0
- dslighting/registry/dabench-553-many-outliers-there/prepare.py +49 -0
- dslighting/registry/dabench-554-what-median-value/checksums.yaml +2 -0
- dslighting/registry/dabench-554-what-median-value/config.yaml +16 -0
- dslighting/registry/dabench-554-what-median-value/description.md +43 -0
- dslighting/registry/dabench-554-what-median-value/grade.py +66 -0
- dslighting/registry/dabench-554-what-median-value/prepare.py +49 -0
- dslighting/registry/dabench-555-many-unique-plant/checksums.yaml +2 -0
- dslighting/registry/dabench-555-many-unique-plant/config.yaml +16 -0
- dslighting/registry/dabench-555-many-unique-plant/description.md +43 -0
- dslighting/registry/dabench-555-many-unique-plant/grade.py +66 -0
- dslighting/registry/dabench-555-many-unique-plant/prepare.py +49 -0
- dslighting/registry/dabench-56-which-country-highest/checksums.yaml +2 -0
- dslighting/registry/dabench-56-which-country-highest/config.yaml +16 -0
- dslighting/registry/dabench-56-which-country-highest/description.md +43 -0
- dslighting/registry/dabench-56-which-country-highest/grade.py +66 -0
- dslighting/registry/dabench-56-which-country-highest/prepare.py +49 -0
- dslighting/registry/dabench-57-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-57-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-57-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-57-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-57-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-572-identify-date-with/checksums.yaml +2 -0
- dslighting/registry/dabench-572-identify-date-with/config.yaml +16 -0
- dslighting/registry/dabench-572-identify-date-with/description.md +48 -0
- dslighting/registry/dabench-572-identify-date-with/grade.py +66 -0
- dslighting/registry/dabench-572-identify-date-with/prepare.py +49 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/checksums.yaml +2 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/config.yaml +16 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/description.md +48 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/grade.py +66 -0
- dslighting/registry/dabench-574-data-preprocessing-stock/prepare.py +49 -0
- dslighting/registry/dabench-575-using-feature-engineering/checksums.yaml +2 -0
- dslighting/registry/dabench-575-using-feature-engineering/config.yaml +16 -0
- dslighting/registry/dabench-575-using-feature-engineering/description.md +50 -0
- dslighting/registry/dabench-575-using-feature-engineering/grade.py +66 -0
- dslighting/registry/dabench-575-using-feature-engineering/prepare.py +49 -0
- dslighting/registry/dabench-578-what-average-trading/checksums.yaml +2 -0
- dslighting/registry/dabench-578-what-average-trading/config.yaml +16 -0
- dslighting/registry/dabench-578-what-average-trading/description.md +43 -0
- dslighting/registry/dabench-578-what-average-trading/grade.py +66 -0
- dslighting/registry/dabench-578-what-average-trading/prepare.py +49 -0
- dslighting/registry/dabench-58-what-percentage-missing/checksums.yaml +2 -0
- dslighting/registry/dabench-58-what-percentage-missing/config.yaml +16 -0
- dslighting/registry/dabench-58-what-percentage-missing/description.md +45 -0
- dslighting/registry/dabench-58-what-percentage-missing/grade.py +66 -0
- dslighting/registry/dabench-58-what-percentage-missing/prepare.py +49 -0
- dslighting/registry/dabench-586-find-total-number/checksums.yaml +2 -0
- dslighting/registry/dabench-586-find-total-number/config.yaml +16 -0
- dslighting/registry/dabench-586-find-total-number/description.md +43 -0
- dslighting/registry/dabench-586-find-total-number/grade.py +66 -0
- dslighting/registry/dabench-586-find-total-number/prepare.py +49 -0
- dslighting/registry/dabench-587-examine-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-587-examine-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-587-examine-correlation-between/description.md +43 -0
- dslighting/registry/dabench-587-examine-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-587-examine-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-588-there-outliers-average/checksums.yaml +2 -0
- dslighting/registry/dabench-588-there-outliers-average/config.yaml +16 -0
- dslighting/registry/dabench-588-there-outliers-average/description.md +43 -0
- dslighting/registry/dabench-588-there-outliers-average/grade.py +66 -0
- dslighting/registry/dabench-588-there-outliers-average/prepare.py +49 -0
- dslighting/registry/dabench-589-generate-feature-representing/checksums.yaml +2 -0
- dslighting/registry/dabench-589-generate-feature-representing/config.yaml +16 -0
- dslighting/registry/dabench-589-generate-feature-representing/description.md +43 -0
- dslighting/registry/dabench-589-generate-feature-representing/grade.py +66 -0
- dslighting/registry/dabench-589-generate-feature-representing/prepare.py +49 -0
- dslighting/registry/dabench-59-among-countries-americas/checksums.yaml +2 -0
- dslighting/registry/dabench-59-among-countries-americas/config.yaml +16 -0
- dslighting/registry/dabench-59-among-countries-americas/description.md +43 -0
- dslighting/registry/dabench-59-among-countries-americas/grade.py +66 -0
- dslighting/registry/dabench-59-among-countries-americas/prepare.py +49 -0
- dslighting/registry/dabench-590-using-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-590-using-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-590-using-machine-learning/description.md +43 -0
- dslighting/registry/dabench-590-using-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-590-using-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-593-using-feature-engineering/checksums.yaml +2 -0
- dslighting/registry/dabench-593-using-feature-engineering/config.yaml +16 -0
- dslighting/registry/dabench-593-using-feature-engineering/description.md +43 -0
- dslighting/registry/dabench-593-using-feature-engineering/grade.py +66 -0
- dslighting/registry/dabench-593-using-feature-engineering/prepare.py +49 -0
- dslighting/registry/dabench-6-column-called-agegroup/checksums.yaml +2 -0
- dslighting/registry/dabench-6-column-called-agegroup/config.yaml +16 -0
- dslighting/registry/dabench-6-column-called-agegroup/description.md +45 -0
- dslighting/registry/dabench-6-column-called-agegroup/grade.py +66 -0
- dslighting/registry/dabench-6-column-called-agegroup/prepare.py +49 -0
- dslighting/registry/dabench-602-column-follows-normal/checksums.yaml +2 -0
- dslighting/registry/dabench-602-column-follows-normal/config.yaml +16 -0
- dslighting/registry/dabench-602-column-follows-normal/description.md +43 -0
- dslighting/registry/dabench-602-column-follows-normal/grade.py +66 -0
- dslighting/registry/dabench-602-column-follows-normal/prepare.py +49 -0
- dslighting/registry/dabench-604-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-604-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-604-identify-remove-outliers/description.md +46 -0
- dslighting/registry/dabench-604-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-604-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-618-find-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-619-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-619-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-619-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-619-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-619-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-62-there-outliers-column/checksums.yaml +2 -0
- dslighting/registry/dabench-62-there-outliers-column/config.yaml +16 -0
- dslighting/registry/dabench-62-there-outliers-column/description.md +45 -0
- dslighting/registry/dabench-62-there-outliers-column/grade.py +66 -0
- dslighting/registry/dabench-62-there-outliers-column/prepare.py +49 -0
- dslighting/registry/dabench-64-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-64-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-64-mean-standard-deviation/description.md +45 -0
- dslighting/registry/dabench-64-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-64-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-643-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-643-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-643-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-643-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-643-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-644-close-column-follows/checksums.yaml +2 -0
- dslighting/registry/dabench-644-close-column-follows/config.yaml +16 -0
- dslighting/registry/dabench-644-close-column-follows/description.md +43 -0
- dslighting/registry/dabench-644-close-column-follows/grade.py +66 -0
- dslighting/registry/dabench-644-close-column-follows/prepare.py +49 -0
- dslighting/registry/dabench-647-feature-called-price/checksums.yaml +2 -0
- dslighting/registry/dabench-647-feature-called-price/config.yaml +16 -0
- dslighting/registry/dabench-647-feature-called-price/description.md +43 -0
- dslighting/registry/dabench-647-feature-called-price/grade.py +66 -0
- dslighting/registry/dabench-647-feature-called-price/prepare.py +49 -0
- dslighting/registry/dabench-649-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-649-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-649-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-649-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-649-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-650-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-650-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-650-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-650-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-650-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/description.md +43 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/grade.py +66 -0
- dslighting/registry/dabench-651-there-outliers-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/description.md +43 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/grade.py +66 -0
- dslighting/registry/dabench-652-distribution-analysis-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/description.md +44 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/grade.py +66 -0
- dslighting/registry/dabench-655-correlation-analysis-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/checksums.yaml +2 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/config.yaml +16 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/description.md +47 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/grade.py +66 -0
- dslighting/registry/dabench-656-outlier-analysis-coordinate/prepare.py +49 -0
- dslighting/registry/dabench-657-mean-median-standard/checksums.yaml +2 -0
- dslighting/registry/dabench-657-mean-median-standard/config.yaml +16 -0
- dslighting/registry/dabench-657-mean-median-standard/description.md +43 -0
- dslighting/registry/dabench-657-mean-median-standard/grade.py +66 -0
- dslighting/registry/dabench-657-mean-median-standard/prepare.py +49 -0
- dslighting/registry/dabench-658-volume-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-658-volume-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-658-volume-column-adheres/description.md +43 -0
- dslighting/registry/dabench-658-volume-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-658-volume-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-659-find-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-659-find-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-659-find-correlation-between/description.md +43 -0
- dslighting/registry/dabench-659-find-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-659-find-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-66-correlation-between-wage/checksums.yaml +2 -0
- dslighting/registry/dabench-66-correlation-between-wage/config.yaml +16 -0
- dslighting/registry/dabench-66-correlation-between-wage/description.md +45 -0
- dslighting/registry/dabench-66-correlation-between-wage/grade.py +66 -0
- dslighting/registry/dabench-66-correlation-between-wage/prepare.py +49 -0
- dslighting/registry/dabench-662-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-662-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-662-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-662-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-662-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-663-scatter-plot-high/checksums.yaml +2 -0
- dslighting/registry/dabench-663-scatter-plot-high/config.yaml +16 -0
- dslighting/registry/dabench-663-scatter-plot-high/description.md +46 -0
- dslighting/registry/dabench-663-scatter-plot-high/grade.py +66 -0
- dslighting/registry/dabench-663-scatter-plot-high/prepare.py +49 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/checksums.yaml +2 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/config.yaml +16 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/description.md +46 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/grade.py +66 -0
- dslighting/registry/dabench-665-data-preprocessing-filling/prepare.py +49 -0
- dslighting/registry/dabench-666-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-666-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-666-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-666-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-666-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-667-medinc-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-667-medinc-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-667-medinc-column-adheres/description.md +43 -0
- dslighting/registry/dabench-667-medinc-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-667-medinc-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-668-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-669-identify-remove-outliers/checksums.yaml +2 -0
- dslighting/registry/dabench-669-identify-remove-outliers/config.yaml +16 -0
- dslighting/registry/dabench-669-identify-remove-outliers/description.md +43 -0
- dslighting/registry/dabench-669-identify-remove-outliers/grade.py +66 -0
- dslighting/registry/dabench-669-identify-remove-outliers/prepare.py +49 -0
- dslighting/registry/dabench-671-build-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-671-build-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-671-build-machine-learning/description.md +55 -0
- dslighting/registry/dabench-671-build-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-671-build-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/description.md +53 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-673-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-674-build-machine-learning/checksums.yaml +2 -0
- dslighting/registry/dabench-674-build-machine-learning/config.yaml +16 -0
- dslighting/registry/dabench-674-build-machine-learning/description.md +65 -0
- dslighting/registry/dabench-674-build-machine-learning/grade.py +66 -0
- dslighting/registry/dabench-674-build-machine-learning/prepare.py +49 -0
- dslighting/registry/dabench-683-what-mean-temperature/checksums.yaml +2 -0
- dslighting/registry/dabench-683-what-mean-temperature/config.yaml +16 -0
- dslighting/registry/dabench-683-what-mean-temperature/description.md +43 -0
- dslighting/registry/dabench-683-what-mean-temperature/grade.py +66 -0
- dslighting/registry/dabench-683-what-mean-temperature/prepare.py +49 -0
- dslighting/registry/dabench-684-does-humidity-level/checksums.yaml +2 -0
- dslighting/registry/dabench-684-does-humidity-level/config.yaml +16 -0
- dslighting/registry/dabench-684-does-humidity-level/description.md +43 -0
- dslighting/registry/dabench-684-does-humidity-level/grade.py +66 -0
- dslighting/registry/dabench-684-does-humidity-level/prepare.py +49 -0
- dslighting/registry/dabench-685-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-685-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-685-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-685-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-685-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-688-using-feature-engineering/checksums.yaml +2 -0
- dslighting/registry/dabench-688-using-feature-engineering/config.yaml +16 -0
- dslighting/registry/dabench-688-using-feature-engineering/description.md +43 -0
- dslighting/registry/dabench-688-using-feature-engineering/grade.py +66 -0
- dslighting/registry/dabench-688-using-feature-engineering/prepare.py +49 -0
- dslighting/registry/dabench-69-feature-engineering-creating/checksums.yaml +2 -0
- dslighting/registry/dabench-69-feature-engineering-creating/config.yaml +16 -0
- dslighting/registry/dabench-69-feature-engineering-creating/description.md +43 -0
- dslighting/registry/dabench-69-feature-engineering-creating/grade.py +66 -0
- dslighting/registry/dabench-69-feature-engineering-creating/prepare.py +49 -0
- dslighting/registry/dabench-690-outlier-detection-wind/checksums.yaml +2 -0
- dslighting/registry/dabench-690-outlier-detection-wind/config.yaml +16 -0
- dslighting/registry/dabench-690-outlier-detection-wind/description.md +41 -0
- dslighting/registry/dabench-690-outlier-detection-wind/grade.py +66 -0
- dslighting/registry/dabench-690-outlier-detection-wind/prepare.py +49 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/checksums.yaml +2 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/config.yaml +16 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/description.md +43 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/grade.py +66 -0
- dslighting/registry/dabench-7-linear-regression-algorithm/prepare.py +49 -0
- dslighting/registry/dabench-70-machine-learning-training/checksums.yaml +2 -0
- dslighting/registry/dabench-70-machine-learning-training/config.yaml +16 -0
- dslighting/registry/dabench-70-machine-learning-training/description.md +43 -0
- dslighting/registry/dabench-70-machine-learning-training/grade.py +66 -0
- dslighting/registry/dabench-70-machine-learning-training/prepare.py +49 -0
- dslighting/registry/dabench-71-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-71-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-71-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-71-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-71-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-710-what-mean-number/checksums.yaml +2 -0
- dslighting/registry/dabench-710-what-mean-number/config.yaml +16 -0
- dslighting/registry/dabench-710-what-mean-number/description.md +41 -0
- dslighting/registry/dabench-710-what-mean-number/grade.py +66 -0
- dslighting/registry/dabench-710-what-mean-number/prepare.py +49 -0
- dslighting/registry/dabench-715-what-percentage-missing/checksums.yaml +2 -0
- dslighting/registry/dabench-715-what-percentage-missing/config.yaml +16 -0
- dslighting/registry/dabench-715-what-percentage-missing/description.md +43 -0
- dslighting/registry/dabench-715-what-percentage-missing/grade.py +66 -0
- dslighting/registry/dabench-715-what-percentage-missing/prepare.py +49 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/checksums.yaml +2 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/config.yaml +16 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/description.md +47 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/grade.py +66 -0
- dslighting/registry/dabench-716-data-preprocessing-dropping/prepare.py +49 -0
- dslighting/registry/dabench-719-mean-median-column/checksums.yaml +2 -0
- dslighting/registry/dabench-719-mean-median-column/config.yaml +16 -0
- dslighting/registry/dabench-719-mean-median-column/description.md +43 -0
- dslighting/registry/dabench-719-mean-median-column/grade.py +66 -0
- dslighting/registry/dabench-719-mean-median-column/prepare.py +49 -0
- dslighting/registry/dabench-72-close-column-adheres/checksums.yaml +2 -0
- dslighting/registry/dabench-72-close-column-adheres/config.yaml +16 -0
- dslighting/registry/dabench-72-close-column-adheres/description.md +43 -0
- dslighting/registry/dabench-72-close-column-adheres/grade.py +66 -0
- dslighting/registry/dabench-72-close-column-adheres/prepare.py +49 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-721-find-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-722-identify-vehicle-with/checksums.yaml +2 -0
- dslighting/registry/dabench-722-identify-vehicle-with/config.yaml +16 -0
- dslighting/registry/dabench-722-identify-vehicle-with/description.md +43 -0
- dslighting/registry/dabench-722-identify-vehicle-with/grade.py +66 -0
- dslighting/registry/dabench-722-identify-vehicle-with/prepare.py +49 -0
- dslighting/registry/dabench-723-generate-feature-called/checksums.yaml +2 -0
- dslighting/registry/dabench-723-generate-feature-called/config.yaml +16 -0
- dslighting/registry/dabench-723-generate-feature-called/description.md +43 -0
- dslighting/registry/dabench-723-generate-feature-called/grade.py +66 -0
- dslighting/registry/dabench-723-generate-feature-called/prepare.py +49 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/checksums.yaml +2 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/config.yaml +16 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/description.md +43 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/grade.py +66 -0
- dslighting/registry/dabench-724-outlier-detection-acceleration/prepare.py +49 -0
- dslighting/registry/dabench-725-investigate-relationship-between/checksums.yaml +2 -0
- dslighting/registry/dabench-725-investigate-relationship-between/config.yaml +16 -0
- dslighting/registry/dabench-725-investigate-relationship-between/description.md +47 -0
- dslighting/registry/dabench-725-investigate-relationship-between/grade.py +66 -0
- dslighting/registry/dabench-725-investigate-relationship-between/prepare.py +49 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/description.md +47 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-726-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-727-machine-learning-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-727-machine-learning-techniques/config.yaml +16 -0
- dslighting/registry/dabench-727-machine-learning-techniques/description.md +47 -0
- dslighting/registry/dabench-727-machine-learning-techniques/grade.py +66 -0
- dslighting/registry/dabench-727-machine-learning-techniques/prepare.py +49 -0
- dslighting/registry/dabench-729-does-distribution-capita/checksums.yaml +2 -0
- dslighting/registry/dabench-729-does-distribution-capita/config.yaml +16 -0
- dslighting/registry/dabench-729-does-distribution-capita/description.md +43 -0
- dslighting/registry/dabench-729-does-distribution-capita/grade.py +66 -0
- dslighting/registry/dabench-729-does-distribution-capita/prepare.py +49 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/checksums.yaml +2 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/config.yaml +16 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/description.md +43 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/grade.py +66 -0
- dslighting/registry/dabench-73-correlation-coefficient-between/prepare.py +49 -0
- dslighting/registry/dabench-730-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-730-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-730-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-730-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-730-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-732-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/checksums.yaml +2 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/config.yaml +16 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/description.md +44 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/grade.py +66 -0
- dslighting/registry/dabench-733-feature-engineering-techniques/prepare.py +49 -0
- dslighting/registry/dabench-734-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-734-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-734-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-734-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-734-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-736-feature-combining-population/checksums.yaml +2 -0
- dslighting/registry/dabench-736-feature-combining-population/config.yaml +16 -0
- dslighting/registry/dabench-736-feature-combining-population/description.md +43 -0
- dslighting/registry/dabench-736-feature-combining-population/grade.py +66 -0
- dslighting/registry/dabench-736-feature-combining-population/prepare.py +49 -0
- dslighting/registry/dabench-737-mean-standard-deviation/checksums.yaml +2 -0
- dslighting/registry/dabench-737-mean-standard-deviation/config.yaml +16 -0
- dslighting/registry/dabench-737-mean-standard-deviation/description.md +43 -0
- dslighting/registry/dabench-737-mean-standard-deviation/grade.py +66 -0
- dslighting/registry/dabench-737-mean-standard-deviation/prepare.py +49 -0
- dslighting/registry/dabench-738-distribution-column-credit/checksums.yaml +2 -0
- dslighting/registry/dabench-738-distribution-column-credit/config.yaml +16 -0
- dslighting/registry/dabench-738-distribution-column-credit/description.md +43 -0
- dslighting/registry/dabench-738-distribution-column-credit/grade.py +66 -0
- dslighting/registry/dabench-738-distribution-column-credit/prepare.py +49 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/checksums.yaml +2 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/config.yaml +16 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/description.md +43 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/grade.py +66 -0
- dslighting/registry/dabench-739-determine-correlation-coefficient/prepare.py +49 -0
- dslighting/registry/dabench-740-identify-outliers-balance/checksums.yaml +2 -0
- dslighting/registry/dabench-740-identify-outliers-balance/config.yaml +16 -0
- dslighting/registry/dabench-740-identify-outliers-balance/description.md +43 -0
- dslighting/registry/dabench-740-identify-outliers-balance/grade.py +66 -0
- dslighting/registry/dabench-740-identify-outliers-balance/prepare.py +49 -0
- dslighting/registry/dabench-741-feature-credit-file/checksums.yaml +2 -0
- dslighting/registry/dabench-741-feature-credit-file/config.yaml +16 -0
- dslighting/registry/dabench-741-feature-credit-file/description.md +43 -0
- dslighting/registry/dabench-741-feature-credit-file/grade.py +66 -0
- dslighting/registry/dabench-741-feature-credit-file/prepare.py +49 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/description.md +47 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-743-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-75-column-called-daily/checksums.yaml +2 -0
- dslighting/registry/dabench-75-column-called-daily/config.yaml +16 -0
- dslighting/registry/dabench-75-column-called-daily/description.md +45 -0
- dslighting/registry/dabench-75-column-called-daily/grade.py +66 -0
- dslighting/registry/dabench-75-column-called-daily/prepare.py +49 -0
- dslighting/registry/dabench-755-what-mean-value/checksums.yaml +2 -0
- dslighting/registry/dabench-755-what-mean-value/config.yaml +16 -0
- dslighting/registry/dabench-755-what-mean-value/description.md +43 -0
- dslighting/registry/dabench-755-what-mean-value/grade.py +66 -0
- dslighting/registry/dabench-755-what-mean-value/prepare.py +49 -0
- dslighting/registry/dabench-756-there-correlation-between/checksums.yaml +2 -0
- dslighting/registry/dabench-756-there-correlation-between/config.yaml +16 -0
- dslighting/registry/dabench-756-there-correlation-between/description.md +43 -0
- dslighting/registry/dabench-756-there-correlation-between/grade.py +66 -0
- dslighting/registry/dabench-756-there-correlation-between/prepare.py +49 -0
- dslighting/registry/dabench-757-there-outliers-observation/checksums.yaml +2 -0
- dslighting/registry/dabench-757-there-outliers-observation/config.yaml +16 -0
- dslighting/registry/dabench-757-there-outliers-observation/description.md +43 -0
- dslighting/registry/dabench-757-there-outliers-observation/grade.py +66 -0
- dslighting/registry/dabench-757-there-outliers-observation/prepare.py +49 -0
- dslighting/registry/dabench-759-median-range-maximum/checksums.yaml +2 -0
- dslighting/registry/dabench-759-median-range-maximum/config.yaml +16 -0
- dslighting/registry/dabench-759-median-range-maximum/description.md +46 -0
- dslighting/registry/dabench-759-median-range-maximum/grade.py +66 -0
- dslighting/registry/dabench-759-median-range-maximum/prepare.py +49 -0
- dslighting/registry/dabench-760-each-station-there/checksums.yaml +2 -0
- dslighting/registry/dabench-760-each-station-there/config.yaml +16 -0
- dslighting/registry/dabench-760-each-station-there/description.md +45 -0
- dslighting/registry/dabench-760-each-station-there/grade.py +66 -0
- dslighting/registry/dabench-760-each-station-there/prepare.py +49 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/checksums.yaml +2 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/config.yaml +16 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/description.md +45 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/grade.py +66 -0
- dslighting/registry/dabench-77-comprehensive-data-preprocessing/prepare.py +49 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/checksums.yaml +2 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/config.yaml +16 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/description.md +45 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/grade.py +66 -0
- dslighting/registry/dabench-8-distribution-analysis-fare/prepare.py +49 -0
- dslighting/registry/dabench-9-mean-value-close/checksums.yaml +2 -0
- dslighting/registry/dabench-9-mean-value-close/config.yaml +16 -0
- dslighting/registry/dabench-9-mean-value-close/description.md +43 -0
- dslighting/registry/dabench-9-mean-value-close/grade.py +66 -0
- dslighting/registry/dabench-9-mean-value-close/prepare.py +49 -0
- dslighting/registry/demand-forecasting-kernels-only/__init__.py +0 -0
- dslighting/registry/demand-forecasting-kernels-only/config.yaml +15 -0
- dslighting/registry/demand-forecasting-kernels-only/description.md +44 -0
- dslighting/registry/demand-forecasting-kernels-only/grade.py +66 -0
- dslighting/registry/demand-forecasting-kernels-only/prepare.py +27 -0
- dslighting/registry/demand_forecasting_kernels_only/__init__.py +0 -0
- dslighting/registry/demand_forecasting_kernels_only/grade.py +66 -0
- dslighting/registry/demand_forecasting_kernels_only/prepare.py +27 -0
- dslighting/registry/denoising-dirty-documents/checksums.yaml +5 -0
- dslighting/registry/denoising-dirty-documents/config.yaml +16 -0
- dslighting/registry/denoising-dirty-documents/description.md +59 -0
- dslighting/registry/denoising-dirty-documents/description_obfuscated.md +23 -0
- dslighting/registry/denoising-dirty-documents/grade.py +44 -0
- dslighting/registry/denoising-dirty-documents/prepare.py +134 -0
- dslighting/registry/denoising-dirty-documents/prepare_val.py +178 -0
- dslighting/registry/detecting-insults-in-social-commentary/checksums.yaml +8 -0
- dslighting/registry/detecting-insults-in-social-commentary/config.yaml +23 -0
- dslighting/registry/detecting-insults-in-social-commentary/description.md +164 -0
- dslighting/registry/detecting-insults-in-social-commentary/description_obfuscated.md +31 -0
- dslighting/registry/detecting-insults-in-social-commentary/grade.py +11 -0
- dslighting/registry/detecting-insults-in-social-commentary/prepare.py +72 -0
- dslighting/registry/detecting-insults-in-social-commentary/prepare_val.py +128 -0
- dslighting/registry/dog-breed-identification/checksums.yaml +6 -0
- dslighting/registry/dog-breed-identification/config.yaml +16 -0
- dslighting/registry/dog-breed-identification/description.md +169 -0
- dslighting/registry/dog-breed-identification/description_obfuscated.md +23 -0
- dslighting/registry/dog-breed-identification/dogs.py +124 -0
- dslighting/registry/dog-breed-identification/grade.py +42 -0
- dslighting/registry/dog-breed-identification/prepare.py +55 -0
- dslighting/registry/dog-breed-identification/prepare_val.py +104 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/checksums.yaml +5 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/config.yaml +16 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/description.md +50 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/description_obfuscated.md +23 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
- dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
- dslighting/registry/ethanol-concentration/checksums.yaml +3 -0
- dslighting/registry/ethanol-concentration/config.yaml +16 -0
- dslighting/registry/ethanol-concentration/description.md +64 -0
- dslighting/registry/ethanol-concentration/grade.py +23 -0
- dslighting/registry/ethanol-concentration/prepare.py +90 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/checksums.yaml +7 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/config.yaml +16 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/description.md +74 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/description_obfuscated.md +33 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
- dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
- dslighting/registry/feedback-prize-english-language-learning/__init__.py +0 -0
- dslighting/registry/feedback-prize-english-language-learning/config.yaml +15 -0
- dslighting/registry/feedback-prize-english-language-learning/description.md +43 -0
- dslighting/registry/feedback-prize-english-language-learning/grade.py +60 -0
- dslighting/registry/feedback-prize-english-language-learning/prepare.py +39 -0
- dslighting/registry/freesound-audio-tagging-2019/checksums.yaml +7 -0
- dslighting/registry/freesound-audio-tagging-2019/config.yaml +24 -0
- dslighting/registry/freesound-audio-tagging-2019/description.md +276 -0
- dslighting/registry/freesound-audio-tagging-2019/description_obfuscated.md +42 -0
- dslighting/registry/freesound-audio-tagging-2019/grade.py +64 -0
- dslighting/registry/freesound-audio-tagging-2019/prepare.py +94 -0
- dslighting/registry/freesound-audio-tagging-2019/prepare_val.py +175 -0
- dslighting/registry/freesound-audio-tagging-2019/vocabulary.py +83 -0
- dslighting/registry/google-quest-challenge/checksums.yaml +7 -0
- dslighting/registry/google-quest-challenge/classes.py +32 -0
- dslighting/registry/google-quest-challenge/config.yaml +26 -0
- dslighting/registry/google-quest-challenge/description.md +83 -0
- dslighting/registry/google-quest-challenge/description_obfuscated.md +29 -0
- dslighting/registry/google-quest-challenge/grade.py +45 -0
- dslighting/registry/google-quest-challenge/prepare.py +58 -0
- dslighting/registry/google-quest-challenge/prepare_val.py +120 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/checksums.yaml +7 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/config.yaml +28 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/description.md +129 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/description_obfuscated.md +51 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
- dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/checksums.yaml +8 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/config.yaml +28 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/description.md +74 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/description_obfuscated.md +34 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
- dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
- dslighting/registry/handwriting/checksums.yaml +3 -0
- dslighting/registry/handwriting/config.yaml +16 -0
- dslighting/registry/handwriting/description.md +39 -0
- dslighting/registry/handwriting/grade.py +23 -0
- dslighting/registry/handwriting/prepare.py +179 -0
- dslighting/registry/herbarium-2020-fgvc7/checksums.yaml +5 -0
- dslighting/registry/herbarium-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/herbarium-2020-fgvc7/description.md +159 -0
- dslighting/registry/herbarium-2020-fgvc7/description_obfuscated.md +27 -0
- dslighting/registry/herbarium-2020-fgvc7/grade.py +34 -0
- dslighting/registry/herbarium-2020-fgvc7/prepare.py +251 -0
- dslighting/registry/herbarium-2020-fgvc7/prepare_val.py +242 -0
- dslighting/registry/herbarium-2021-fgvc8/checksums.yaml +5 -0
- dslighting/registry/herbarium-2021-fgvc8/config.yaml +16 -0
- dslighting/registry/herbarium-2021-fgvc8/description.md +168 -0
- dslighting/registry/herbarium-2021-fgvc8/description_obfuscated.md +27 -0
- dslighting/registry/herbarium-2021-fgvc8/grade.py +34 -0
- dslighting/registry/herbarium-2021-fgvc8/prepare.py +251 -0
- dslighting/registry/herbarium-2021-fgvc8/prepare_val.py +222 -0
- dslighting/registry/herbarium-2022-fgvc9/checksums.yaml +7 -0
- dslighting/registry/herbarium-2022-fgvc9/config.yaml +16 -0
- dslighting/registry/herbarium-2022-fgvc9/description.md +154 -0
- dslighting/registry/herbarium-2022-fgvc9/description_obfuscated.md +28 -0
- dslighting/registry/herbarium-2022-fgvc9/grade.py +31 -0
- dslighting/registry/herbarium-2022-fgvc9/prepare.py +233 -0
- dslighting/registry/herbarium-2022-fgvc9/prepare_val.py +213 -0
- dslighting/registry/histopathologic-cancer-detection/checksums.yaml +6 -0
- dslighting/registry/histopathologic-cancer-detection/config.yaml +16 -0
- dslighting/registry/histopathologic-cancer-detection/description.md +63 -0
- dslighting/registry/histopathologic-cancer-detection/description_obfuscated.md +23 -0
- dslighting/registry/histopathologic-cancer-detection/grade.py +12 -0
- dslighting/registry/histopathologic-cancer-detection/prepare.py +59 -0
- dslighting/registry/histopathologic-cancer-detection/prepare_val.py +131 -0
- dslighting/registry/hms-harmful-brain-activity-classification/checksums.yaml +8 -0
- dslighting/registry/hms-harmful-brain-activity-classification/config.yaml +27 -0
- dslighting/registry/hms-harmful-brain-activity-classification/constants.py +9 -0
- dslighting/registry/hms-harmful-brain-activity-classification/description.md +166 -0
- dslighting/registry/hms-harmful-brain-activity-classification/description_obfuscated.md +56 -0
- dslighting/registry/hms-harmful-brain-activity-classification/grade.py +43 -0
- dslighting/registry/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
- dslighting/registry/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
- dslighting/registry/hms-harmful-brain-activity-classification/prepare.py +121 -0
- dslighting/registry/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
- dslighting/registry/hotel-id-2021-fgvc8/checksums.yaml +6 -0
- dslighting/registry/hotel-id-2021-fgvc8/config.yaml +16 -0
- dslighting/registry/hotel-id-2021-fgvc8/description.md +120 -0
- dslighting/registry/hotel-id-2021-fgvc8/description_obfuscated.md +40 -0
- dslighting/registry/hotel-id-2021-fgvc8/grade.py +41 -0
- dslighting/registry/hotel-id-2021-fgvc8/prepare.py +63 -0
- dslighting/registry/hotel-id-2021-fgvc8/prepare_val.py +132 -0
- dslighting/registry/hubmap-kidney-segmentation/checksums.yaml +8 -0
- dslighting/registry/hubmap-kidney-segmentation/config.yaml +29 -0
- dslighting/registry/hubmap-kidney-segmentation/description.md +211 -0
- dslighting/registry/hubmap-kidney-segmentation/description_obfuscated.md +46 -0
- dslighting/registry/hubmap-kidney-segmentation/grade.py +62 -0
- dslighting/registry/hubmap-kidney-segmentation/prepare.py +108 -0
- dslighting/registry/hubmap-kidney-segmentation/prepare_val.py +153 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/checksums.yaml +8 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/config.yaml +34 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/description.md +231 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/description_obfuscated.md +48 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/grade.py +111 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
- dslighting/registry/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
- dslighting/registry/ili/checksums.yaml +3 -0
- dslighting/registry/ili/config.yaml +16 -0
- dslighting/registry/ili/description.md +61 -0
- dslighting/registry/ili/grade.py +60 -0
- dslighting/registry/ili/prepare.py +99 -0
- dslighting/registry/imet-2020-fgvc7/checksums.yaml +7 -0
- dslighting/registry/imet-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/imet-2020-fgvc7/description.md +81 -0
- dslighting/registry/imet-2020-fgvc7/description_obfuscated.md +29 -0
- dslighting/registry/imet-2020-fgvc7/grade.py +54 -0
- dslighting/registry/imet-2020-fgvc7/prepare.py +77 -0
- dslighting/registry/imet-2020-fgvc7/prepare_val.py +157 -0
- dslighting/registry/inaturalist-2019-fgvc6/checksums.yaml +8 -0
- dslighting/registry/inaturalist-2019-fgvc6/config.yaml +16 -0
- dslighting/registry/inaturalist-2019-fgvc6/description.md +122 -0
- dslighting/registry/inaturalist-2019-fgvc6/description_obfuscated.md +31 -0
- dslighting/registry/inaturalist-2019-fgvc6/grade.py +35 -0
- dslighting/registry/inaturalist-2019-fgvc6/prepare.py +259 -0
- dslighting/registry/inaturalist-2019-fgvc6/prepare_val.py +304 -0
- dslighting/registry/instant-gratification/__init__.py +0 -0
- dslighting/registry/instant-gratification/config.yaml +15 -0
- dslighting/registry/instant-gratification/description.md +37 -0
- dslighting/registry/instant-gratification/grade.py +55 -0
- dslighting/registry/instant-gratification/prepare.py +25 -0
- dslighting/registry/instant_gratification/__init__.py +0 -0
- dslighting/registry/instant_gratification/grade.py +55 -0
- dslighting/registry/instant_gratification/prepare.py +25 -0
- dslighting/registry/invasive-species-monitoring/checksums.yaml +5 -0
- dslighting/registry/invasive-species-monitoring/config.yaml +16 -0
- dslighting/registry/invasive-species-monitoring/description.md +55 -0
- dslighting/registry/invasive-species-monitoring/description_obfuscated.md +33 -0
- dslighting/registry/invasive-species-monitoring/grade.py +11 -0
- dslighting/registry/invasive-species-monitoring/prepare.py +97 -0
- dslighting/registry/invasive-species-monitoring/prepare_val.py +164 -0
- dslighting/registry/iwildcam-2019-fgvc6/checksums.yaml +8 -0
- dslighting/registry/iwildcam-2019-fgvc6/config.yaml +16 -0
- dslighting/registry/iwildcam-2019-fgvc6/description.md +109 -0
- dslighting/registry/iwildcam-2019-fgvc6/description_obfuscated.md +52 -0
- dslighting/registry/iwildcam-2019-fgvc6/grade.py +44 -0
- dslighting/registry/iwildcam-2019-fgvc6/prepare.py +118 -0
- dslighting/registry/iwildcam-2019-fgvc6/prepare_val.py +194 -0
- dslighting/registry/iwildcam-2020-fgvc7/checksums.yaml +8 -0
- dslighting/registry/iwildcam-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/iwildcam-2020-fgvc7/description.md +89 -0
- dslighting/registry/iwildcam-2020-fgvc7/description_obfuscated.md +29 -0
- dslighting/registry/iwildcam-2020-fgvc7/grade.py +11 -0
- dslighting/registry/iwildcam-2020-fgvc7/prepare.py +164 -0
- dslighting/registry/iwildcam-2020-fgvc7/prepare_val.py +245 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/checksums.yaml +7 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/config.yaml +22 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/description.md +69 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/description_obfuscated.md +24 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
- dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/checksums.yaml +7 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/config.yaml +36 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description.md +286 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description_obfuscated.md +85 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
- dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
- dslighting/registry/kuzushiji-recognition/checksums.yaml +8 -0
- dslighting/registry/kuzushiji-recognition/config.yaml +27 -0
- dslighting/registry/kuzushiji-recognition/description.md +124 -0
- dslighting/registry/kuzushiji-recognition/description_obfuscated.md +36 -0
- dslighting/registry/kuzushiji-recognition/grade.py +58 -0
- dslighting/registry/kuzushiji-recognition/kuzushiji_metric.py +118 -0
- dslighting/registry/kuzushiji-recognition/prepare.py +92 -0
- dslighting/registry/kuzushiji-recognition/prepare_val.py +149 -0
- dslighting/registry/leaf-classification/checksums.yaml +7 -0
- dslighting/registry/leaf-classification/classes.py +101 -0
- dslighting/registry/leaf-classification/config.yaml +16 -0
- dslighting/registry/leaf-classification/description.md +70 -0
- dslighting/registry/leaf-classification/description_obfuscated.md +41 -0
- dslighting/registry/leaf-classification/grade.py +44 -0
- dslighting/registry/leaf-classification/prepare.py +60 -0
- dslighting/registry/leaf-classification/prepare_val.py +116 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/checksums.yaml +7 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/config.yaml +28 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description.md +153 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description_obfuscated.md +30 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
- dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
- dslighting/registry/liverpool-ion-switching/__init__.py +0 -0
- dslighting/registry/liverpool-ion-switching/config.yaml +15 -0
- dslighting/registry/liverpool-ion-switching/description.md +44 -0
- dslighting/registry/liverpool-ion-switching/grade.py +52 -0
- dslighting/registry/liverpool-ion-switching/prepare.py +27 -0
- dslighting/registry/liverpool_ion_switching/__init__.py +0 -0
- dslighting/registry/liverpool_ion_switching/grade.py +52 -0
- dslighting/registry/liverpool_ion_switching/prepare.py +27 -0
- dslighting/registry/lmsys-chatbot-arena/checksums.yaml +7 -0
- dslighting/registry/lmsys-chatbot-arena/config.yaml +26 -0
- dslighting/registry/lmsys-chatbot-arena/description.md +98 -0
- dslighting/registry/lmsys-chatbot-arena/description_obfuscated.md +40 -0
- dslighting/registry/lmsys-chatbot-arena/grade.py +63 -0
- dslighting/registry/lmsys-chatbot-arena/prepare.py +52 -0
- dslighting/registry/lmsys-chatbot-arena/prepare_val.py +115 -0
- dslighting/registry/mcm-2025-c/config.yaml +8 -0
- dslighting/registry/mcm-2025-c/description.md +3 -0
- dslighting/registry/mcm-2025-c/eda_report.md +61 -0
- dslighting/registry/mcm-2025-c/report.md +32 -0
- dslighting/registry/mcm_2024_c/config.yaml +8 -0
- dslighting/registry/mcm_2024_c/description.md +1 -0
- dslighting/registry/mcm_2024_c/report.md +128 -0
- dslighting/registry/mcm_2024_c/rubric.md +0 -0
- dslighting/registry/mcm_2024_c_test/config.yaml +16 -0
- dslighting/registry/mcm_2024_c_test/description.md +3 -0
- dslighting/registry/mcm_2024_c_test/grade.py +107 -0
- dslighting/registry/mcm_2024_c_test/prepare.py +2 -0
- dslighting/registry/mcm_2024_c_test/report.md +76 -0
- dslighting/registry/mcm_2024_c_test/rubric.md +3 -0
- dslighting/registry/ml2021spring-hw2/checksums.yaml +5 -0
- dslighting/registry/ml2021spring-hw2/config.yaml +16 -0
- dslighting/registry/ml2021spring-hw2/description.md +35 -0
- dslighting/registry/ml2021spring-hw2/description_obfuscated.md +7 -0
- dslighting/registry/ml2021spring-hw2/grade.py +11 -0
- dslighting/registry/ml2021spring-hw2/prepare.py +58 -0
- dslighting/registry/ml2021spring-hw2/prepare_val.py +135 -0
- dslighting/registry/mlsp-2013-birds/checksums.yaml +5 -0
- dslighting/registry/mlsp-2013-birds/config.yaml +22 -0
- dslighting/registry/mlsp-2013-birds/description.md +269 -0
- dslighting/registry/mlsp-2013-birds/description_obfuscated.md +135 -0
- dslighting/registry/mlsp-2013-birds/grade.py +11 -0
- dslighting/registry/mlsp-2013-birds/prepare.py +182 -0
- dslighting/registry/mlsp-2013-birds/prepare_val.py +241 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/checksums.yaml +5 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/config.yaml +16 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/description.md +72 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/description_obfuscated.md +35 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
- dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
- dslighting/registry/multi-modal-gesture-recognition/checksums.yaml +7 -0
- dslighting/registry/multi-modal-gesture-recognition/config.yaml +28 -0
- dslighting/registry/multi-modal-gesture-recognition/description.md +324 -0
- dslighting/registry/multi-modal-gesture-recognition/description_obfuscated.md +133 -0
- dslighting/registry/multi-modal-gesture-recognition/grade.py +58 -0
- dslighting/registry/multi-modal-gesture-recognition/leaderboard_readme.md +35 -0
- dslighting/registry/multi-modal-gesture-recognition/prepare.py +85 -0
- dslighting/registry/multi-modal-gesture-recognition/prepare_val.py +139 -0
- dslighting/registry/my-custom-task-01/config.yaml +15 -0
- dslighting/registry/my-custom-task-01/description.md +51 -0
- dslighting/registry/my-custom-task-01/prepare.py +2 -0
- dslighting/registry/my-custom-task-01/report.md +74 -0
- dslighting/registry/new-my-task-01/config.yaml +15 -0
- dslighting/registry/new-my-task-01/description.md +5 -0
- dslighting/registry/new-my-task-01/prepare.py +2 -0
- dslighting/registry/new-my-task-01/report.md +120 -0
- dslighting/registry/new-my-task-02/config.yaml +9 -0
- dslighting/registry/new-my-task-02/description.md +3 -0
- dslighting/registry/new-my-task-02/report.md +76 -0
- dslighting/registry/new-my-task-03/config.yaml +16 -0
- dslighting/registry/new-my-task-03/description.md +1 -0
- dslighting/registry/new-my-task-03/grade.py +107 -0
- dslighting/registry/new-my-task-03/prepare.py +2 -0
- dslighting/registry/new-my-task-03/report.md +1 -0
- dslighting/registry/new-my-task-03/rubric.md +10 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/checksums.yaml +7 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/config.yaml +17 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/description.md +100 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/description_obfuscated.md +46 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/grade.py +28 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/prepare.py +44 -0
- dslighting/registry/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
- dslighting/registry/nfl-player-contact-detection/checksums.yaml +12 -0
- dslighting/registry/nfl-player-contact-detection/config.yaml +26 -0
- dslighting/registry/nfl-player-contact-detection/description.md +165 -0
- dslighting/registry/nfl-player-contact-detection/description_obfuscated.md +87 -0
- dslighting/registry/nfl-player-contact-detection/grade.py +36 -0
- dslighting/registry/nfl-player-contact-detection/prepare.py +101 -0
- dslighting/registry/nfl-player-contact-detection/prepare_val.py +186 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/checksums.yaml +7 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/config.yaml +22 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/description.md +89 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/description_obfuscated.md +35 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/grade.py +47 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/prepare.py +77 -0
- dslighting/registry/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/checksums.yaml +7 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/config.yaml +22 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/description.md +122 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/description_obfuscated.md +65 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/grade.py +74 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
- dslighting/registry/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
- dslighting/registry/paddy-disease-classification/checksums.yaml +6 -0
- dslighting/registry/paddy-disease-classification/config.yaml +16 -0
- dslighting/registry/paddy-disease-classification/description.md +72 -0
- dslighting/registry/paddy-disease-classification/description_obfuscated.md +31 -0
- dslighting/registry/paddy-disease-classification/grade.py +35 -0
- dslighting/registry/paddy-disease-classification/prepare.py +69 -0
- dslighting/registry/paddy-disease-classification/prepare_val.py +122 -0
- dslighting/registry/petfinder-pawpularity-score/checksums.yaml +7 -0
- dslighting/registry/petfinder-pawpularity-score/config.yaml +22 -0
- dslighting/registry/petfinder-pawpularity-score/description.md +132 -0
- dslighting/registry/petfinder-pawpularity-score/description_obfuscated.md +41 -0
- dslighting/registry/petfinder-pawpularity-score/grade.py +41 -0
- dslighting/registry/petfinder-pawpularity-score/prepare.py +76 -0
- dslighting/registry/petfinder-pawpularity-score/prepare_val.py +154 -0
- dslighting/registry/plant-pathology-2020-fgvc7/checksums.yaml +7 -0
- dslighting/registry/plant-pathology-2020-fgvc7/config.yaml +16 -0
- dslighting/registry/plant-pathology-2020-fgvc7/description.md +94 -0
- dslighting/registry/plant-pathology-2020-fgvc7/description_obfuscated.md +47 -0
- dslighting/registry/plant-pathology-2020-fgvc7/grade.py +41 -0
- dslighting/registry/plant-pathology-2020-fgvc7/prepare.py +74 -0
- dslighting/registry/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
- dslighting/registry/plant-pathology-2021-fgvc8/checksums.yaml +6 -0
- dslighting/registry/plant-pathology-2021-fgvc8/config.yaml +16 -0
- dslighting/registry/plant-pathology-2021-fgvc8/description.md +101 -0
- dslighting/registry/plant-pathology-2021-fgvc8/description_obfuscated.md +36 -0
- dslighting/registry/plant-pathology-2021-fgvc8/grade.py +54 -0
- dslighting/registry/plant-pathology-2021-fgvc8/prepare.py +65 -0
- dslighting/registry/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
- dslighting/registry/plant-seedlings-classification/checksums.yaml +5 -0
- dslighting/registry/plant-seedlings-classification/config.yaml +16 -0
- dslighting/registry/plant-seedlings-classification/description.md +84 -0
- dslighting/registry/plant-seedlings-classification/description_obfuscated.md +42 -0
- dslighting/registry/plant-seedlings-classification/grade.py +39 -0
- dslighting/registry/plant-seedlings-classification/prepare.py +91 -0
- dslighting/registry/plant-seedlings-classification/prepare_val.py +158 -0
- dslighting/registry/playground-series-s3e1/__init__.py +0 -0
- dslighting/registry/playground-series-s3e1/config.yaml +15 -0
- dslighting/registry/playground-series-s3e1/description.md +34 -0
- dslighting/registry/playground-series-s3e1/grade.py +52 -0
- dslighting/registry/playground-series-s3e1/prepare.py +25 -0
- dslighting/registry/playground-series-s3e11/__init__.py +0 -0
- dslighting/registry/playground-series-s3e11/config.yaml +15 -0
- dslighting/registry/playground-series-s3e11/description.md +34 -0
- dslighting/registry/playground-series-s3e11/grade.py +55 -0
- dslighting/registry/playground-series-s3e11/prepare.py +25 -0
- dslighting/registry/playground-series-s3e18/checksums.yaml +7 -0
- dslighting/registry/playground-series-s3e18/config.yaml +16 -0
- dslighting/registry/playground-series-s3e18/description.md +56 -0
- dslighting/registry/playground-series-s3e18/description_obfuscated.md +27 -0
- dslighting/registry/playground-series-s3e18/grade.py +39 -0
- dslighting/registry/playground-series-s3e18/prepare.py +36 -0
- dslighting/registry/playground-series-s3e18/prepare_val.py +89 -0
- dslighting/registry/playground_series_s3e1/__init__.py +0 -0
- dslighting/registry/playground_series_s3e1/grade.py +52 -0
- dslighting/registry/playground_series_s3e1/prepare.py +25 -0
- dslighting/registry/playground_series_s3e11/__init__.py +0 -0
- dslighting/registry/playground_series_s3e11/grade.py +55 -0
- dslighting/registry/playground_series_s3e11/prepare.py +25 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/checksums.yaml +6 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/config.yaml +16 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/description.md +70 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/description_obfuscated.md +33 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
- dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
- dslighting/registry/random-acts-of-pizza/checksums.yaml +7 -0
- dslighting/registry/random-acts-of-pizza/config.yaml +16 -0
- dslighting/registry/random-acts-of-pizza/description.md +117 -0
- dslighting/registry/random-acts-of-pizza/description_obfuscated.md +90 -0
- dslighting/registry/random-acts-of-pizza/grade.py +14 -0
- dslighting/registry/random-acts-of-pizza/prepare.py +80 -0
- dslighting/registry/random-acts-of-pizza/prepare_val.py +144 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/checksums.yaml +7 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/classes.py +11 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/config.yaml +31 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/description.md +172 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/description_obfuscated.md +53 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/grade.py +31 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
- dslighting/registry/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/checksums.yaml +8 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/config.yaml +32 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description.md +276 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description_obfuscated.md +66 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
- dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
- dslighting/registry/rsna-breast-cancer-detection/checksums.yaml +7 -0
- dslighting/registry/rsna-breast-cancer-detection/config.yaml +32 -0
- dslighting/registry/rsna-breast-cancer-detection/description.md +190 -0
- dslighting/registry/rsna-breast-cancer-detection/description_obfuscated.md +58 -0
- dslighting/registry/rsna-breast-cancer-detection/grade.py +65 -0
- dslighting/registry/rsna-breast-cancer-detection/prepare.py +141 -0
- dslighting/registry/rsna-breast-cancer-detection/prepare_val.py +201 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/checksums.yaml +6 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/config.yaml +32 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description.md +202 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description_obfuscated.md +26 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
- dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
- dslighting/registry/santander-customer-satisfaction/checksums.yaml +8 -0
- dslighting/registry/santander-customer-satisfaction/config.yaml +17 -0
- dslighting/registry/santander-customer-satisfaction/description.md +36 -0
- dslighting/registry/santander-customer-satisfaction/grade.py +10 -0
- dslighting/registry/santander-customer-satisfaction/prepare.py +41 -0
- dslighting/registry/sciencebench-001-clintox-nn/__init__.py +0 -0
- dslighting/registry/sciencebench-001-clintox-nn/checksums.yaml +3 -0
- dslighting/registry/sciencebench-001-clintox-nn/config.yaml +16 -0
- dslighting/registry/sciencebench-001-clintox-nn/description.md +30 -0
- dslighting/registry/sciencebench-001-clintox-nn/grade.py +56 -0
- dslighting/registry/sciencebench-001-clintox-nn/prepare.py +75 -0
- dslighting/registry/sciencebench-015-aai/checksums.yaml +5 -0
- dslighting/registry/sciencebench-015-aai/config.yaml +16 -0
- dslighting/registry/sciencebench-015-aai/description.md +31 -0
- dslighting/registry/sciencebench-015-aai/grade.py +37 -0
- dslighting/registry/sciencebench-015-aai/prepare.py +102 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/config.yaml +16 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/description.md +31 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/grade.py +58 -0
- dslighting/registry/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/checksums.yaml +5 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/config.yaml +16 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/description.md +26 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
- dslighting/registry/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
- dslighting/registry/see-click-predict-fix/__init__.py +0 -0
- dslighting/registry/see-click-predict-fix/config.yaml +15 -0
- dslighting/registry/see-click-predict-fix/description.md +47 -0
- dslighting/registry/see-click-predict-fix/grade.py +66 -0
- dslighting/registry/see-click-predict-fix/prepare.py +25 -0
- dslighting/registry/see_click_predict_fix/__init__.py +0 -0
- dslighting/registry/see_click_predict_fix/grade.py +66 -0
- dslighting/registry/see_click_predict_fix/prepare.py +25 -0
- dslighting/registry/seti-breakthrough-listen/checksums.yaml +6 -0
- dslighting/registry/seti-breakthrough-listen/config.yaml +24 -0
- dslighting/registry/seti-breakthrough-listen/description.md +112 -0
- dslighting/registry/seti-breakthrough-listen/description_obfuscated.md +58 -0
- dslighting/registry/seti-breakthrough-listen/grade.py +11 -0
- dslighting/registry/seti-breakthrough-listen/prepare.py +71 -0
- dslighting/registry/seti-breakthrough-listen/prepare_val.py +159 -0
- dslighting/registry/siim-covid19-detection/checksums.yaml +7 -0
- dslighting/registry/siim-covid19-detection/config.yaml +36 -0
- dslighting/registry/siim-covid19-detection/description.md +345 -0
- dslighting/registry/siim-covid19-detection/description_obfuscated.md +73 -0
- dslighting/registry/siim-covid19-detection/grade.py +194 -0
- dslighting/registry/siim-covid19-detection/prepare.py +123 -0
- dslighting/registry/siim-covid19-detection/prepare_val.py +164 -0
- dslighting/registry/siim-isic-melanoma-classification/checksums.yaml +7 -0
- dslighting/registry/siim-isic-melanoma-classification/config.yaml +26 -0
- dslighting/registry/siim-isic-melanoma-classification/description.md +176 -0
- dslighting/registry/siim-isic-melanoma-classification/description_obfuscated.md +46 -0
- dslighting/registry/siim-isic-melanoma-classification/grade.py +11 -0
- dslighting/registry/siim-isic-melanoma-classification/prepare.py +127 -0
- dslighting/registry/siim-isic-melanoma-classification/prepare_val.py +158 -0
- dslighting/registry/smartphone-decimeter-2022/checksums.yaml +5 -0
- dslighting/registry/smartphone-decimeter-2022/config.yaml +22 -0
- dslighting/registry/smartphone-decimeter-2022/description.md +321 -0
- dslighting/registry/smartphone-decimeter-2022/description_obfuscated.md +259 -0
- dslighting/registry/smartphone-decimeter-2022/grade.py +55 -0
- dslighting/registry/smartphone-decimeter-2022/notebook.py +86 -0
- dslighting/registry/smartphone-decimeter-2022/prepare.py +143 -0
- dslighting/registry/smartphone-decimeter-2022/prepare_val.py +199 -0
- dslighting/registry/spaceship-titanic/checksums.yaml +7 -0
- dslighting/registry/spaceship-titanic/config.yaml +16 -0
- dslighting/registry/spaceship-titanic/description.md +93 -0
- dslighting/registry/spaceship-titanic/description_obfuscated.md +38 -0
- dslighting/registry/spaceship-titanic/grade.py +11 -0
- dslighting/registry/spaceship-titanic/prepare.py +23 -0
- dslighting/registry/spaceship-titanic/prepare_val.py +61 -0
- dslighting/registry/spooky-author-identification/checksums.yaml +7 -0
- dslighting/registry/spooky-author-identification/classes.py +1 -0
- dslighting/registry/spooky-author-identification/config.yaml +16 -0
- dslighting/registry/spooky-author-identification/description.md +98 -0
- dslighting/registry/spooky-author-identification/description_obfuscated.md +35 -0
- dslighting/registry/spooky-author-identification/grade.py +38 -0
- dslighting/registry/spooky-author-identification/prepare.py +40 -0
- dslighting/registry/spooky-author-identification/prepare_val.py +78 -0
- dslighting/registry/stanford-covid-vaccine/checksums.yaml +7 -0
- dslighting/registry/stanford-covid-vaccine/config.yaml +22 -0
- dslighting/registry/stanford-covid-vaccine/description.md +125 -0
- dslighting/registry/stanford-covid-vaccine/description_obfuscated.md +63 -0
- dslighting/registry/stanford-covid-vaccine/grade.py +65 -0
- dslighting/registry/stanford-covid-vaccine/prepare.py +129 -0
- dslighting/registry/stanford-covid-vaccine/prepare_val.py +199 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/checksums.yaml +5 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/config.yaml +22 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/description.md +99 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/description_obfuscated.md +36 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/grade.py +41 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/prepare.py +105 -0
- dslighting/registry/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
- dslighting/registry/tabular-playground-series-dec-2021/checksums.yaml +7 -0
- dslighting/registry/tabular-playground-series-dec-2021/config.yaml +16 -0
- dslighting/registry/tabular-playground-series-dec-2021/description.md +59 -0
- dslighting/registry/tabular-playground-series-dec-2021/description_obfuscated.md +22 -0
- dslighting/registry/tabular-playground-series-dec-2021/grade.py +11 -0
- dslighting/registry/tabular-playground-series-dec-2021/prepare.py +39 -0
- dslighting/registry/tabular-playground-series-dec-2021/prepare_val.py +99 -0
- dslighting/registry/tabular-playground-series-may-2022/checksums.yaml +8 -0
- dslighting/registry/tabular-playground-series-may-2022/config.yaml +17 -0
- dslighting/registry/tabular-playground-series-may-2022/description.md +79 -0
- dslighting/registry/tabular-playground-series-may-2022/description_obfuscated.md +25 -0
- dslighting/registry/tabular-playground-series-may-2022/grade.py +9 -0
- dslighting/registry/tabular-playground-series-may-2022/prepare.py +56 -0
- dslighting/registry/tabular-playground-series-may-2022/prepare_val.py +116 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/checksums.yaml +5 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/config.yaml +24 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/description.md +328 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/description_obfuscated.md +36 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/grade.py +11 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/prepare.py +90 -0
- dslighting/registry/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
- dslighting/registry/tensorflow2-question-answering/checksums.yaml +8 -0
- dslighting/registry/tensorflow2-question-answering/config.yaml +29 -0
- dslighting/registry/tensorflow2-question-answering/description.md +173 -0
- dslighting/registry/tensorflow2-question-answering/description_obfuscated.md +43 -0
- dslighting/registry/tensorflow2-question-answering/grade.py +122 -0
- dslighting/registry/tensorflow2-question-answering/prepare.py +122 -0
- dslighting/registry/tensorflow2-question-answering/prepare_val.py +187 -0
- dslighting/registry/text-normalization-challenge-english-language/checksums.yaml +5 -0
- dslighting/registry/text-normalization-challenge-english-language/config.yaml +22 -0
- dslighting/registry/text-normalization-challenge-english-language/description.md +77 -0
- dslighting/registry/text-normalization-challenge-english-language/description_obfuscated.md +27 -0
- dslighting/registry/text-normalization-challenge-english-language/grade.py +49 -0
- dslighting/registry/text-normalization-challenge-english-language/prepare.py +115 -0
- dslighting/registry/text-normalization-challenge-english-language/prepare_val.py +213 -0
- dslighting/registry/text-normalization-challenge-russian-language/checksums.yaml +5 -0
- dslighting/registry/text-normalization-challenge-russian-language/config.yaml +22 -0
- dslighting/registry/text-normalization-challenge-russian-language/description.md +79 -0
- dslighting/registry/text-normalization-challenge-russian-language/description_obfuscated.md +29 -0
- dslighting/registry/text-normalization-challenge-russian-language/grade.py +49 -0
- dslighting/registry/text-normalization-challenge-russian-language/prepare.py +113 -0
- dslighting/registry/text-normalization-challenge-russian-language/prepare_val.py +165 -0
- dslighting/registry/tgs-salt-identification-challenge/checksums.yaml +7 -0
- dslighting/registry/tgs-salt-identification-challenge/config.yaml +24 -0
- dslighting/registry/tgs-salt-identification-challenge/description.md +83 -0
- dslighting/registry/tgs-salt-identification-challenge/description_obfuscated.md +42 -0
- dslighting/registry/tgs-salt-identification-challenge/grade.py +144 -0
- dslighting/registry/tgs-salt-identification-challenge/prepare.py +158 -0
- dslighting/registry/tgs-salt-identification-challenge/prepare_val.py +166 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/checksums.yaml +5 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/config.yaml +20 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description.md +72 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description_obfuscated.md +25 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
- dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
- dslighting/registry/tmdb-box-office-prediction/__init__.py +0 -0
- dslighting/registry/tmdb-box-office-prediction/config.yaml +15 -0
- dslighting/registry/tmdb-box-office-prediction/description.md +47 -0
- dslighting/registry/tmdb-box-office-prediction/grade.py +55 -0
- dslighting/registry/tmdb-box-office-prediction/prepare.py +35 -0
- dslighting/registry/tweet-sentiment-extraction/checksums.yaml +7 -0
- dslighting/registry/tweet-sentiment-extraction/config.yaml +22 -0
- dslighting/registry/tweet-sentiment-extraction/description.md +130 -0
- dslighting/registry/tweet-sentiment-extraction/description_obfuscated.md +30 -0
- dslighting/registry/tweet-sentiment-extraction/grade.py +67 -0
- dslighting/registry/tweet-sentiment-extraction/prepare.py +36 -0
- dslighting/registry/tweet-sentiment-extraction/prepare_val.py +106 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/checksums.yaml +7 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/config.yaml +22 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/description.md +118 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/description_obfuscated.md +46 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/grade.py +31 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
- dslighting/registry/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
- dslighting/registry/utils.py +266 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/checksums.yaml +7 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/config.yaml +22 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/description.md +126 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/description_obfuscated.md +58 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
- dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
- dslighting/registry/ventilator-pressure-prediction/__init__.py +0 -0
- dslighting/registry/ventilator-pressure-prediction/checksums.yaml +7 -0
- dslighting/registry/ventilator-pressure-prediction/config.yaml +15 -0
- dslighting/registry/ventilator-pressure-prediction/description.md +48 -0
- dslighting/registry/ventilator-pressure-prediction/description_obfuscated.md +46 -0
- dslighting/registry/ventilator-pressure-prediction/grade.py +52 -0
- dslighting/registry/ventilator-pressure-prediction/prepare.py +27 -0
- dslighting/registry/ventilator-pressure-prediction/prepare_val.py +142 -0
- dslighting/registry/ventilator_pressure_prediction/__init__.py +0 -0
- dslighting/registry/ventilator_pressure_prediction/grade.py +52 -0
- dslighting/registry/ventilator_pressure_prediction/prepare.py +27 -0
- dslighting/registry/vesuvius-challenge-ink-detection/checksums.yaml +6 -0
- dslighting/registry/vesuvius-challenge-ink-detection/config.yaml +37 -0
- dslighting/registry/vesuvius-challenge-ink-detection/description.md +135 -0
- dslighting/registry/vesuvius-challenge-ink-detection/description_obfuscated.md +39 -0
- dslighting/registry/vesuvius-challenge-ink-detection/grade.py +97 -0
- dslighting/registry/vesuvius-challenge-ink-detection/prepare.py +122 -0
- dslighting/registry/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/checksums.yaml +7 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/config.yaml +25 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description.md +132 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description_obfuscated.md +63 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
- dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
- dslighting/registry/whale-categorization-playground/checksums.yaml +6 -0
- dslighting/registry/whale-categorization-playground/config.yaml +16 -0
- dslighting/registry/whale-categorization-playground/description.md +51 -0
- dslighting/registry/whale-categorization-playground/description_obfuscated.md +27 -0
- dslighting/registry/whale-categorization-playground/grade.py +41 -0
- dslighting/registry/whale-categorization-playground/prepare.py +103 -0
- dslighting/registry/whale-categorization-playground/prepare_val.py +196 -0
- dslighting/utils/package_detector.py +320 -0
- {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/METADATA +42 -8
- dslighting-1.7.1.dist-info/RECORD +2108 -0
- dslighting-1.7.1.dist-info/entry_points.txt +3 -0
- dslighting-1.3.9.dist-info/RECORD +0 -80
- {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/WHEEL +0 -0
- {dslighting-1.3.9.dist-info → dslighting-1.7.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
import numpy as np
|
|
4
|
+
from sklearn.model_selection import train_test_split
|
|
5
|
+
|
|
6
|
+
from mlebench.utils import read_csv
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def prepare(raw: Path, public: Path, private: Path):
|
|
10
|
+
|
|
11
|
+
old_train = read_csv(raw / "train.csv")
|
|
12
|
+
|
|
13
|
+
# 900k train, 1.6m - 900k = 700k test; so 700k/1.6m = 0.4375
|
|
14
|
+
# We create our split at 100,000 test samples to get same OOM while keeping as many samples as possible in train
|
|
15
|
+
new_train, new_test = train_test_split(old_train, test_size=100_000, random_state=0)
|
|
16
|
+
|
|
17
|
+
# make ids go from 0 to len(new_train) - 1
|
|
18
|
+
new_train.id = np.arange(len(new_train))
|
|
19
|
+
# and from len(new_train) to len(new_train) + len(new_test) - 1
|
|
20
|
+
new_test.id = np.arange(len(new_train), len(new_train) + len(new_test))
|
|
21
|
+
|
|
22
|
+
# make downstream files
|
|
23
|
+
new_test_without_labels = new_test.drop(columns=["target"]).copy()
|
|
24
|
+
gold_submission = new_test[["id", "target"]].copy()
|
|
25
|
+
sample_submission = gold_submission.copy()
|
|
26
|
+
sample_submission.target = 0.5
|
|
27
|
+
|
|
28
|
+
# save
|
|
29
|
+
new_train.to_csv(public / "train.csv", index=False)
|
|
30
|
+
new_test.to_csv(private / "test.csv", index=False)
|
|
31
|
+
new_test_without_labels.to_csv(public / "test.csv", index=False)
|
|
32
|
+
gold_submission.to_csv(private / "gold_submission.csv", index=False)
|
|
33
|
+
sample_submission.to_csv(public / "sample_submission.csv", index=False)
|
|
34
|
+
|
|
35
|
+
# checks
|
|
36
|
+
assert len(new_train) + len(new_test) == len(
|
|
37
|
+
old_train
|
|
38
|
+
), "Expected the sum of the lengths of the new train and test to be equal to the length of the original train."
|
|
39
|
+
assert len(new_test) == len(
|
|
40
|
+
sample_submission
|
|
41
|
+
), "Expected the length of the private test to be equal to the length of the sample submission."
|
|
42
|
+
assert len(new_test) == len(
|
|
43
|
+
gold_submission
|
|
44
|
+
), "Expected the length of the private test to be equal to the length of the gold submission."
|
|
45
|
+
|
|
46
|
+
assert (
|
|
47
|
+
new_train.columns.to_list() == old_train.columns.to_list()
|
|
48
|
+
), "Expected the columns of the new train to be the same as the columns of the original train."
|
|
49
|
+
assert (
|
|
50
|
+
new_test.columns.to_list() == old_train.columns.to_list()
|
|
51
|
+
), "Expected the columns of the new test to be the same as the columns of the original train"
|
|
52
|
+
|
|
53
|
+
# check that ids dont overlap between train and test
|
|
54
|
+
assert set(new_train.id).isdisjoint(
|
|
55
|
+
set(new_test.id)
|
|
56
|
+
), "Expected the ids of the new train and test to be disjoint."
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
import numpy as np
|
|
4
|
+
import pandas as pd
|
|
5
|
+
from sklearn.model_selection import train_test_split
|
|
6
|
+
|
|
7
|
+
from mlebench.utils import read_csv
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def _create_and_save_split(
|
|
11
|
+
df_to_split: pd.DataFrame,
|
|
12
|
+
public_path: Path,
|
|
13
|
+
private_path: Path,
|
|
14
|
+
test_size: int,
|
|
15
|
+
random_state: int,
|
|
16
|
+
):
|
|
17
|
+
"""
|
|
18
|
+
Helper function to perform a data split, re-index, and save all required files.
|
|
19
|
+
|
|
20
|
+
Args:
|
|
21
|
+
df_to_split (pd.DataFrame): The dataframe to be split.
|
|
22
|
+
public_path (Path): The directory for public-facing files (train, test features).
|
|
23
|
+
private_path (Path): The directory for private-facing files (test labels).
|
|
24
|
+
test_size (int): The number of samples for the test set.
|
|
25
|
+
random_state (int): The random state for reproducibility.
|
|
26
|
+
|
|
27
|
+
Returns:
|
|
28
|
+
pd.DataFrame: The new, smaller training dataframe from the split.
|
|
29
|
+
"""
|
|
30
|
+
# Create output directories if they don't exist
|
|
31
|
+
public_path.mkdir(parents=True, exist_ok=True)
|
|
32
|
+
private_path.mkdir(parents=True, exist_ok=True)
|
|
33
|
+
|
|
34
|
+
# Perform the split
|
|
35
|
+
train_df, test_df = train_test_split(
|
|
36
|
+
df_to_split, test_size=test_size, random_state=random_state
|
|
37
|
+
)
|
|
38
|
+
|
|
39
|
+
# make ids go from 0 to len(train_df) - 1
|
|
40
|
+
train_df.id = np.arange(len(train_df))
|
|
41
|
+
# and from len(train_df) to len(train_df) + len(test_df) - 1
|
|
42
|
+
test_df.id = np.arange(len(train_df), len(train_df) + len(test_df))
|
|
43
|
+
|
|
44
|
+
# make downstream files
|
|
45
|
+
test_df_without_labels = test_df.drop(columns=["target"]).copy()
|
|
46
|
+
gold_submission = test_df[["id", "target"]].copy()
|
|
47
|
+
sample_submission = gold_submission.copy()
|
|
48
|
+
sample_submission.target = 0.5
|
|
49
|
+
|
|
50
|
+
# save files with required names
|
|
51
|
+
train_df.to_csv(public_path / "train.csv", index=False)
|
|
52
|
+
test_df.to_csv(private_path / "test.csv", index=False)
|
|
53
|
+
test_df_without_labels.to_csv(public_path / "test.csv", index=False)
|
|
54
|
+
gold_submission.to_csv(private_path / "gold_submission.csv", index=False)
|
|
55
|
+
sample_submission.to_csv(public_path / "sample_submission.csv", index=False)
|
|
56
|
+
|
|
57
|
+
# run checks for this split
|
|
58
|
+
assert len(train_df) + len(test_df) == len(
|
|
59
|
+
df_to_split
|
|
60
|
+
), "Expected the sum of the lengths of the new train and test to be equal to the length of the input data."
|
|
61
|
+
assert len(test_df) == len(
|
|
62
|
+
sample_submission
|
|
63
|
+
), "Expected the length of the private test to be equal to the length of the sample submission."
|
|
64
|
+
assert len(test_df) == len(
|
|
65
|
+
gold_submission
|
|
66
|
+
), "Expected the length of the private test to be equal to the length of the gold submission."
|
|
67
|
+
assert (
|
|
68
|
+
train_df.columns.to_list() == df_to_split.columns.to_list()
|
|
69
|
+
), "Expected the columns of the new train to be the same as the columns of the input data."
|
|
70
|
+
assert (
|
|
71
|
+
test_df.columns.to_list() == df_to_split.columns.to_list()
|
|
72
|
+
), "Expected the columns of the new test to be the same as the columns of the input data"
|
|
73
|
+
assert set(train_df.id).isdisjoint(
|
|
74
|
+
set(test_df.id)
|
|
75
|
+
), "Expected the ids of the new train and test to be disjoint."
|
|
76
|
+
|
|
77
|
+
return train_df
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def prepare(raw: Path, public: Path, private: Path):
|
|
81
|
+
|
|
82
|
+
old_train = read_csv(raw / "train.csv")
|
|
83
|
+
|
|
84
|
+
# --- Stage 1: Create the original train/test split ---
|
|
85
|
+
# This section produces the primary competition data. Its outputs in `public/`
|
|
86
|
+
# and `private/` are guaranteed to be identical to the original script.
|
|
87
|
+
|
|
88
|
+
# 900k train, 1.6m - 900k = 700k test; so 700k/1.6m = 0.4375
|
|
89
|
+
# We create our split at 100,000 test samples to get same OOM while keeping as many samples as possible in train
|
|
90
|
+
new_train = _create_and_save_split(
|
|
91
|
+
df_to_split=old_train,
|
|
92
|
+
public_path=public,
|
|
93
|
+
private_path=private,
|
|
94
|
+
test_size=100_000,
|
|
95
|
+
random_state=0,
|
|
96
|
+
)
|
|
97
|
+
|
|
98
|
+
# --- Stage 2: Create the new train/validation split ---
|
|
99
|
+
# This section takes the `new_train` set from Stage 1 and splits it again
|
|
100
|
+
# to create a smaller training set and a new validation set.
|
|
101
|
+
# The outputs are saved to parallel `public_val/` and `private_val/` directories.
|
|
102
|
+
|
|
103
|
+
# Define paths for the new validation set directories, parallel to the original ones.
|
|
104
|
+
public_val = public.parent / "public_val"
|
|
105
|
+
private_val = private.parent / "private_val"
|
|
106
|
+
|
|
107
|
+
# Split `new_train` again using the exact same logic and test size.
|
|
108
|
+
# The resulting `test_val` set will have 100,000 samples, same as the original `test` set.
|
|
109
|
+
# The filenames and directory structure are mirrored for consistency.
|
|
110
|
+
_create_and_save_split(
|
|
111
|
+
df_to_split=new_train,
|
|
112
|
+
public_path=public_val,
|
|
113
|
+
private_path=private_val,
|
|
114
|
+
test_size=100_000,
|
|
115
|
+
random_state=0,
|
|
116
|
+
)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
id: tensorflow-speech-recognition-challenge
|
|
2
|
+
name: TensorFlow Speech Recognition Challenge
|
|
3
|
+
competition_type: simple
|
|
4
|
+
awards_medals: true
|
|
5
|
+
prizes:
|
|
6
|
+
- position: 1
|
|
7
|
+
value: 8000
|
|
8
|
+
- position: 2
|
|
9
|
+
value: 6000
|
|
10
|
+
- position: 3
|
|
11
|
+
value: 3000
|
|
12
|
+
- position: Special TensorFlow Prize
|
|
13
|
+
value: 8000
|
|
14
|
+
description: mlebench/competitions/tensorflow-speech-recognition-challenge/description.md
|
|
15
|
+
|
|
16
|
+
dataset:
|
|
17
|
+
answers: tensorflow-speech-recognition-challenge/prepared/private/test.csv
|
|
18
|
+
sample_submission: tensorflow-speech-recognition-challenge/prepared/public/sample_submission.csv
|
|
19
|
+
|
|
20
|
+
grader:
|
|
21
|
+
name: accuracy
|
|
22
|
+
grade_fn: mlebench.competitions.tensorflow-speech-recognition-challenge.grade:grade
|
|
23
|
+
|
|
24
|
+
preparer: mlebench.competitions.tensorflow-speech-recognition-challenge.prepare:prepare
|
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
We might be on the verge of too many screens. It seems like everyday, new versions of common objects are “re-invented” with built-in wifi and bright touchscreens. A promising antidote to our screen addiction are voice interfaces.
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
But, for independent makers and entrepreneurs, it’s hard to build a simple speech detector using free, open data and code. Many voice recognition datasets require preprocessing before a neural network model can be built on them. To help with this, [TensorFlow](https://www.tensorflow.org/) recently released the Speech Commands Datasets. It includes 65,000 one-second long utterances of 30 short words, by thousands of different people.
|
|
10
|
+
|
|
11
|
+
In this competition, you're challenged to use the Speech Commands Dataset to build an algorithm that understands simple spoken commands. By improving the recognition accuracy of open-sourced voice interface tools, we can improve product effectiveness and their accessibility.
|
|
12
|
+
|
|
13
|
+
## Evaluation
|
|
14
|
+
|
|
15
|
+
Submissions are evaluated on Multiclass Accuracy, which is simply the average number of observations with the correct label.
|
|
16
|
+
|
|
17
|
+
**Note:** There are only 12 possible labels for the Test set: `yes`, `no`, `up`, `down`, `left`, `right`, `on`, `off`, `stop`, `go`, `silence`, `unknown`.
|
|
18
|
+
|
|
19
|
+
The `unknown` label should be used for a command that is not one one of the first 10 labels or that is not `silence`.
|
|
20
|
+
|
|
21
|
+
### Submission File
|
|
22
|
+
|
|
23
|
+
For audio clip in the test set, you must predict the correct `label`. The submission file should contain a header and have the following format:
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
fname,label
|
|
27
|
+
clip_000044442.wav,silence
|
|
28
|
+
clip_0000adecb.wav,left
|
|
29
|
+
clip_0000d4322.wav,unknown
|
|
30
|
+
etc.
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Prizes
|
|
34
|
+
|
|
35
|
+
**Leaderboard Prizes**:
|
|
36
|
+
|
|
37
|
+
- 1st place - $8,000
|
|
38
|
+
- 2nd place - $6,000
|
|
39
|
+
- 3rd place - $3,000
|
|
40
|
+
|
|
41
|
+
**Special TensorFlow Prize**: $8,000
|
|
42
|
+
|
|
43
|
+
**UPDATE 01/17/2018**: Information about being considered for this prize can be found on [this forum post](https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/discussion/47703).
|
|
44
|
+
|
|
45
|
+
The goal of the special prize is to encourage contestants to create a model that can be useful in practice to recognize commands on a Raspberry Pi 3. In order to do this, the models must:
|
|
46
|
+
|
|
47
|
+
- Be runnable as frozen TensorFlow GraphDef files with no additional dependencies beyond TensorFlow 1.4.
|
|
48
|
+
- Be small in size (below 5,000,000 bytes).
|
|
49
|
+
- Have a standard set of inputs and outputs:
|
|
50
|
+
- decoded_sample_data:0, taking a [16000, 1] float tensor as input, representing the audio PCM-encoded data.
|
|
51
|
+
- decoded_sample_data:1, taking a scalar [] int32 tensor as input, representing the sample rate, which must be the value 16000.
|
|
52
|
+
- labels_softmax:0, a [12] float tensor representing the probabilities of each class label as an output, from zero to one.
|
|
53
|
+
- Run in less than 200ms on a stock Raspberry Pi 3 running Raspbian GNU/Linux 8 (Jessie), with no overclocking.
|
|
54
|
+
- Must come with code to train the model, which must be license-compatible with TensorFlow (Apache), and be submittable through Google’s CLA to the TensorFlow project.
|
|
55
|
+
|
|
56
|
+
Eligibility for the Special Prize will be qualified by the host by re-running your solution within his environment. The model evaluated must match the one generating the predictions scored on the leaderboard. At the close of the competition, you will have the ability to self-select for consideration as a special prize winner. Due to possible inherent discrepancies in environments, it's recommended that you target a latency closer to 175ms or faster. For calibration purposes, the host has provided:
|
|
57
|
+
|
|
58
|
+
To evaluate the latency of each model, we’ll be running the following command:
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
./benchmark_model --graph=<Your Graph> --input_layer="decoded_sample_data:0,decoded_sample_data:1" --input_layer_shape="16000,1:" --input_layer_type="float,int32" --input_layer_values=":16000" --output_layer="labels_softmax:0" --show_run_order=false --show_time=false --show_memory=false --show_summary=true --show_flops=true
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
The result will be the ‘avg=’ value shown in the line with the prefix ‘Timings (microseconds)’ near the end of the logging. This represents the mean time in microseconds of repeated runs by the command. To be eligible for the prize, the result must be below 200,000 microseconds (200 milliseconds). Because of variability in timings, I recommend that you aim for 175ms to have a margin of safety.
|
|
66
|
+
|
|
67
|
+
To reproduce the process on your own Raspberry Pi 3, here’s how to download the benchmark binary and run it on a pretrained graph produced by the training tutorial:
|
|
68
|
+
|
|
69
|
+
```
|
|
70
|
+
curl -O https://storage.googleapis.com/download.tensorflow.org/models/speech_commands_v0.01.zip
|
|
71
|
+
unzip speech_commands_v0.01.zip
|
|
72
|
+
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
curl -O https://storage.googleapis.com/download.tensorflow.org/deps/pi/2017_10_07/benchmark_model
|
|
77
|
+
chmod +x benchmark_model
|
|
78
|
+
./benchmark_model --graph=conv_actions_frozen.pb --input_layer="decoded_sample_data:0,decoded_sample_data:1" --input_layer_shape="16000,1:" --input_layer_type="float,int32" --input_layer_values=":16000" --output_layer="labels_softmax:0" --show_run_order=false --show_time=false --show_memory=false --show_summary=true --show_flops=true
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Timeline
|
|
82
|
+
|
|
83
|
+
- **January 9, 2018** - Entry deadline. You must accept the competition rules before this date in order to compete.
|
|
84
|
+
- **January 9, 2018** - Team Merger deadline. This is the last day participants may join or merge teams.
|
|
85
|
+
- **January 16, 2018** - Final submission deadline.
|
|
86
|
+
|
|
87
|
+
All deadlines are at 11:59 PM UTC on the corresponding day unless otherwise noted. The competition organizers reserve the right to update the contest timeline if they deem it necessary.
|
|
88
|
+
|
|
89
|
+
## Tutorials & More Info
|
|
90
|
+
|
|
91
|
+
The host has provided the following resources:
|
|
92
|
+
|
|
93
|
+
- [Google Research Blog Post](https://research.googleblog.com/2017/08/launching-speech-commands-dataset.html) announcing the Speech Commands Dataset. Note that much of what is provided as part of the training set is already public. However, the test set is not.
|
|
94
|
+
- [TensorFlow Audio Recognition Tutorial](https://www.tensorflow.org/versions/master/tutorials/audio_recognition)
|
|
95
|
+
- Link to purchase [Raspberry Pi 3](https://www.amazon.com/CanaKit-Raspberry-Complete-Starter-Kit/dp/B06XW6VX1H) on Amazon. This will be at your own expense.
|
|
96
|
+
- Also review the Prizes tab for details and tools for how the special prize will be evaluated.
|
|
97
|
+
|
|
98
|
+
## Citation
|
|
99
|
+
|
|
100
|
+
inversion, Julia Elliott, Mark McDonald, Pete Warden, Raziel. (2017). TensorFlow Speech Recognition Challenge. Kaggle. https://kaggle.com/competitions/tensorflow-speech-recognition-challenge
|
|
101
|
+
|
|
102
|
+
# Dataset Description
|
|
103
|
+
|
|
104
|
+
The following is a high level overview of the data for this competition. It is highly recommended that you read the supplementary materials found on the tabs of the [Overview](https://www.kaggle.com/c/tensorflow-speech-recognition-challenge) page.
|
|
105
|
+
|
|
106
|
+
## File descriptions
|
|
107
|
+
|
|
108
|
+
- **train.7z** - Contains a few informational files and a folder of audio files. The audio folder contains subfolders with 1 second clips of voice commands, with the folder name being the label of the audio clip. There are more labels that should be predicted. The labels you will need to predict in Test are `yes`, `no`, `up`, `down`, `left`, `right`, `on`, `off`, `stop`, `go`. Everything else should be considered either `unknown` or `silence`. The folder `_background_noise_` contains longer clips of "silence" that you can break up and use as training input.
|
|
109
|
+
|
|
110
|
+
The files contained in the training audio are not uniquely named across labels, but they are unique if you include the label folder. For example, `00f0204f_nohash_0.wav` is found in 14 folders, but that file is a different speech command in each folder.
|
|
111
|
+
|
|
112
|
+
The files are named so the first element is the subject id of the person who gave the voice command, and the last element indicated repeated commands. Repeated commands are when the subject repeats the same word multiple times. Subject id is not provided for the test data, and you can assume that the majority of commands in the test data were from subjects not seen in train.
|
|
113
|
+
|
|
114
|
+
You can expect some inconsistencies in the properties of the training data (e.g., length of the audio).
|
|
115
|
+
|
|
116
|
+
- **test.7z** - Contains an audio folder with 150,000+ files in the format `clip_000044442.wav`. The task is to predict the correct label. Not all of the files are evaluated for the leaderboard score.
|
|
117
|
+
- **sample_submission.csv** - A sample submission file in the correct format.
|
|
118
|
+
- **link_to_gcp_credits_form.txt** - Provides the URL to request $500 in GCP credits, provided to the first 500 requestors. Please see [this clarification on credit qualification](https://www.kaggle.com/c/tensorflow-speech-recognition-challenge/discussion/44449).
|
|
119
|
+
|
|
120
|
+
The following is the README contained in the Train folder, and contains more detailed information.
|
|
121
|
+
|
|
122
|
+
## Speech Commands Data Set v0.01
|
|
123
|
+
|
|
124
|
+
This is a set of one-second .wav audio files, each containing a single spoken
|
|
125
|
+
|
|
126
|
+
English word. These words are from a small set of commands, and are spoken by a
|
|
127
|
+
|
|
128
|
+
variety of different speakers. The audio files are organized into folders based
|
|
129
|
+
|
|
130
|
+
on the word they contain, and this data set is designed to help train simple
|
|
131
|
+
|
|
132
|
+
machine learning models.
|
|
133
|
+
|
|
134
|
+
It's licensed under the [Creative Commons BY 4.0 license](https://github.com/petewarden/extract_loudest_section). See the LICENSE
|
|
135
|
+
|
|
136
|
+
file in this folder for full details. Its original location was at
|
|
137
|
+
|
|
138
|
+
http://download.tensorflow.org/data/speech_commands_v0.01.tar.gz.
|
|
139
|
+
|
|
140
|
+
## History
|
|
141
|
+
|
|
142
|
+
This is version 0.01 of the data set containing 64,727 audio files, released on
|
|
143
|
+
August 3rd 2017.
|
|
144
|
+
|
|
145
|
+
## Collection
|
|
146
|
+
|
|
147
|
+
The audio files were collected using crowdsourcing, see
|
|
148
|
+
|
|
149
|
+
[aiyprojects.withgoogle.com/open_speech_recording](https://github.com/petewarden/extract_loudest_section)
|
|
150
|
+
|
|
151
|
+
for some of the open source audio collection code we used (and please consider
|
|
152
|
+
|
|
153
|
+
contributing to enlarge this data set). The goal was to gather examples of
|
|
154
|
+
|
|
155
|
+
people speaking single-word commands, rather than conversational sentences, so
|
|
156
|
+
|
|
157
|
+
they were prompted for individual words over the course of a five minute
|
|
158
|
+
|
|
159
|
+
session. Twenty core command words were recorded, with most speakers saying each
|
|
160
|
+
|
|
161
|
+
of them five times. The core words are "Yes", "No", "Up", "Down", "Left",
|
|
162
|
+
|
|
163
|
+
"Right", "On", "Off", "Stop", "Go", "Zero", "One", "Two", "Three", "Four",
|
|
164
|
+
|
|
165
|
+
"Five", "Six", "Seven", "Eight", and "Nine". To help distinguish unrecognized
|
|
166
|
+
|
|
167
|
+
words, there are also ten auxiliary words, which most speakers only said once.
|
|
168
|
+
|
|
169
|
+
These include "Bed", "Bird", "Cat", "Dog", "Happy", "House", "Marvin", "Sheila",
|
|
170
|
+
|
|
171
|
+
## Organization
|
|
172
|
+
|
|
173
|
+
The files are organized into folders, with each directory name labelling the
|
|
174
|
+
|
|
175
|
+
word that is spoken in all the contained audio files. No details were kept of
|
|
176
|
+
|
|
177
|
+
any of the participants age, gender, or location, and random ids were assigned
|
|
178
|
+
|
|
179
|
+
to each individual. These ids are stable though, and encoded in each file name
|
|
180
|
+
|
|
181
|
+
as the first part before the underscore. If a participant contributed multiple
|
|
182
|
+
|
|
183
|
+
utterances of the same word, these are distinguished by the number at the end of
|
|
184
|
+
|
|
185
|
+
the file name. For example, the file path `happy/3cfc6b3a_nohash_2.wav`
|
|
186
|
+
|
|
187
|
+
indicates that the word spoken was "happy", the speaker's id was "3cfc6b3a", and
|
|
188
|
+
|
|
189
|
+
this is the third utterance of that word by this speaker in the data set. The
|
|
190
|
+
|
|
191
|
+
'nohash' section is to ensure that all the utterances by a single speaker are
|
|
192
|
+
|
|
193
|
+
sorted into the same training partition, to keep very similar repetitions from
|
|
194
|
+
|
|
195
|
+
giving unrealistically optimistic evaluation scores.
|
|
196
|
+
|
|
197
|
+
## Partitioning
|
|
198
|
+
|
|
199
|
+
The audio clips haven't been separated into training, test, and validation sets
|
|
200
|
+
|
|
201
|
+
explicitly, but by convention a hashing function is used to stably assign each
|
|
202
|
+
|
|
203
|
+
file to a set. Here's some Python code demonstrating how a complete file path
|
|
204
|
+
|
|
205
|
+
and the desired validation and test set sizes (usually both 10%) are used to
|
|
206
|
+
|
|
207
|
+
assign a set:
|
|
208
|
+
|
|
209
|
+
```python
|
|
210
|
+
MAX_NUM_WAVS_PER_CLASS = 2**27 - 1 # ~134M
|
|
211
|
+
|
|
212
|
+
def which_set(filename, validation_percentage, testing_percentage):
|
|
213
|
+
"""Determines which data partition the file should belong to.
|
|
214
|
+
|
|
215
|
+
We want to keep files in the same training, validation, or testing sets even
|
|
216
|
+
if new ones are added over time. This makes it less likely that testing
|
|
217
|
+
samples will accidentally be reused in training when long runs are restarted
|
|
218
|
+
for example. To keep this stability, a hash of the filename is taken and used
|
|
219
|
+
to determine which set it should belong to. This determination only depends on
|
|
220
|
+
the name and the set proportions, so it won't change as other files are added.
|
|
221
|
+
|
|
222
|
+
It's also useful to associate particular files as related (for example words
|
|
223
|
+
spoken by the same person), so anything after '_nohash_' in a filename is
|
|
224
|
+
ignored for set determination. This ensures that 'bobby_nohash_0.wav' and
|
|
225
|
+
'bobby_nohash_1.wav' are always in the same set, for example.
|
|
226
|
+
|
|
227
|
+
Args:
|
|
228
|
+
filename: File path of the data sample.
|
|
229
|
+
validation_percentage: How much of the data set to use for validation.
|
|
230
|
+
testing_percentage: How much of the data set to use for testing.
|
|
231
|
+
|
|
232
|
+
Returns:
|
|
233
|
+
String, one of 'training', 'validation', or 'testing'.
|
|
234
|
+
"""
|
|
235
|
+
base_name = os.path.basename(filename)
|
|
236
|
+
# We want to ignore anything after '_nohash_' in the file name when
|
|
237
|
+
# deciding which set to put a wav in, so the data set creator has a way of
|
|
238
|
+
# grouping wavs that are close variations of each other.
|
|
239
|
+
hash_name = re.sub(r'_nohash_.*$', '', base_name)
|
|
240
|
+
# This looks a bit magical, but we need to decide whether this file should
|
|
241
|
+
# go into the training, testing, or validation sets, and we want to keep
|
|
242
|
+
# existing files in the same set even if more files are subsequently
|
|
243
|
+
# added.
|
|
244
|
+
# To do that, we need a stable way of deciding based on just the file name
|
|
245
|
+
# itself, so we do a hash of that and then use that to generate a
|
|
246
|
+
# probability value that we use to assign it.
|
|
247
|
+
hash_name_hashed = hashlib.sha1(hash_name).hexdigest()
|
|
248
|
+
percentage_hash = ((int(hash_name_hashed, 16) %
|
|
249
|
+
(MAX_NUM_WAVS_PER_CLASS + 1)) *
|
|
250
|
+
(100.0 / MAX_NUM_WAVS_PER_CLASS))
|
|
251
|
+
if percentage_hash < validation_percentage:
|
|
252
|
+
result = 'validation'
|
|
253
|
+
elif percentage_hash < (testing_percentage + validation_percentage):
|
|
254
|
+
result = 'testing'
|
|
255
|
+
else:
|
|
256
|
+
result = 'training'
|
|
257
|
+
return result
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
The results of running this over the current set are included in this archive as
|
|
261
|
+
|
|
262
|
+
validation_list.txt and testing_list.txt. These text files contain the paths to
|
|
263
|
+
|
|
264
|
+
all the files in each set, with each path on a new line. Any files that aren't
|
|
265
|
+
|
|
266
|
+
in either of these lists can be considered to be part of the training set.
|
|
267
|
+
|
|
268
|
+
## Processing
|
|
269
|
+
|
|
270
|
+
The original audio files were collected in uncontrolled locations by people
|
|
271
|
+
|
|
272
|
+
around the world. We requested that they do the recording in a closed room for
|
|
273
|
+
|
|
274
|
+
privacy reasons, but didn't stipulate any quality requirements. This was by
|
|
275
|
+
|
|
276
|
+
design, since we wanted examples of the sort of speech data that we're likely to
|
|
277
|
+
|
|
278
|
+
encounter in consumer and robotics applications, where we don't have much
|
|
279
|
+
|
|
280
|
+
control over the recording equipment or environment. The data was captured in a
|
|
281
|
+
|
|
282
|
+
variety of formats, for example Ogg Vorbis encoding for the web app, and then
|
|
283
|
+
|
|
284
|
+
converted to a 16-bit little-endian PCM-encoded WAVE file at a 16000 sample
|
|
285
|
+
|
|
286
|
+
rate. The audio was then trimmed to a one second length to align most
|
|
287
|
+
|
|
288
|
+
utterances, using the
|
|
289
|
+
|
|
290
|
+
[extract_loudest_section](https://github.com/petewarden/extract_loudest_section)
|
|
291
|
+
|
|
292
|
+
tool. The audio files were then screened for silence or incorrect words, and
|
|
293
|
+
|
|
294
|
+
arranged into folders by label.
|
|
295
|
+
|
|
296
|
+
## Background Noise
|
|
297
|
+
|
|
298
|
+
To help train networks to cope with noisy environments, it can be helpful to mix
|
|
299
|
+
|
|
300
|
+
in realistic background audio. The `_background_noise_` folder contains a set of
|
|
301
|
+
|
|
302
|
+
longer audio clips that are either recordings or mathematical simulations of
|
|
303
|
+
|
|
304
|
+
noise. For more details, see the `_background_noise_/README.md`.
|
|
305
|
+
|
|
306
|
+
## Citations
|
|
307
|
+
|
|
308
|
+
If you use the Speech Commands dataset in your work, please cite it as:
|
|
309
|
+
|
|
310
|
+
APA-style citation: "Warden P. Speech Commands: A public dataset for single-word
|
|
311
|
+
|
|
312
|
+
speech recognition, 2017. Available from
|
|
313
|
+
|
|
314
|
+
http://download.tensorflow.org/data/speech_commands_v0.01.tar.gz".
|
|
315
|
+
|
|
316
|
+
BibTeX `@article{speechcommands, title={Speech Commands: A public dataset for single-word speech recognition.}, author={Warden, Pete}, journal={Dataset available from http://download.tensorflow.org/data/speech_commands_v0.01.tar.gz}, year={2017} }`
|
|
317
|
+
|
|
318
|
+
## Credits
|
|
319
|
+
|
|
320
|
+
Massive thanks are due to everyone who donated recordings to this data set, I'm
|
|
321
|
+
|
|
322
|
+
very grateful. I also couldn't have put this together without the help and
|
|
323
|
+
|
|
324
|
+
support of Billy Rutledge, Rajat Monga, Raziel Alvarez, Brad Krueger, Barbara
|
|
325
|
+
|
|
326
|
+
Petit, Gursheesh Kour, and all the AIY and TensorFlow teams.
|
|
327
|
+
|
|
328
|
+
Pete Warden, [petewarden@google.com](mailto:petewarden@google.com)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Task
|
|
2
|
+
|
|
3
|
+
Build an algorithm that understands simple spoken commands.
|
|
4
|
+
|
|
5
|
+
# Metric
|
|
6
|
+
|
|
7
|
+
Multiclass Accuracy.
|
|
8
|
+
|
|
9
|
+
There are 12 possible labels for the Test set: `yes`, `no`, `up`, `down`, `left`, `right`, `on`, `off`, `stop`, `go`, `silence`, `unknown`.
|
|
10
|
+
|
|
11
|
+
The `unknown` label should be used for a command that is not one one of the first 10 labels or that is not `silence`.
|
|
12
|
+
|
|
13
|
+
# Submission Format
|
|
14
|
+
|
|
15
|
+
For audio clip in the test set, you must predict the correct `label`. The submission file should contain a header and have the following format:
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
fname,label
|
|
19
|
+
clip_000044442.wav,silence
|
|
20
|
+
clip_0000adecb.wav,left
|
|
21
|
+
clip_0000d4322.wav,unknown
|
|
22
|
+
etc.
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
# Dataset
|
|
26
|
+
|
|
27
|
+
- **train.7z** - Contains a few informational files and a folder of audio files. The audio folder contains subfolders with 1 second clips of voice commands, with the folder name being the label of the audio clip. There are more labels that should be predicted. The labels you will need to predict in Test are `yes`, `no`, `up`, `down`, `left`, `right`, `on`, `off`, `stop`, `go`. Everything else should be considered either `unknown` or `silence`. The folder `_background_noise_` contains longer clips of "silence" that you can break up and use as training input.
|
|
28
|
+
|
|
29
|
+
The files contained in the training audio are not uniquely named across labels, but they are unique if you include the label folder. For example, `00f0204f_nohash_0.wav` is found in 14 folders, but that file is a different speech command in each folder.
|
|
30
|
+
|
|
31
|
+
The files are named so the first element is the subject id of the person who gave the voice command, and the last element indicated repeated commands. Repeated commands are when the subject repeats the same word multiple times. Subject id is not provided for the test data, and you can assume that the majority of commands in the test data were from subjects not seen in train.
|
|
32
|
+
|
|
33
|
+
You can expect some inconsistencies in the properties of the training data (e.g., length of the audio).
|
|
34
|
+
|
|
35
|
+
- **test.7z** - Contains an audio folder with 150,000+ files in the format `clip_000044442.wav`. The task is to predict the correct label. Not all of the files are evaluated for the leaderboard score.
|
|
36
|
+
- **sample_submission.csv** - A sample submission file in the correct format.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import pandas as pd
|
|
2
|
+
from sklearn.metrics import accuracy_score
|
|
3
|
+
|
|
4
|
+
from mlebench.competitions.utils import prepare_for_accuracy_metric
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def grade(submission: pd.DataFrame, answers: pd.DataFrame) -> float:
|
|
8
|
+
accuracy_inputs = prepare_for_accuracy_metric(
|
|
9
|
+
submission=submission, answers=answers, target_column="label", id_column="fname"
|
|
10
|
+
)
|
|
11
|
+
return accuracy_score(**accuracy_inputs)
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import shutil
|
|
2
|
+
from dataclasses import dataclass
|
|
3
|
+
from pathlib import Path
|
|
4
|
+
|
|
5
|
+
import pandas as pd
|
|
6
|
+
from sklearn.model_selection import train_test_split
|
|
7
|
+
from tqdm import tqdm
|
|
8
|
+
|
|
9
|
+
from mlebench.utils import extract
|
|
10
|
+
|
|
11
|
+
CLASSES = [
|
|
12
|
+
"yes",
|
|
13
|
+
"no",
|
|
14
|
+
"up",
|
|
15
|
+
"down",
|
|
16
|
+
"left",
|
|
17
|
+
"right",
|
|
18
|
+
"on",
|
|
19
|
+
"off",
|
|
20
|
+
"stop",
|
|
21
|
+
"go",
|
|
22
|
+
"unknown",
|
|
23
|
+
"silence",
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
@dataclass(frozen=True)
|
|
28
|
+
class AudioFile:
|
|
29
|
+
label: str
|
|
30
|
+
path: Path
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def prepare(raw: Path, public: Path, private: Path):
|
|
34
|
+
# extract only what we need
|
|
35
|
+
extract(raw / "train.7z", raw)
|
|
36
|
+
|
|
37
|
+
# Create train, test from train split
|
|
38
|
+
audio_dir = raw / "train" / "audio"
|
|
39
|
+
audio_files = sorted(
|
|
40
|
+
[AudioFile(fpath.parent.name, fpath) for fpath in audio_dir.rglob("*.wav")],
|
|
41
|
+
key=lambda x: f"{x.label}_{x.path.name}",
|
|
42
|
+
)
|
|
43
|
+
train_files, test_files = train_test_split(audio_files, test_size=0.1, random_state=0)
|
|
44
|
+
|
|
45
|
+
# Make necessary directories
|
|
46
|
+
labels = list(
|
|
47
|
+
dict.fromkeys([file.label for file in train_files])
|
|
48
|
+
) # Gets unique elements deterministically
|
|
49
|
+
|
|
50
|
+
for label in labels:
|
|
51
|
+
(public / "train" / "audio" / label).mkdir(parents=True, exist_ok=True)
|
|
52
|
+
|
|
53
|
+
(public / "test" / "audio").mkdir(parents=True, exist_ok=True)
|
|
54
|
+
|
|
55
|
+
# Copy over train and test files
|
|
56
|
+
for file in tqdm(train_files, desc="Copying train files"):
|
|
57
|
+
shutil.copyfile(
|
|
58
|
+
src=file.path,
|
|
59
|
+
dst=public / "train" / "audio" / file.label / file.path.name,
|
|
60
|
+
)
|
|
61
|
+
|
|
62
|
+
test_records = []
|
|
63
|
+
|
|
64
|
+
for idx, file in enumerate(tqdm(test_files, desc="Copying test files")):
|
|
65
|
+
# Rename files, since training audio files across labels aren't necessarily unique.
|
|
66
|
+
new_id = str(idx).zfill(8)
|
|
67
|
+
new_name = f"clip_{new_id}.wav"
|
|
68
|
+
test_records.append({"fname": new_name, "label": file.label})
|
|
69
|
+
|
|
70
|
+
shutil.copyfile(
|
|
71
|
+
src=file.path,
|
|
72
|
+
dst=public / "test" / "audio" / new_name,
|
|
73
|
+
)
|
|
74
|
+
|
|
75
|
+
test = pd.DataFrame.from_records(test_records)
|
|
76
|
+
test.to_csv(private / "test.csv", index=False)
|
|
77
|
+
|
|
78
|
+
test_without_labels = test.drop(columns=["label"])
|
|
79
|
+
sample_submission = test_without_labels.copy()
|
|
80
|
+
sample_submission["label"] = "silence"
|
|
81
|
+
sample_submission.to_csv(public / "sample_submission.csv", index=False)
|
|
82
|
+
|
|
83
|
+
# Sanity checks
|
|
84
|
+
test_audio_files = list((public / "test" / "audio").glob("*.wav"))
|
|
85
|
+
num_test_files = len(test_audio_files)
|
|
86
|
+
num_submission_entries = len(sample_submission)
|
|
87
|
+
assert num_test_files == num_submission_entries, (
|
|
88
|
+
f"The number of test audio files ({num_test_files}) does not match the number of entries "
|
|
89
|
+
f"in sample_submission.csv ({num_submission_entries}). Please check the file copying process."
|
|
90
|
+
)
|