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,178 @@
|
|
|
1
|
+
import shutil
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
import numpy as np
|
|
5
|
+
import pandas as pd
|
|
6
|
+
from pandas import DataFrame, read_csv
|
|
7
|
+
from PIL import Image
|
|
8
|
+
from sklearn.model_selection import train_test_split
|
|
9
|
+
|
|
10
|
+
from mlebench.utils import extract
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def _generate_split_artifacts(
|
|
14
|
+
train_fpaths: list[Path],
|
|
15
|
+
test_fpaths: list[Path],
|
|
16
|
+
source_data_dir: Path,
|
|
17
|
+
public_dest: Path,
|
|
18
|
+
private_dest: Path,
|
|
19
|
+
) -> None:
|
|
20
|
+
"""
|
|
21
|
+
Helper function to generate all required files for a given train/test split.
|
|
22
|
+
|
|
23
|
+
This function copies the necessary image files, creates the ground-truth
|
|
24
|
+
`answers.csv` for the test set, and a `sampleSubmission.csv` for the public.
|
|
25
|
+
"""
|
|
26
|
+
public_dest.mkdir(exist_ok=True, parents=True)
|
|
27
|
+
private_dest.mkdir(exist_ok=True, parents=True)
|
|
28
|
+
|
|
29
|
+
test_img_names = {fpath.name for fpath in test_fpaths}
|
|
30
|
+
|
|
31
|
+
# Create public train/test directories and copy images
|
|
32
|
+
(public_dest / "train").mkdir(exist_ok=True)
|
|
33
|
+
(public_dest / "test").mkdir(exist_ok=True)
|
|
34
|
+
|
|
35
|
+
for fpath in train_fpaths:
|
|
36
|
+
shutil.copy(fpath, public_dest / "train" / fpath.name)
|
|
37
|
+
|
|
38
|
+
for fpath in test_fpaths:
|
|
39
|
+
shutil.copy(fpath, public_dest / "test" / fpath.name)
|
|
40
|
+
|
|
41
|
+
# Prepare ground-truth labels for the test set
|
|
42
|
+
temp_private_cleaned_dir = private_dest / "train_cleaned"
|
|
43
|
+
temp_private_cleaned_dir.mkdir(exist_ok=True)
|
|
44
|
+
|
|
45
|
+
source_cleaned_dir = source_data_dir / "train_cleaned"
|
|
46
|
+
for fpath in source_cleaned_dir.glob("*.png"):
|
|
47
|
+
if fpath.name in test_img_names:
|
|
48
|
+
shutil.copy(fpath, temp_private_cleaned_dir / fpath.name)
|
|
49
|
+
|
|
50
|
+
# Write `answers.csv` for the test set
|
|
51
|
+
dfs = []
|
|
52
|
+
for fpath in sorted(temp_private_cleaned_dir.glob("*.png")):
|
|
53
|
+
df = to_df(fpath)
|
|
54
|
+
dfs.append(df)
|
|
55
|
+
|
|
56
|
+
answers = DataFrame(pd.concat(dfs))
|
|
57
|
+
answers.to_csv(private_dest / "answers.csv", index=False)
|
|
58
|
+
|
|
59
|
+
shutil.rmtree(temp_private_cleaned_dir)
|
|
60
|
+
|
|
61
|
+
# Write `sampleSubmission.csv`
|
|
62
|
+
sample_submission = answers.copy()
|
|
63
|
+
sample_submission["value"] = 1
|
|
64
|
+
sample_submission.to_csv(public_dest / "sampleSubmission.csv", index=False)
|
|
65
|
+
|
|
66
|
+
# Sanity checks
|
|
67
|
+
assert len(list((public_dest / "train").glob("*.png"))) == len(train_fpaths), (
|
|
68
|
+
f"Expected the number of images in `{public_dest}/train` to be "
|
|
69
|
+
f"{len(train_fpaths)}, but got "
|
|
70
|
+
f"{len(list((public_dest / 'train').glob('*.png')))}."
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
assert len(list((public_dest / "test").glob("*.png"))) == len(test_fpaths), (
|
|
74
|
+
f"Expected {len(test_fpaths)} in the `{public_dest}/test` directory, but got "
|
|
75
|
+
f"{len(list((public_dest / 'test').glob('*.png')))}."
|
|
76
|
+
)
|
|
77
|
+
|
|
78
|
+
assert read_csv(private_dest / "answers.csv").drop_duplicates().shape[0] == len(
|
|
79
|
+
read_csv(private_dest / "answers.csv")
|
|
80
|
+
), (
|
|
81
|
+
f"Expected `{private_dest}/answers.csv` to have unique rows, but got "
|
|
82
|
+
f"{read_csv(private_dest / 'answers.csv').drop_duplicates().shape[0]} unique rows and "
|
|
83
|
+
f"{len(read_csv(private_dest / 'answers.csv'))} rows in total."
|
|
84
|
+
)
|
|
85
|
+
|
|
86
|
+
assert len(read_csv(private_dest / "answers.csv")) == len(
|
|
87
|
+
read_csv(public_dest / "sampleSubmission.csv")
|
|
88
|
+
), (
|
|
89
|
+
f"Expected `answers.csv` and `sampleSubmission.csv` to have the same number of rows, but "
|
|
90
|
+
f"got {len(read_csv(private_dest / 'answers.csv'))} rows in `answers.csv` and "
|
|
91
|
+
f"{len(read_csv(public_dest / 'sampleSubmission.csv'))} rows in `sampleSubmission.csv`."
|
|
92
|
+
)
|
|
93
|
+
|
|
94
|
+
assert "id" in read_csv(private_dest / "answers.csv").columns, (
|
|
95
|
+
f"Expected `answers.csv` to have an 'id' column, but got "
|
|
96
|
+
f"{read_csv(private_dest / 'answers.csv').columns}."
|
|
97
|
+
)
|
|
98
|
+
|
|
99
|
+
assert "value" in read_csv(private_dest / "answers.csv").columns, (
|
|
100
|
+
f"Expected `answers.csv` to have a 'value' column, but got "
|
|
101
|
+
f"{read_csv(private_dest / 'answers.csv').columns}."
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
assert "id" in read_csv(public_dest / "sampleSubmission.csv").columns, (
|
|
105
|
+
f"Expected `sampleSubmission.csv` to have an 'id' column, but got "
|
|
106
|
+
f"{read_csv(public_dest / 'sampleSubmission.csv').columns}."
|
|
107
|
+
)
|
|
108
|
+
|
|
109
|
+
assert "value" in read_csv(public_dest / "sampleSubmission.csv").columns, (
|
|
110
|
+
f"Expected `sampleSubmission.csv` to have a 'value' column, but got "
|
|
111
|
+
f"{read_csv(public_dest / 'sampleSubmission.csv').columns}."
|
|
112
|
+
)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
def prepare(raw: Path, public: Path, private: Path) -> None:
|
|
116
|
+
# Define paths for the new validation split
|
|
117
|
+
public_val = public.parent / "public_val"
|
|
118
|
+
private_val = private.parent / "private_val"
|
|
119
|
+
|
|
120
|
+
# Use a temporary directory to extract raw data to avoid side-effects
|
|
121
|
+
temp_source_dir = public.parent / "temp_data_source"
|
|
122
|
+
if temp_source_dir.exists():
|
|
123
|
+
shutil.rmtree(temp_source_dir)
|
|
124
|
+
temp_source_dir.mkdir(parents=True)
|
|
125
|
+
|
|
126
|
+
# Extract all necessary data once
|
|
127
|
+
extract(raw / "train.zip", temp_source_dir)
|
|
128
|
+
extract(raw / "train_cleaned.zip", temp_source_dir)
|
|
129
|
+
all_img_fpaths = sorted((temp_source_dir / "train").glob("*.png"))
|
|
130
|
+
|
|
131
|
+
# --- First Split: The Original Train/Test Split ---
|
|
132
|
+
# We set new test ratio to 0.2 to keep it number of train samples at same OOM while having enough samples for new test
|
|
133
|
+
orig_train_fpaths, orig_test_fpaths = train_test_split(
|
|
134
|
+
all_img_fpaths,
|
|
135
|
+
test_size=0.2,
|
|
136
|
+
random_state=0,
|
|
137
|
+
)
|
|
138
|
+
# Generate artifacts for the original public/private directories
|
|
139
|
+
_generate_split_artifacts(orig_train_fpaths, orig_test_fpaths, temp_source_dir, public, private)
|
|
140
|
+
|
|
141
|
+
# --- Second Split: Create Train/Validation Split from the Original Train Set ---
|
|
142
|
+
# To keep the new validation set size similar to the original test set size,
|
|
143
|
+
# we use test_size=0.25 (since 0.25 * 0.8 = 0.2).
|
|
144
|
+
new_train_fpaths, val_fpaths = train_test_split(
|
|
145
|
+
orig_train_fpaths, # Split the original training data again
|
|
146
|
+
test_size=0.25,
|
|
147
|
+
random_state=0,
|
|
148
|
+
)
|
|
149
|
+
# Generate artifacts for the new validation directories (public_val/private_val)
|
|
150
|
+
_generate_split_artifacts(new_train_fpaths, val_fpaths, temp_source_dir, public_val, private_val)
|
|
151
|
+
|
|
152
|
+
# Clean up the temporary source directory
|
|
153
|
+
shutil.rmtree(temp_source_dir)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
def to_df(img: Path) -> DataFrame:
|
|
157
|
+
"""Converts an image to a DataFrame, where each row corresponds to a pixel."""
|
|
158
|
+
|
|
159
|
+
image = Image.open(img).convert("L")
|
|
160
|
+
image_array = np.array(image) / 255.0
|
|
161
|
+
|
|
162
|
+
rows, cols = image_array.shape
|
|
163
|
+
data = {"id": [], "value": []}
|
|
164
|
+
|
|
165
|
+
for row in range(rows):
|
|
166
|
+
for col in range(cols):
|
|
167
|
+
pixel_id = f"{img.stem}_{row+1}_{col+1}"
|
|
168
|
+
pixel_value = image_array[row, col]
|
|
169
|
+
data["id"].append(pixel_id)
|
|
170
|
+
data["value"].append(pixel_value)
|
|
171
|
+
|
|
172
|
+
df = DataFrame(data)
|
|
173
|
+
|
|
174
|
+
assert (
|
|
175
|
+
len(df) == rows * cols
|
|
176
|
+
), f"Expected the DataFrame to have {rows * cols} rows, but got {len(df)} rows."
|
|
177
|
+
|
|
178
|
+
return DataFrame(data)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
private:
|
|
2
|
+
gold_submission.csv: 937dc9172f07ab3f72f123c79e37652c
|
|
3
|
+
test.csv: 76d6e15e475a2fd634bdd8cdfb4746c0
|
|
4
|
+
public:
|
|
5
|
+
sample_submission_null.csv: a0dcbebb9f3aa642325ec3b83dacafa1
|
|
6
|
+
test.csv: 6dd3e4189309b7b513fcf124be21c790
|
|
7
|
+
train.csv: 60f8ff55967759d144efd4f055f37673
|
|
8
|
+
zip: 719b313286d397ddc6d8e454135249de
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
id: detecting-insults-in-social-commentary
|
|
2
|
+
name: Detecting Insults in Social Commentary
|
|
3
|
+
competition_type: simple
|
|
4
|
+
awards_medals: true
|
|
5
|
+
prizes:
|
|
6
|
+
- position: 1
|
|
7
|
+
value: 7000
|
|
8
|
+
- position: 2
|
|
9
|
+
value: 2500
|
|
10
|
+
- position: Visualization Prospect
|
|
11
|
+
value: 500
|
|
12
|
+
description: mlebench/competitions/detecting-insults-in-social-commentary/description.md
|
|
13
|
+
|
|
14
|
+
dataset:
|
|
15
|
+
answers: detecting-insults-in-social-commentary/prepared/private/test.csv
|
|
16
|
+
gold_submission: detecting-insults-in-social-commentary/prepared/private/gold_submission.csv
|
|
17
|
+
sample_submission: detecting-insults-in-social-commentary/prepared/public/sample_submission_null.csv
|
|
18
|
+
|
|
19
|
+
grader:
|
|
20
|
+
name: auc-roc
|
|
21
|
+
grade_fn: mlebench.competitions.detecting-insults-in-social-commentary.grade:grade
|
|
22
|
+
|
|
23
|
+
preparer: mlebench.competitions.detecting-insults-in-social-commentary.prepare:prepare
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
### Prizes
|
|
6
|
+
|
|
7
|
+
#### How Does the Prize Work?
|
|
8
|
+
|
|
9
|
+
The \$10,000 prize pool will be split between the top two finishers for the classification challenge and the top visualization submission as follows:
|
|
10
|
+
|
|
11
|
+
**First place**: \$7,000
|
|
12
|
+
|
|
13
|
+
**Second place**: \$2,500
|
|
14
|
+
|
|
15
|
+
**Visualization Prospect**: \$500
|
|
16
|
+
|
|
17
|
+
But wait, there's more...
|
|
18
|
+
|
|
19
|
+
**Recruiting Competition**
|
|
20
|
+
|
|
21
|
+
Do you want a chance to build a crucial component of Web 2.0 infrastructure: the defense against spam and abuse? Do you live and breathe machine learning and data-mining?\
|
|
22
|
+
We're looking for someone whose passion lies in the invention and application of cutting-edge machine learning and data-mining techniques. Impermium is an engineering-driven startup dedicated to helping consumer web sites protect themselves from "social spam," account hacking, bot attacks, and more.
|
|
23
|
+
|
|
24
|
+
Impermium will review the top entries and offer interviews to the creators of those submissions which are exceptional.
|
|
25
|
+
|
|
26
|
+
**Please note: You must compete as an individual in recruiting competitions. You may only use the data provided to make your predictions. Impermium will review the code of the top participants before deciding whether to offer an interview.**
|
|
27
|
+
|
|
28
|
+
**Due to visa issuance delays, Impermium is not able to sponsor new H1B applicants but are happy to support H1B transfers, permanent residents and US citizens.**
|
|
29
|
+
|
|
30
|
+
### Description
|
|
31
|
+
|
|
32
|
+
#### [Visualization Track now open >>](https://www.kaggle.com/c/detecting-insults-in-social-commentary/prospector)
|
|
33
|
+
|
|
34
|
+
#### Do you think you can take on the crudest, meanest trolls on the internet? Okay then, game on!
|
|
35
|
+
|
|
36
|
+
The challenge is to detect when a comment from a conversation would be considered insulting to another participant in the conversation. Samples could be drawn from conversation streams like news commenting sites, magazine comments, message boards, blogs, text messages, etc.
|
|
37
|
+
|
|
38
|
+
The idea is to create a generalizable single-class classifier which could operate in a near real-time mode, scrubbing the filth of the internet away in one pass.
|
|
39
|
+
|
|
40
|
+
#### _Prizes you say?_
|
|
41
|
+
|
|
42
|
+
Besides the prize money, eternal fame and glory, monuments in your honor, and the admiration of friend and foe alike, you get a chance for an interview at Impermium for the Principal Data Engineer role.
|
|
43
|
+
|
|
44
|
+
In addition, there will be a Visualization prospect attached to the contest. Slice and dice the data to show us the most amazing, informative and thought-provoking infographics, diagrams or plots! Submission open 1 week before the contest ends.
|
|
45
|
+
|
|
46
|
+
*(Please note that referenced fame, glory, monuments and admiration are to be bestowed only in the imagination of the contestants)*
|
|
47
|
+
|
|
48
|
+
### About The Sponsor
|
|
49
|
+
|
|
50
|
+
#### What are social spam and abuse?
|
|
51
|
+
|
|
52
|
+
Impermium defines social spam as any unwanted content that someone experiences on social network or in user-generated content sites on the Internet. Social web abuse involves malicious efforts to take advantage of social channels, including password hacking, malware placement, fake follower and friending schemes, account takeovers, bogus registrations, and more.
|
|
53
|
+
|
|
54
|
+
Five years ago, social spam and abuse practically didn't exist. But this year, 90% of social network users have experienced it -- and victims are beginning to lose hundreds of thousands of dollars. Because social networks are relatively new to users, and cybercriminals are already inside them, we can expect the damages to mount for many years to come.
|
|
55
|
+
|
|
56
|
+
#### Who is Impermium?
|
|
57
|
+
|
|
58
|
+
Impermium is an engineering-driven startup dedicated to helping consumer web sites protect themselves from "social spam," account hacking, bot attacks, and more. We are funded by some of the most experienced and influential investors in the Valley, and already receiving strong enthusiasm and rapid uptake.
|
|
59
|
+
|
|
60
|
+
Impermium provides a subscription-based service that protects against the biggest threats today, allowing social application developers to remain focused on their core business. Built by the former leaders of the Yahoo! anti-spam and security teams, the company's RESTful Web Services-based solution enables site operators to prevent and mitigate most types of suspicious and abusive transactions, with real-time and batch monitoring of Web transactions, and hosted mitigation solutions to manage suspicious users.
|
|
61
|
+
|
|
62
|
+
Backed by some of the most prominent technology investors in Silicon Valley including Accel Partners, Charles River Ventures, Greylock Partners, Highland Capital Partners, and the Social+Capital Partnership, Impermium provides the essential anti-abuse and security services for many of the Internet's most popular consumer web sites and social media engagement platforms.
|
|
63
|
+
|
|
64
|
+
### Job Description
|
|
65
|
+
|
|
66
|
+
#### Principal Data Engineer at Impermium in Redwood City, CA
|
|
67
|
+
|
|
68
|
+
**As Impermium continues to build out its Internet-scale user-generated content classification system, we're looking for someone whose passion lies in the invention and application of cutting-edge machine learning and data-mining techniques. Our system already classifies tens of millions of "social transactions" every day, looking for spam, abuse, fraud, and other bad behavior -- as Data Engineer, you'll join our team to help guide and shape our algorithm and classifier development. Read on if the following excites you:**
|
|
69
|
+
|
|
70
|
+
- Locality Sensitive Hashing!
|
|
71
|
+
- Random Forest Ensemble Classifiers!
|
|
72
|
+
- Stochastic Gradient Boosting Distributed Decision Trees!
|
|
73
|
+
|
|
74
|
+
**Most large-scale abuse classification systems break down due to non-I.I.D. document distributions, an over-reliance on exhaustive "ground truth" training corpora, and an adversary who continually adapts to specific weaknesses in the classifier. The Impermium Data Engineer will help in our pioneering work to overcome these historical limitations.\
|
|
75
|
+
The ideal candidate is a highly knowledgeable, all-star computer engineer, with a strong background in machine learning, data mining, and distributed computing. This candidate must have previous, hands-on experience turning conversations into prototypes and prototypes into products -- ideally in a startup environment.**
|
|
76
|
+
|
|
77
|
+
**You'll fit right in if:**
|
|
78
|
+
|
|
79
|
+
- You are a self-managed, high-energy individual
|
|
80
|
+
- You possess exceptional communication skills with the ability to clearly articulate your engineering and product ideas with both team-members and customers
|
|
81
|
+
- You are absolutely confident in your ability to design scalable, principled, practical classification and clustering algorithms that operate within the near-real-time constraints of the abuse domain
|
|
82
|
+
|
|
83
|
+
**Requirements:**
|
|
84
|
+
|
|
85
|
+
- 5+ years experience creating prototypes that are shipped to market (production systems)
|
|
86
|
+
- 5+ years experience in software product development - with the core focus being on mathematical and / or statistical algorithms
|
|
87
|
+
- Well-versed in a modern general purpose programming language such as Java/C++/Scala/Python
|
|
88
|
+
- Well-versed with unix command line tools and one or more scripting language such as awk/perl/shell
|
|
89
|
+
- Proven ability to develop and execute sophisticated data mining & modeling
|
|
90
|
+
- Experience working with "Big Data" systems and platforms
|
|
91
|
+
- NLP (natural language processing) experience is a plus
|
|
92
|
+
- Publications and/or patents are a plus
|
|
93
|
+
- MS/PH.D in Computer Science recommended
|
|
94
|
+
|
|
95
|
+
**Impermium offers you:**
|
|
96
|
+
|
|
97
|
+
- A chance to build a crucial component of Web 2.0 infrastructure: the defense against spam and abuse
|
|
98
|
+
- A dynamic, technology-driven work environment in our brand new office, convenient to 101 and Caltrain
|
|
99
|
+
- A highly influential and visible role with direct impact on foundational product and engineering direction
|
|
100
|
+
- The opportunity to work alongside a highly talented, experienced founding team
|
|
101
|
+
|
|
102
|
+
Due to visa issuance delays, Impermium is not able to sponsor new H1B applicants but are happy to support H1B transfers, permanent residents and US citizens.
|
|
103
|
+
|
|
104
|
+
### Evaluation
|
|
105
|
+
|
|
106
|
+
This is a single-class classification problems. Your predictions should be a number in the range [0,1] where 0 indicates 0% probability of comment being an insult, and 1 represents 100% insult.
|
|
107
|
+
|
|
108
|
+
All predictions should be in the first column of your submission file. Please see 'sample_submissions_null.csv" for the correct format.
|
|
109
|
+
|
|
110
|
+
The evaluation metric for this competition is the Area under the Receiver Operating Curve (AUC). This evaluation metric penalizes wrong predictions made with high probability. For more about this metric, check out the [AUC](https://www.kaggle.com/wiki/AreaUnderCurve) page on the Kaggle Wiki.
|
|
111
|
+
|
|
112
|
+
**Please note, winners for the competition will be determined by their performance on an additional verification set that will be released at the end of the competition. See Timeline tab for details.**
|
|
113
|
+
|
|
114
|
+
### Timeline
|
|
115
|
+
|
|
116
|
+
Tuesday, August 7th: Competition launches
|
|
117
|
+
|
|
118
|
+
Monday September 10th: Full test set released. The public leaderboard will be locked and continue to reflect its state before the release of new data. Daily model submission limits will be removed. Visualization Prospect opens.
|
|
119
|
+
|
|
120
|
+
Monday, September 17th: Up to five (5) final models must be submitted and locked-in (self-contained code). Please see Rules for exact details on model submission. Impermium will release the **verification set**
|
|
121
|
+
|
|
122
|
+
Thursday September 20th: Deadline to submit up to five (5) solution on the verification set. Solution must be generated with same code that was locked in on 9-17.
|
|
123
|
+
|
|
124
|
+
**The overall winners of the competition will be determined by their performance on the verification set.** Winning entries will be checked to confirm that they were generated with the locked code.
|
|
125
|
+
|
|
126
|
+
Friday, September 21st: Visualization prospect closes
|
|
127
|
+
|
|
128
|
+
### Winners
|
|
129
|
+
|
|
130
|
+
This challenge focused on using natural language processing to flag insulting comments posted in online forums.
|
|
131
|
+
|
|
132
|
+
- **First Place**: [Vivek Sharma](https://www.kaggle.com/users/5048/vivek-sharma), New Delhi, India
|
|
133
|
+
- **Second Place**: [Dmitry S](https://www.kaggle.com/users/45651/tuzzeg)., USA
|
|
134
|
+
- **Visualization Prize**: [Charlie Turner](https://www.kaggle.com/users/5940/charlie-turner), Davis, USA
|
|
135
|
+
|
|
136
|
+
### Citation
|
|
137
|
+
|
|
138
|
+
Cory O'Connor, Glider, parag. (2012). Detecting Insults in Social Commentary. Kaggle. https://kaggle.com/competitions/detecting-insults-in-social-commentary
|
|
139
|
+
|
|
140
|
+
# Data
|
|
141
|
+
|
|
142
|
+
## Dataset Description
|
|
143
|
+
|
|
144
|
+
### Data
|
|
145
|
+
|
|
146
|
+
The data consists of a label column followed by two attribute fields.
|
|
147
|
+
|
|
148
|
+
This is a single-class classification problem. The label is either 0 meaning a **neutral** comment, or 1 meaning an **insulting** comment (neutral can be considered as not belonging to the insult class. Your predictions must be a real number in the range [0,1] where 1 indicates 100% confident prediction that comment is an insult.
|
|
149
|
+
|
|
150
|
+
The first attribute is the time at which the comment was made. It is sometimes blank, meaning an accurate timestamp is not possible. It is in the form "YYYYMMDDhhmmss" and then the Z character. It is on a 24 hour clock and corresponds to the localtime at which the comment was originally made.
|
|
151
|
+
|
|
152
|
+
The second attribute is the unicode-escaped text of the content, surrounded by double-quotes. The content is mostly english language comments, with some occasional formatting.
|
|
153
|
+
|
|
154
|
+
### Guidelines
|
|
155
|
+
|
|
156
|
+
- We are looking for comments that are intended to be insulting to a person who is a part of the larger blog/forum conversation.
|
|
157
|
+
- We are NOT looking for insults directed to non-participants (such as celebrities, public figures etc.).
|
|
158
|
+
- Insults could contain profanity, racial slurs, or other offensive language. But often times, they do not.
|
|
159
|
+
- Comments which contain profanity or racial slurs, but are not necessarily insulting to another person are considered not insulting.
|
|
160
|
+
- The insulting nature of the comment should be obvious, and not subtle.
|
|
161
|
+
|
|
162
|
+
There may be a small amount of noise in the labels as they have not been meticulously cleaned. However, contenstants can be confident the error in the training and testing data is `< 1%`.
|
|
163
|
+
|
|
164
|
+
Contestants should also be warned that this problem tends to strongly overfit. The provided data is generally representative of the full test set, but not exhaustive by any measure. Impermium will be conducting final evaluations based on an unpublished set of data drawn from a wide sample.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Task
|
|
2
|
+
|
|
3
|
+
Detect if a comment is insulting.
|
|
4
|
+
|
|
5
|
+
# Metric
|
|
6
|
+
|
|
7
|
+
Area under the Receiver Operating Curve (AUC).
|
|
8
|
+
|
|
9
|
+
# Submission Format
|
|
10
|
+
|
|
11
|
+
Your predictions should be a number in the range [0,1].
|
|
12
|
+
|
|
13
|
+
See 'sample_submissions_null.csv" for the correct format.
|
|
14
|
+
|
|
15
|
+
# Dataset
|
|
16
|
+
|
|
17
|
+
The label is either 0 meaning a **neutral** comment, or 1 meaning an **insulting** comment.
|
|
18
|
+
|
|
19
|
+
The first attribute is the time at which the comment was made. It is sometimes blank, meaning an accurate timestamp is not possible. It is in the form "YYYYMMDDhhmmss" and then the Z character.
|
|
20
|
+
|
|
21
|
+
The second attribute is the unicode-escaped text of the content, surrounded by double-quotes. The content is mostly english language comments, with some occasional formatting.
|
|
22
|
+
|
|
23
|
+
## Guidelines
|
|
24
|
+
|
|
25
|
+
- We are looking for comments that are intended to be insulting to a person who is a part of the larger blog/forum conversation.
|
|
26
|
+
- We are NOT looking for insults directed to non-participants (such as celebrities, public figures etc.).
|
|
27
|
+
- Insults could contain profanity, racial slurs, or other offensive language. But often times, they do not.
|
|
28
|
+
- Comments which contain profanity or racial slurs, but are not necessarily insulting to another person are considered not insulting.
|
|
29
|
+
- The insulting nature of the comment should be obvious, and not subtle.
|
|
30
|
+
|
|
31
|
+
There may be a small amount of noise in the labels as they have not been meticulously cleaned. However, contenstants can be confident the error in the training and testing data is `< 1%`.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import pandas as pd
|
|
2
|
+
from sklearn.metrics import roc_auc_score
|
|
3
|
+
|
|
4
|
+
from mlebench.competitions.utils import prepare_for_auroc_metric
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def grade(submission: pd.DataFrame, answers: pd.DataFrame) -> float:
|
|
8
|
+
roc_auc_inputs = prepare_for_auroc_metric(
|
|
9
|
+
submission=submission, answers=answers, id_col="Comment", target_col="Insult"
|
|
10
|
+
)
|
|
11
|
+
return roc_auc_score(y_true=roc_auc_inputs["y_true"], y_score=roc_auc_inputs["y_score"])
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import shutil
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
from mlebench.utils import read_csv
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def prepare(raw: Path, public: Path, private: Path):
|
|
8
|
+
# the test set labels are provided so we can just copy things without doing the split ourselves
|
|
9
|
+
shutil.copy(raw / "train.csv", public / "train.csv")
|
|
10
|
+
shutil.copy(raw / "test_with_solutions.csv", private / "test.csv")
|
|
11
|
+
|
|
12
|
+
# the public test currently online is for the verification stage, which we are ignoring
|
|
13
|
+
# (we are ignoring because there is some train/test leakage and unclear how this factors in leaderboard)
|
|
14
|
+
# we can recover the original public test set by removing the labels from the private test set
|
|
15
|
+
# can make the gold submission while we're at it
|
|
16
|
+
gold_submission = read_csv(private / "test.csv")
|
|
17
|
+
gold_submission = gold_submission[["Insult", "Date", "Comment"]]
|
|
18
|
+
gold_submission.to_csv(private / "gold_submission.csv", index=False)
|
|
19
|
+
|
|
20
|
+
public_test = gold_submission.drop(columns=["Insult"]).copy()
|
|
21
|
+
public_test.to_csv(public / "test.csv", index=False)
|
|
22
|
+
|
|
23
|
+
# finally, we also make our own sample_submission, same reasons as public test
|
|
24
|
+
# but match the format of what's online
|
|
25
|
+
sample_submission = gold_submission.copy()
|
|
26
|
+
sample_submission["Insult"] = 0
|
|
27
|
+
sample_submission.to_csv(public / "sample_submission_null.csv", index=False)
|
|
28
|
+
|
|
29
|
+
# checks
|
|
30
|
+
public_train = read_csv(public / "train.csv")
|
|
31
|
+
public_test = read_csv(public / "test.csv")
|
|
32
|
+
private_test = read_csv(private / "test.csv")
|
|
33
|
+
|
|
34
|
+
# no `Id` column in train, so we check comment content instead
|
|
35
|
+
assert public_train.columns.to_list() == [
|
|
36
|
+
"Insult",
|
|
37
|
+
"Date",
|
|
38
|
+
"Comment",
|
|
39
|
+
], "Train columns should be Insult, Date, Comment"
|
|
40
|
+
assert public_test.columns.to_list() == [
|
|
41
|
+
"Date",
|
|
42
|
+
"Comment",
|
|
43
|
+
], "Test columns should be Date, Comment"
|
|
44
|
+
assert sample_submission.columns.to_list() == [
|
|
45
|
+
"Insult",
|
|
46
|
+
"Date",
|
|
47
|
+
"Comment",
|
|
48
|
+
], "Sample submission columns should be Insult, Date, Comment"
|
|
49
|
+
assert gold_submission.columns.to_list() == [
|
|
50
|
+
"Insult",
|
|
51
|
+
"Date",
|
|
52
|
+
"Comment",
|
|
53
|
+
], "Gold submission columns should be Insult, Date, Comment"
|
|
54
|
+
assert private_test.columns.to_list() == [
|
|
55
|
+
"Insult",
|
|
56
|
+
"Date",
|
|
57
|
+
"Comment",
|
|
58
|
+
"Usage",
|
|
59
|
+
], "Private test columns should be Insult, Date, Comment, Usage"
|
|
60
|
+
|
|
61
|
+
assert set(public_train["Comment"]).isdisjoint(
|
|
62
|
+
set(public_test["Comment"])
|
|
63
|
+
), "None of the test comments should be in the train comments"
|
|
64
|
+
assert public_test.equals(
|
|
65
|
+
private_test.drop(columns=["Insult", "Usage"])
|
|
66
|
+
), "Public test should be identical to private test, modulo the Insult and Usage columns"
|
|
67
|
+
assert set(public_test["Comment"]) == set(
|
|
68
|
+
sample_submission["Comment"]
|
|
69
|
+
), "Public test and sample submission should have the same Comments"
|
|
70
|
+
assert set(public_test["Comment"]) == set(
|
|
71
|
+
gold_submission["Comment"]
|
|
72
|
+
), "Public test and gold submission should have the same Comments"
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import shutil
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
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_split_files(
|
|
11
|
+
train_df: pd.DataFrame,
|
|
12
|
+
test_df_with_solutions: pd.DataFrame,
|
|
13
|
+
public_dir: Path,
|
|
14
|
+
private_dir: Path,
|
|
15
|
+
):
|
|
16
|
+
"""
|
|
17
|
+
Helper function to create the standard file structure for a given data split.
|
|
18
|
+
|
|
19
|
+
This function encapsulates the logic for generating:
|
|
20
|
+
- public/train.csv
|
|
21
|
+
- public/test.csv (unlabeled)
|
|
22
|
+
- public/sample_submission_null.csv
|
|
23
|
+
- private/test.csv (labeled, ground truth)
|
|
24
|
+
- private/gold_submission.csv
|
|
25
|
+
"""
|
|
26
|
+
# Create directories if they don't exist
|
|
27
|
+
public_dir.mkdir(exist_ok=True)
|
|
28
|
+
private_dir.mkdir(exist_ok=True)
|
|
29
|
+
|
|
30
|
+
# Save the training data
|
|
31
|
+
train_df.to_csv(public_dir / "train.csv", index=False)
|
|
32
|
+
|
|
33
|
+
# Save the full test set with solutions to the private directory
|
|
34
|
+
test_df_with_solutions.to_csv(private_dir / "test.csv", index=False)
|
|
35
|
+
|
|
36
|
+
# Create the gold submission from the private test set
|
|
37
|
+
gold_submission = test_df_with_solutions[["Insult", "Date", "Comment"]].copy()
|
|
38
|
+
gold_submission.to_csv(private_dir / "gold_submission.csv", index=False)
|
|
39
|
+
|
|
40
|
+
# Create the public test set by dropping the label
|
|
41
|
+
public_test = gold_submission.drop(columns=["Insult"]).copy()
|
|
42
|
+
public_test.to_csv(public_dir / "test.csv", index=False)
|
|
43
|
+
|
|
44
|
+
# Create a sample submission with null labels
|
|
45
|
+
sample_submission = gold_submission.copy()
|
|
46
|
+
sample_submission["Insult"] = 0
|
|
47
|
+
sample_submission.to_csv(public_dir / "sample_submission_null.csv", index=False)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def prepare(raw: Path, public: Path, private: Path):
|
|
51
|
+
# Load the original, pre-split data from the raw directory
|
|
52
|
+
original_train_df = read_csv(raw / "train.csv")
|
|
53
|
+
original_test_df = read_csv(raw / "test_with_solutions.csv")
|
|
54
|
+
|
|
55
|
+
# --- Part 1: Generate the original public/private split ---
|
|
56
|
+
# This block uses the original data to create the competition's primary
|
|
57
|
+
# train/test split, ensuring the output is identical to the original script.
|
|
58
|
+
_create_split_files(original_train_df, original_test_df, public, private)
|
|
59
|
+
|
|
60
|
+
# --- Part 2: Generate the new validation split ---
|
|
61
|
+
# This block creates a new split for local validation. It takes the original
|
|
62
|
+
# training data and splits it again, creating a new, smaller training set
|
|
63
|
+
# and a validation set. The outputs are saved to parallel directories.
|
|
64
|
+
|
|
65
|
+
# Define paths for the new validation set directories
|
|
66
|
+
public_val = public.parent / "public_val"
|
|
67
|
+
private_val = private.parent / "private_val"
|
|
68
|
+
|
|
69
|
+
# Split the original training data to create a new train and validation set.
|
|
70
|
+
# The size of the validation set is chosen to be the same as the original test set.
|
|
71
|
+
# We stratify on the 'Insult' column to maintain label distribution.
|
|
72
|
+
train_val_df, test_val_df = train_test_split(
|
|
73
|
+
original_train_df,
|
|
74
|
+
test_size=len(original_test_df),
|
|
75
|
+
random_state=42,
|
|
76
|
+
stratify=original_train_df["Insult"],
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
# Use the same helper function to create the files for the validation split,
|
|
80
|
+
# ensuring an identical directory structure and naming convention.
|
|
81
|
+
_create_split_files(train_val_df, test_val_df, public_val, private_val)
|
|
82
|
+
|
|
83
|
+
# --- Final Checks ---
|
|
84
|
+
# checks for the original split
|
|
85
|
+
public_train = read_csv(public / "train.csv")
|
|
86
|
+
public_test = read_csv(public / "test.csv")
|
|
87
|
+
private_test = read_csv(private / "test.csv")
|
|
88
|
+
sample_submission = read_csv(public / "sample_submission_null.csv")
|
|
89
|
+
gold_submission = read_csv(private / "gold_submission.csv")
|
|
90
|
+
|
|
91
|
+
assert public_train.columns.to_list() == [
|
|
92
|
+
"Insult",
|
|
93
|
+
"Date",
|
|
94
|
+
"Comment",
|
|
95
|
+
], "Train columns should be Insult, Date, Comment"
|
|
96
|
+
assert public_test.columns.to_list() == [
|
|
97
|
+
"Date",
|
|
98
|
+
"Comment",
|
|
99
|
+
], "Test columns should be Date, Comment"
|
|
100
|
+
assert sample_submission.columns.to_list() == [
|
|
101
|
+
"Insult",
|
|
102
|
+
"Date",
|
|
103
|
+
"Comment",
|
|
104
|
+
], "Sample submission columns should be Insult, Date, Comment"
|
|
105
|
+
assert gold_submission.columns.to_list() == [
|
|
106
|
+
"Insult",
|
|
107
|
+
"Date",
|
|
108
|
+
"Comment",
|
|
109
|
+
], "Gold submission columns should be Insult, Date, Comment"
|
|
110
|
+
assert private_test.columns.to_list() == [
|
|
111
|
+
"Insult",
|
|
112
|
+
"Date",
|
|
113
|
+
"Comment",
|
|
114
|
+
"Usage",
|
|
115
|
+
], "Private test columns should be Insult, Date, Comment, Usage"
|
|
116
|
+
|
|
117
|
+
assert set(public_train["Comment"]).isdisjoint(
|
|
118
|
+
set(public_test["Comment"])
|
|
119
|
+
), "None of the test comments should be in the train comments"
|
|
120
|
+
assert public_test.equals(
|
|
121
|
+
private_test.drop(columns=["Insult", "Usage"])
|
|
122
|
+
), "Public test should be identical to private test, modulo the Insult and Usage columns"
|
|
123
|
+
assert set(public_test["Comment"]) == set(
|
|
124
|
+
sample_submission["Comment"]
|
|
125
|
+
), "Public test and sample submission should have the same Comments"
|
|
126
|
+
assert set(public_test["Comment"]) == set(
|
|
127
|
+
gold_submission["Comment"]
|
|
128
|
+
), "Public test and gold submission should have the same Comments"
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
id: dog-breed-identification
|
|
2
|
+
name: Dog Breed Identification
|
|
3
|
+
competition_type: simple
|
|
4
|
+
awards_medals: false
|
|
5
|
+
prizes: null
|
|
6
|
+
description: mlebench/competitions/dog-breed-identification/description.md
|
|
7
|
+
|
|
8
|
+
dataset:
|
|
9
|
+
answers: dog-breed-identification/prepared/private/test.csv
|
|
10
|
+
sample_submission: dog-breed-identification/prepared/public/sample_submission.csv
|
|
11
|
+
|
|
12
|
+
grader:
|
|
13
|
+
name: multi-class-log-loss
|
|
14
|
+
grade_fn: mlebench.competitions.dog-breed-identification.grade:grade
|
|
15
|
+
|
|
16
|
+
preparer: mlebench.competitions.dog-breed-identification.prepare:prepare
|