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,2179 @@
|
|
|
1
|
+
datetime,count
|
|
2
|
+
2011-07-19 11:00:00,127
|
|
3
|
+
2012-01-16 06:00:00,13
|
|
4
|
+
2011-12-11 18:00:00,163
|
|
5
|
+
2012-08-15 10:00:00,233
|
|
6
|
+
2012-06-15 23:00:00,222
|
|
7
|
+
2012-11-03 21:00:00,166
|
|
8
|
+
2011-12-16 11:00:00,144
|
|
9
|
+
2011-07-03 15:00:00,376
|
|
10
|
+
2012-11-07 08:00:00,601
|
|
11
|
+
2011-01-02 10:00:00,53
|
|
12
|
+
2011-11-06 04:00:00,6
|
|
13
|
+
2012-06-18 01:00:00,14
|
|
14
|
+
2011-07-07 21:00:00,209
|
|
15
|
+
2011-08-14 02:00:00,62
|
|
16
|
+
2011-04-04 13:00:00,139
|
|
17
|
+
2011-09-11 04:00:00,9
|
|
18
|
+
2012-09-09 02:00:00,96
|
|
19
|
+
2011-03-08 13:00:00,98
|
|
20
|
+
2011-09-10 21:00:00,230
|
|
21
|
+
2011-07-17 05:00:00,12
|
|
22
|
+
2011-04-12 22:00:00,54
|
|
23
|
+
2011-04-19 14:00:00,107
|
|
24
|
+
2012-12-13 02:00:00,8
|
|
25
|
+
2011-06-12 09:00:00,182
|
|
26
|
+
2012-04-06 02:00:00,11
|
|
27
|
+
2012-04-12 04:00:00,1
|
|
28
|
+
2012-05-06 02:00:00,93
|
|
29
|
+
2011-08-15 05:00:00,17
|
|
30
|
+
2011-02-03 06:00:00,39
|
|
31
|
+
2011-09-05 06:00:00,11
|
|
32
|
+
2012-07-04 19:00:00,432
|
|
33
|
+
2012-02-03 22:00:00,119
|
|
34
|
+
2011-08-05 09:00:00,226
|
|
35
|
+
2012-07-17 08:00:00,661
|
|
36
|
+
2011-09-05 10:00:00,244
|
|
37
|
+
2011-04-15 04:00:00,3
|
|
38
|
+
2012-12-02 22:00:00,96
|
|
39
|
+
2012-09-03 12:00:00,543
|
|
40
|
+
2012-03-19 21:00:00,223
|
|
41
|
+
2012-12-13 17:00:00,550
|
|
42
|
+
2012-01-17 14:00:00,132
|
|
43
|
+
2012-07-05 10:00:00,186
|
|
44
|
+
2011-12-18 06:00:00,3
|
|
45
|
+
2012-04-13 07:00:00,296
|
|
46
|
+
2011-03-09 17:00:00,194
|
|
47
|
+
2012-03-18 05:00:00,6
|
|
48
|
+
2012-01-10 01:00:00,5
|
|
49
|
+
2012-09-14 20:00:00,404
|
|
50
|
+
2011-04-11 14:00:00,145
|
|
51
|
+
2011-01-15 22:00:00,26
|
|
52
|
+
2011-01-16 12:00:00,104
|
|
53
|
+
2012-11-05 13:00:00,222
|
|
54
|
+
2012-02-14 08:00:00,513
|
|
55
|
+
2012-11-18 21:00:00,110
|
|
56
|
+
2012-09-10 17:00:00,871
|
|
57
|
+
2012-08-11 19:00:00,275
|
|
58
|
+
2011-09-15 06:00:00,124
|
|
59
|
+
2011-02-01 03:00:00,2
|
|
60
|
+
2012-06-05 06:00:00,184
|
|
61
|
+
2012-03-02 12:00:00,234
|
|
62
|
+
2011-09-04 15:00:00,410
|
|
63
|
+
2012-04-01 15:00:00,573
|
|
64
|
+
2012-05-02 16:00:00,367
|
|
65
|
+
2012-04-03 08:00:00,604
|
|
66
|
+
2012-09-03 08:00:00,127
|
|
67
|
+
2012-12-14 16:00:00,417
|
|
68
|
+
2012-04-13 01:00:00,30
|
|
69
|
+
2012-01-14 04:00:00,3
|
|
70
|
+
2011-09-07 01:00:00,5
|
|
71
|
+
2011-12-01 15:00:00,154
|
|
72
|
+
2011-01-14 02:00:00,1
|
|
73
|
+
2011-06-01 20:00:00,256
|
|
74
|
+
2011-01-14 03:00:00,1
|
|
75
|
+
2012-02-12 13:00:00,138
|
|
76
|
+
2011-10-03 18:00:00,412
|
|
77
|
+
2012-03-15 20:00:00,330
|
|
78
|
+
2012-11-17 21:00:00,139
|
|
79
|
+
2011-03-18 06:00:00,36
|
|
80
|
+
2012-07-15 03:00:00,57
|
|
81
|
+
2011-12-10 17:00:00,185
|
|
82
|
+
2012-06-11 17:00:00,800
|
|
83
|
+
2012-01-13 08:00:00,419
|
|
84
|
+
2011-11-07 13:00:00,189
|
|
85
|
+
2012-09-17 09:00:00,299
|
|
86
|
+
2011-12-04 15:00:00,296
|
|
87
|
+
2012-02-02 01:00:00,17
|
|
88
|
+
2012-07-17 12:00:00,254
|
|
89
|
+
2011-07-15 19:00:00,394
|
|
90
|
+
2012-12-18 02:00:00,7
|
|
91
|
+
2011-12-03 19:00:00,175
|
|
92
|
+
2012-09-12 23:00:00,127
|
|
93
|
+
2011-04-12 08:00:00,226
|
|
94
|
+
2011-12-10 04:00:00,3
|
|
95
|
+
2011-03-12 21:00:00,82
|
|
96
|
+
2011-02-11 02:00:00,3
|
|
97
|
+
2012-09-10 12:00:00,332
|
|
98
|
+
2012-07-18 06:00:00,162
|
|
99
|
+
2011-01-14 18:00:00,139
|
|
100
|
+
2012-12-07 13:00:00,220
|
|
101
|
+
2011-02-12 06:00:00,2
|
|
102
|
+
2012-12-10 05:00:00,27
|
|
103
|
+
2012-10-16 18:00:00,838
|
|
104
|
+
2012-10-10 03:00:00,6
|
|
105
|
+
2012-04-04 18:00:00,759
|
|
106
|
+
2012-08-09 20:00:00,478
|
|
107
|
+
2012-01-11 18:00:00,98
|
|
108
|
+
2011-09-17 12:00:00,372
|
|
109
|
+
2011-03-18 09:00:00,210
|
|
110
|
+
2011-01-11 20:00:00,32
|
|
111
|
+
2011-04-17 12:00:00,354
|
|
112
|
+
2011-05-08 07:00:00,23
|
|
113
|
+
2011-03-14 12:00:00,94
|
|
114
|
+
2011-05-16 00:00:00,38
|
|
115
|
+
2011-08-15 13:00:00,193
|
|
116
|
+
2012-04-08 15:00:00,486
|
|
117
|
+
2011-01-02 12:00:00,93
|
|
118
|
+
2011-03-10 21:00:00,28
|
|
119
|
+
2011-12-15 19:00:00,287
|
|
120
|
+
2012-02-19 00:00:00,74
|
|
121
|
+
2011-02-09 01:00:00,7
|
|
122
|
+
2011-04-05 13:00:00,56
|
|
123
|
+
2011-07-17 06:00:00,21
|
|
124
|
+
2012-03-18 03:00:00,18
|
|
125
|
+
2011-12-13 20:00:00,161
|
|
126
|
+
2012-08-16 18:00:00,832
|
|
127
|
+
2012-01-03 09:00:00,153
|
|
128
|
+
2011-02-11 09:00:00,140
|
|
129
|
+
2012-01-13 15:00:00,138
|
|
130
|
+
2012-07-19 07:00:00,473
|
|
131
|
+
2012-02-10 20:00:00,151
|
|
132
|
+
2011-05-19 17:00:00,547
|
|
133
|
+
2011-01-05 04:00:00,2
|
|
134
|
+
2012-08-07 23:00:00,138
|
|
135
|
+
2011-11-04 22:00:00,115
|
|
136
|
+
2012-03-19 12:00:00,282
|
|
137
|
+
2012-09-11 08:00:00,750
|
|
138
|
+
2012-11-14 22:00:00,173
|
|
139
|
+
2011-11-15 02:00:00,15
|
|
140
|
+
2011-09-08 09:00:00,69
|
|
141
|
+
2011-03-01 18:00:00,224
|
|
142
|
+
2011-02-16 14:00:00,82
|
|
143
|
+
2011-12-03 01:00:00,71
|
|
144
|
+
2011-10-05 10:00:00,133
|
|
145
|
+
2012-06-16 12:00:00,603
|
|
146
|
+
2012-09-03 17:00:00,498
|
|
147
|
+
2012-09-19 19:00:00,611
|
|
148
|
+
2012-03-09 00:00:00,54
|
|
149
|
+
2012-12-16 07:00:00,27
|
|
150
|
+
2011-12-12 20:00:00,165
|
|
151
|
+
2011-09-19 01:00:00,10
|
|
152
|
+
2011-03-07 22:00:00,35
|
|
153
|
+
2012-05-18 19:00:00,483
|
|
154
|
+
2011-12-14 20:00:00,175
|
|
155
|
+
2011-01-05 10:00:00,57
|
|
156
|
+
2011-12-01 17:00:00,418
|
|
157
|
+
2011-06-16 17:00:00,272
|
|
158
|
+
2012-08-05 00:00:00,153
|
|
159
|
+
2012-11-07 10:00:00,178
|
|
160
|
+
2011-06-08 05:00:00,21
|
|
161
|
+
2011-11-12 19:00:00,171
|
|
162
|
+
2011-02-19 03:00:00,7
|
|
163
|
+
2012-11-10 02:00:00,44
|
|
164
|
+
2012-07-09 18:00:00,872
|
|
165
|
+
2012-03-04 17:00:00,263
|
|
166
|
+
2011-10-04 20:00:00,261
|
|
167
|
+
2012-12-03 09:00:00,308
|
|
168
|
+
2012-05-05 12:00:00,550
|
|
169
|
+
2011-09-19 09:00:00,215
|
|
170
|
+
2011-04-04 11:00:00,124
|
|
171
|
+
2012-01-14 05:00:00,4
|
|
172
|
+
2012-05-03 10:00:00,168
|
|
173
|
+
2012-02-05 23:00:00,42
|
|
174
|
+
2011-03-04 11:00:00,89
|
|
175
|
+
2012-08-12 12:00:00,505
|
|
176
|
+
2012-06-06 03:00:00,8
|
|
177
|
+
2011-11-08 04:00:00,4
|
|
178
|
+
2011-12-02 19:00:00,265
|
|
179
|
+
2011-05-01 17:00:00,196
|
|
180
|
+
2012-11-02 02:00:00,10
|
|
181
|
+
2012-03-03 21:00:00,154
|
|
182
|
+
2012-10-14 11:00:00,494
|
|
183
|
+
2011-02-04 18:00:00,155
|
|
184
|
+
2011-04-19 04:00:00,5
|
|
185
|
+
2012-09-01 03:00:00,35
|
|
186
|
+
2011-05-17 12:00:00,153
|
|
187
|
+
2012-12-18 17:00:00,572
|
|
188
|
+
2012-02-08 12:00:00,138
|
|
189
|
+
2012-11-02 13:00:00,294
|
|
190
|
+
2012-09-06 07:00:00,482
|
|
191
|
+
2011-04-19 12:00:00,103
|
|
192
|
+
2012-02-15 15:00:00,171
|
|
193
|
+
2011-10-02 05:00:00,7
|
|
194
|
+
2012-09-07 02:00:00,11
|
|
195
|
+
2012-01-02 19:00:00,93
|
|
196
|
+
2011-01-05 16:00:00,89
|
|
197
|
+
2012-03-01 09:00:00,286
|
|
198
|
+
2011-07-16 18:00:00,428
|
|
199
|
+
2011-12-16 07:00:00,231
|
|
200
|
+
2012-03-17 15:00:00,679
|
|
201
|
+
2011-10-07 18:00:00,465
|
|
202
|
+
2012-03-06 03:00:00,1
|
|
203
|
+
2012-01-18 17:00:00,346
|
|
204
|
+
2011-07-18 20:00:00,323
|
|
205
|
+
2011-11-09 05:00:00,28
|
|
206
|
+
2011-12-15 04:00:00,6
|
|
207
|
+
2011-07-07 14:00:00,160
|
|
208
|
+
2012-04-07 05:00:00,2
|
|
209
|
+
2011-08-07 15:00:00,326
|
|
210
|
+
2012-06-14 16:00:00,438
|
|
211
|
+
2012-01-14 21:00:00,69
|
|
212
|
+
2012-01-13 04:00:00,3
|
|
213
|
+
2011-08-06 22:00:00,120
|
|
214
|
+
2011-11-14 14:00:00,185
|
|
215
|
+
2011-12-06 09:00:00,204
|
|
216
|
+
2011-02-10 09:00:00,122
|
|
217
|
+
2011-05-15 13:00:00,456
|
|
218
|
+
2012-05-16 07:00:00,440
|
|
219
|
+
2011-10-15 03:00:00,23
|
|
220
|
+
2012-03-16 23:00:00,126
|
|
221
|
+
2012-01-10 10:00:00,83
|
|
222
|
+
2012-12-09 00:00:00,118
|
|
223
|
+
2012-12-08 12:00:00,486
|
|
224
|
+
2011-05-01 02:00:00,50
|
|
225
|
+
2011-05-07 13:00:00,436
|
|
226
|
+
2011-02-18 21:00:00,72
|
|
227
|
+
2012-11-07 18:00:00,465
|
|
228
|
+
2011-10-10 00:00:00,53
|
|
229
|
+
2012-06-08 11:00:00,264
|
|
230
|
+
2011-11-14 04:00:00,5
|
|
231
|
+
2012-03-13 20:00:00,351
|
|
232
|
+
2012-02-07 14:00:00,138
|
|
233
|
+
2011-08-17 11:00:00,128
|
|
234
|
+
2011-11-04 20:00:00,186
|
|
235
|
+
2012-09-16 10:00:00,490
|
|
236
|
+
2012-07-10 20:00:00,84
|
|
237
|
+
2012-03-16 17:00:00,258
|
|
238
|
+
2011-11-05 02:00:00,31
|
|
239
|
+
2012-09-10 23:00:00,93
|
|
240
|
+
2011-06-11 21:00:00,220
|
|
241
|
+
2012-09-10 06:00:00,180
|
|
242
|
+
2012-12-18 18:00:00,525
|
|
243
|
+
2011-11-17 05:00:00,22
|
|
244
|
+
2011-11-13 21:00:00,95
|
|
245
|
+
2011-11-17 20:00:00,169
|
|
246
|
+
2011-10-09 22:00:00,152
|
|
247
|
+
2012-12-06 03:00:00,2
|
|
248
|
+
2011-02-15 16:00:00,98
|
|
249
|
+
2011-08-16 22:00:00,152
|
|
250
|
+
2012-02-12 18:00:00,96
|
|
251
|
+
2011-12-12 06:00:00,64
|
|
252
|
+
2012-08-17 09:00:00,378
|
|
253
|
+
2012-02-01 23:00:00,97
|
|
254
|
+
2012-06-11 23:00:00,80
|
|
255
|
+
2012-02-01 09:00:00,276
|
|
256
|
+
2011-06-11 04:00:00,13
|
|
257
|
+
2011-03-18 07:00:00,123
|
|
258
|
+
2012-04-18 08:00:00,576
|
|
259
|
+
2012-09-04 07:00:00,493
|
|
260
|
+
2011-06-04 09:00:00,224
|
|
261
|
+
2012-01-15 11:00:00,165
|
|
262
|
+
2012-12-01 05:00:00,13
|
|
263
|
+
2011-10-18 01:00:00,11
|
|
264
|
+
2012-10-14 22:00:00,125
|
|
265
|
+
2011-05-02 23:00:00,64
|
|
266
|
+
2011-12-19 13:00:00,142
|
|
267
|
+
2012-07-04 16:00:00,389
|
|
268
|
+
2012-08-18 14:00:00,598
|
|
269
|
+
2011-07-14 00:00:00,46
|
|
270
|
+
2012-07-05 22:00:00,225
|
|
271
|
+
2011-05-11 21:00:00,234
|
|
272
|
+
2011-04-09 15:00:00,201
|
|
273
|
+
2011-01-10 07:00:00,77
|
|
274
|
+
2012-11-13 11:00:00,155
|
|
275
|
+
2011-06-12 21:00:00,140
|
|
276
|
+
2011-05-09 13:00:00,174
|
|
277
|
+
2012-02-14 13:00:00,173
|
|
278
|
+
2011-05-14 08:00:00,88
|
|
279
|
+
2011-04-12 11:00:00,49
|
|
280
|
+
2011-09-13 18:00:00,539
|
|
281
|
+
2011-11-18 00:00:00,30
|
|
282
|
+
2012-02-02 13:00:00,137
|
|
283
|
+
2011-07-16 09:00:00,222
|
|
284
|
+
2012-02-09 05:00:00,18
|
|
285
|
+
2012-11-10 00:00:00,122
|
|
286
|
+
2012-06-16 13:00:00,617
|
|
287
|
+
2012-02-13 00:00:00,9
|
|
288
|
+
2011-04-07 21:00:00,108
|
|
289
|
+
2012-01-06 03:00:00,4
|
|
290
|
+
2011-09-05 09:00:00,152
|
|
291
|
+
2012-10-15 04:00:00,10
|
|
292
|
+
2011-12-17 04:00:00,9
|
|
293
|
+
2011-02-18 23:00:00,77
|
|
294
|
+
2011-04-03 22:00:00,36
|
|
295
|
+
2011-05-01 05:00:00,10
|
|
296
|
+
2012-09-07 08:00:00,719
|
|
297
|
+
2012-04-01 10:00:00,360
|
|
298
|
+
2012-11-17 09:00:00,248
|
|
299
|
+
2011-10-07 16:00:00,419
|
|
300
|
+
2012-07-01 02:00:00,90
|
|
301
|
+
2012-08-06 02:00:00,5
|
|
302
|
+
2011-01-18 14:00:00,28
|
|
303
|
+
2012-12-01 01:00:00,69
|
|
304
|
+
2012-01-04 23:00:00,32
|
|
305
|
+
2012-08-14 09:00:00,402
|
|
306
|
+
2012-11-06 01:00:00,8
|
|
307
|
+
2011-07-10 13:00:00,367
|
|
308
|
+
2012-09-06 13:00:00,191
|
|
309
|
+
2011-02-19 13:00:00,155
|
|
310
|
+
2012-05-03 22:00:00,246
|
|
311
|
+
2012-10-06 03:00:00,56
|
|
312
|
+
2012-09-12 02:00:00,11
|
|
313
|
+
2012-06-17 06:00:00,23
|
|
314
|
+
2012-01-13 01:00:00,12
|
|
315
|
+
2011-07-19 21:00:00,241
|
|
316
|
+
2011-10-17 15:00:00,208
|
|
317
|
+
2012-06-09 00:00:00,206
|
|
318
|
+
2012-06-03 19:00:00,453
|
|
319
|
+
2012-08-02 07:00:00,473
|
|
320
|
+
2011-09-15 10:00:00,121
|
|
321
|
+
2011-10-15 07:00:00,57
|
|
322
|
+
2012-09-02 17:00:00,503
|
|
323
|
+
2012-08-18 01:00:00,92
|
|
324
|
+
2012-12-12 11:00:00,172
|
|
325
|
+
2012-06-19 21:00:00,276
|
|
326
|
+
2011-12-11 15:00:00,266
|
|
327
|
+
2012-08-10 17:00:00,730
|
|
328
|
+
2012-05-13 11:00:00,428
|
|
329
|
+
2011-12-14 19:00:00,268
|
|
330
|
+
2012-06-07 07:00:00,526
|
|
331
|
+
2011-09-01 00:00:00,51
|
|
332
|
+
2012-06-10 01:00:00,116
|
|
333
|
+
2012-11-14 04:00:00,6
|
|
334
|
+
2011-11-02 20:00:00,182
|
|
335
|
+
2012-12-02 15:00:00,417
|
|
336
|
+
2012-03-19 00:00:00,23
|
|
337
|
+
2012-12-06 15:00:00,270
|
|
338
|
+
2011-07-09 12:00:00,366
|
|
339
|
+
2011-01-08 12:00:00,98
|
|
340
|
+
2011-07-14 01:00:00,25
|
|
341
|
+
2011-06-15 22:00:00,175
|
|
342
|
+
2011-03-09 01:00:00,4
|
|
343
|
+
2012-10-18 11:00:00,268
|
|
344
|
+
2012-08-18 21:00:00,338
|
|
345
|
+
2012-09-14 23:00:00,195
|
|
346
|
+
2012-04-02 16:00:00,395
|
|
347
|
+
2012-05-18 05:00:00,34
|
|
348
|
+
2012-02-07 03:00:00,2
|
|
349
|
+
2011-12-16 18:00:00,295
|
|
350
|
+
2012-11-12 08:00:00,540
|
|
351
|
+
2011-12-03 16:00:00,305
|
|
352
|
+
2011-10-15 13:00:00,394
|
|
353
|
+
2011-04-14 16:00:00,202
|
|
354
|
+
2012-08-10 07:00:00,133
|
|
355
|
+
2012-03-07 17:00:00,612
|
|
356
|
+
2011-01-19 00:00:00,3
|
|
357
|
+
2011-06-17 07:00:00,250
|
|
358
|
+
2012-06-14 22:00:00,242
|
|
359
|
+
2012-09-18 17:00:00,338
|
|
360
|
+
2011-12-06 20:00:00,110
|
|
361
|
+
2012-04-06 21:00:00,190
|
|
362
|
+
2012-05-04 09:00:00,294
|
|
363
|
+
2012-10-10 17:00:00,948
|
|
364
|
+
2012-09-11 02:00:00,6
|
|
365
|
+
2012-04-07 11:00:00,495
|
|
366
|
+
2012-03-01 04:00:00,5
|
|
367
|
+
2011-07-14 23:00:00,124
|
|
368
|
+
2012-11-05 03:00:00,4
|
|
369
|
+
2012-07-07 02:00:00,58
|
|
370
|
+
2012-03-09 14:00:00,178
|
|
371
|
+
2011-06-06 03:00:00,5
|
|
372
|
+
2011-07-08 04:00:00,11
|
|
373
|
+
2012-01-12 00:00:00,3
|
|
374
|
+
2012-06-11 11:00:00,202
|
|
375
|
+
2012-10-09 06:00:00,143
|
|
376
|
+
2011-04-15 13:00:00,180
|
|
377
|
+
2011-03-13 00:00:00,38
|
|
378
|
+
2011-07-13 14:00:00,116
|
|
379
|
+
2012-03-08 04:00:00,2
|
|
380
|
+
2012-04-12 20:00:00,280
|
|
381
|
+
2011-05-05 11:00:00,148
|
|
382
|
+
2012-11-08 02:00:00,6
|
|
383
|
+
2011-10-09 03:00:00,30
|
|
384
|
+
2011-01-02 16:00:00,76
|
|
385
|
+
2011-02-07 20:00:00,88
|
|
386
|
+
2012-05-16 03:00:00,6
|
|
387
|
+
2011-08-10 08:00:00,399
|
|
388
|
+
2012-04-17 15:00:00,308
|
|
389
|
+
2012-03-15 05:00:00,26
|
|
390
|
+
2011-07-18 13:00:00,152
|
|
391
|
+
2011-12-12 04:00:00,3
|
|
392
|
+
2011-02-06 14:00:00,161
|
|
393
|
+
2012-02-19 04:00:00,3
|
|
394
|
+
2011-11-17 02:00:00,5
|
|
395
|
+
2011-04-07 05:00:00,6
|
|
396
|
+
2012-03-08 10:00:00,138
|
|
397
|
+
2012-11-01 02:00:00,20
|
|
398
|
+
2011-06-10 07:00:00,267
|
|
399
|
+
2012-07-03 05:00:00,35
|
|
400
|
+
2011-05-18 03:00:00,9
|
|
401
|
+
2011-09-15 02:00:00,5
|
|
402
|
+
2011-05-04 01:00:00,7
|
|
403
|
+
2012-03-17 07:00:00,86
|
|
404
|
+
2012-10-02 00:00:00,31
|
|
405
|
+
2011-05-15 05:00:00,14
|
|
406
|
+
2012-08-12 01:00:00,113
|
|
407
|
+
2011-07-18 03:00:00,7
|
|
408
|
+
2012-01-02 16:00:00,154
|
|
409
|
+
2011-03-02 13:00:00,125
|
|
410
|
+
2012-05-19 14:00:00,730
|
|
411
|
+
2012-06-17 00:00:00,148
|
|
412
|
+
2011-12-19 04:00:00,4
|
|
413
|
+
2012-09-17 11:00:00,252
|
|
414
|
+
2012-07-13 18:00:00,631
|
|
415
|
+
2012-12-14 09:00:00,343
|
|
416
|
+
2011-06-19 14:00:00,317
|
|
417
|
+
2012-01-11 03:00:00,4
|
|
418
|
+
2011-03-18 01:00:00,16
|
|
419
|
+
2012-11-01 00:00:00,60
|
|
420
|
+
2012-03-18 22:00:00,100
|
|
421
|
+
2011-10-10 08:00:00,254
|
|
422
|
+
2011-10-04 13:00:00,173
|
|
423
|
+
2012-08-16 16:00:00,419
|
|
424
|
+
2011-11-10 00:00:00,24
|
|
425
|
+
2011-11-19 20:00:00,163
|
|
426
|
+
2012-06-14 14:00:00,298
|
|
427
|
+
2012-06-10 10:00:00,413
|
|
428
|
+
2012-05-05 03:00:00,32
|
|
429
|
+
2011-03-09 20:00:00,91
|
|
430
|
+
2012-12-17 15:00:00,211
|
|
431
|
+
2011-08-17 17:00:00,552
|
|
432
|
+
2011-05-17 05:00:00,22
|
|
433
|
+
2011-12-14 08:00:00,467
|
|
434
|
+
2011-03-12 09:00:00,101
|
|
435
|
+
2011-09-01 19:00:00,443
|
|
436
|
+
2011-06-16 20:00:00,201
|
|
437
|
+
2011-07-08 00:00:00,47
|
|
438
|
+
2011-02-05 09:00:00,20
|
|
439
|
+
2011-12-18 04:00:00,1
|
|
440
|
+
2011-09-19 21:00:00,200
|
|
441
|
+
2012-01-09 22:00:00,62
|
|
442
|
+
2012-10-12 01:00:00,37
|
|
443
|
+
2012-02-05 22:00:00,191
|
|
444
|
+
2011-10-05 11:00:00,170
|
|
445
|
+
2012-04-18 20:00:00,260
|
|
446
|
+
2011-02-12 12:00:00,120
|
|
447
|
+
2012-11-10 05:00:00,10
|
|
448
|
+
2012-03-13 05:00:00,24
|
|
449
|
+
2011-05-11 00:00:00,38
|
|
450
|
+
2012-11-01 09:00:00,331
|
|
451
|
+
2012-09-15 21:00:00,296
|
|
452
|
+
2011-01-01 14:00:00,106
|
|
453
|
+
2011-11-08 10:00:00,129
|
|
454
|
+
2012-06-04 19:00:00,645
|
|
455
|
+
2011-10-04 22:00:00,114
|
|
456
|
+
2011-12-19 01:00:00,11
|
|
457
|
+
2011-07-08 07:00:00,332
|
|
458
|
+
2012-05-06 01:00:00,121
|
|
459
|
+
2012-10-19 14:00:00,365
|
|
460
|
+
2011-04-03 12:00:00,313
|
|
461
|
+
2012-12-01 21:00:00,158
|
|
462
|
+
2011-07-14 19:00:00,400
|
|
463
|
+
2011-12-13 08:00:00,400
|
|
464
|
+
2011-12-13 10:00:00,102
|
|
465
|
+
2012-02-12 21:00:00,36
|
|
466
|
+
2011-02-04 10:00:00,51
|
|
467
|
+
2011-11-15 18:00:00,441
|
|
468
|
+
2011-05-10 15:00:00,180
|
|
469
|
+
2012-12-16 10:00:00,257
|
|
470
|
+
2011-08-01 02:00:00,11
|
|
471
|
+
2011-05-17 06:00:00,49
|
|
472
|
+
2012-12-12 21:00:00,202
|
|
473
|
+
2011-04-06 11:00:00,93
|
|
474
|
+
2012-05-12 17:00:00,576
|
|
475
|
+
2011-09-17 06:00:00,22
|
|
476
|
+
2011-04-08 03:00:00,1
|
|
477
|
+
2011-01-18 15:00:00,35
|
|
478
|
+
2011-01-12 12:00:00,55
|
|
479
|
+
2011-10-13 22:00:00,114
|
|
480
|
+
2011-03-01 23:00:00,25
|
|
481
|
+
2012-07-13 10:00:00,268
|
|
482
|
+
2011-08-13 13:00:00,153
|
|
483
|
+
2011-07-17 03:00:00,47
|
|
484
|
+
2012-12-01 08:00:00,144
|
|
485
|
+
2012-11-19 11:00:00,197
|
|
486
|
+
2012-01-01 02:00:00,75
|
|
487
|
+
2012-06-05 05:00:00,36
|
|
488
|
+
2011-02-03 10:00:00,52
|
|
489
|
+
2012-07-19 15:00:00,292
|
|
490
|
+
2012-12-10 06:00:00,123
|
|
491
|
+
2012-05-01 12:00:00,269
|
|
492
|
+
2011-12-15 10:00:00,109
|
|
493
|
+
2011-10-14 12:00:00,75
|
|
494
|
+
2012-08-03 19:00:00,469
|
|
495
|
+
2011-06-15 06:00:00,121
|
|
496
|
+
2011-10-17 09:00:00,206
|
|
497
|
+
2011-05-16 07:00:00,272
|
|
498
|
+
2011-08-08 01:00:00,12
|
|
499
|
+
2012-09-14 21:00:00,312
|
|
500
|
+
2012-05-15 10:00:00,171
|
|
501
|
+
2011-06-17 02:00:00,13
|
|
502
|
+
2012-01-03 02:00:00,3
|
|
503
|
+
2012-10-04 22:00:00,232
|
|
504
|
+
2011-04-08 18:00:00,62
|
|
505
|
+
2011-07-15 11:00:00,210
|
|
506
|
+
2011-07-15 22:00:00,223
|
|
507
|
+
2011-02-14 05:00:00,3
|
|
508
|
+
2011-04-07 12:00:00,153
|
|
509
|
+
2012-07-04 00:00:00,159
|
|
510
|
+
2012-08-13 08:00:00,673
|
|
511
|
+
2011-06-01 05:00:00,21
|
|
512
|
+
2011-11-13 15:00:00,310
|
|
513
|
+
2012-01-18 19:00:00,256
|
|
514
|
+
2012-11-15 09:00:00,323
|
|
515
|
+
2012-06-06 04:00:00,10
|
|
516
|
+
2012-07-13 01:00:00,59
|
|
517
|
+
2011-04-16 01:00:00,33
|
|
518
|
+
2011-04-06 10:00:00,69
|
|
519
|
+
2011-11-18 20:00:00,137
|
|
520
|
+
2011-10-01 22:00:00,70
|
|
521
|
+
2012-03-14 17:00:00,782
|
|
522
|
+
2011-02-12 22:00:00,45
|
|
523
|
+
2011-06-03 19:00:00,391
|
|
524
|
+
2011-07-03 04:00:00,5
|
|
525
|
+
2011-08-08 20:00:00,286
|
|
526
|
+
2011-11-17 19:00:00,217
|
|
527
|
+
2012-11-18 11:00:00,359
|
|
528
|
+
2011-09-14 03:00:00,8
|
|
529
|
+
2012-04-02 14:00:00,268
|
|
530
|
+
2011-05-16 14:00:00,193
|
|
531
|
+
2011-05-03 09:00:00,186
|
|
532
|
+
2012-06-08 10:00:00,249
|
|
533
|
+
2011-02-08 12:00:00,65
|
|
534
|
+
2012-07-16 12:00:00,237
|
|
535
|
+
2012-09-07 11:00:00,296
|
|
536
|
+
2012-09-17 06:00:00,164
|
|
537
|
+
2011-09-19 22:00:00,129
|
|
538
|
+
2011-04-04 18:00:00,386
|
|
539
|
+
2012-07-15 13:00:00,480
|
|
540
|
+
2011-07-13 20:00:00,342
|
|
541
|
+
2011-06-10 03:00:00,6
|
|
542
|
+
2011-05-11 02:00:00,10
|
|
543
|
+
2012-02-10 11:00:00,153
|
|
544
|
+
2011-06-02 13:00:00,203
|
|
545
|
+
2011-01-16 19:00:00,61
|
|
546
|
+
2012-04-08 03:00:00,26
|
|
547
|
+
2011-01-19 17:00:00,197
|
|
548
|
+
2011-03-07 03:00:00,1
|
|
549
|
+
2011-12-16 23:00:00,75
|
|
550
|
+
2011-10-04 02:00:00,3
|
|
551
|
+
2011-05-15 10:00:00,226
|
|
552
|
+
2011-07-13 18:00:00,463
|
|
553
|
+
2012-10-15 15:00:00,260
|
|
554
|
+
2011-05-11 18:00:00,274
|
|
555
|
+
2011-03-11 09:00:00,156
|
|
556
|
+
2012-02-16 18:00:00,353
|
|
557
|
+
2012-12-17 06:00:00,108
|
|
558
|
+
2012-08-15 07:00:00,492
|
|
559
|
+
2011-01-06 21:00:00,48
|
|
560
|
+
2012-02-03 08:00:00,441
|
|
561
|
+
2011-09-06 21:00:00,121
|
|
562
|
+
2012-10-04 10:00:00,177
|
|
563
|
+
2012-04-14 13:00:00,678
|
|
564
|
+
2011-09-18 00:00:00,112
|
|
565
|
+
2012-07-13 16:00:00,492
|
|
566
|
+
2012-02-14 15:00:00,145
|
|
567
|
+
2011-02-15 02:00:00,3
|
|
568
|
+
2011-11-14 20:00:00,240
|
|
569
|
+
2012-10-15 08:00:00,737
|
|
570
|
+
2012-06-13 18:00:00,744
|
|
571
|
+
2012-05-04 12:00:00,171
|
|
572
|
+
2011-12-07 15:00:00,30
|
|
573
|
+
2011-05-05 12:00:00,196
|
|
574
|
+
2011-06-05 10:00:00,251
|
|
575
|
+
2012-02-09 21:00:00,177
|
|
576
|
+
2011-08-06 06:00:00,27
|
|
577
|
+
2012-11-02 18:00:00,522
|
|
578
|
+
2011-07-09 00:00:00,121
|
|
579
|
+
2011-09-19 00:00:00,37
|
|
580
|
+
2011-06-17 09:00:00,224
|
|
581
|
+
2011-04-07 19:00:00,226
|
|
582
|
+
2011-07-10 16:00:00,372
|
|
583
|
+
2012-12-18 11:00:00,269
|
|
584
|
+
2012-03-11 07:00:00,17
|
|
585
|
+
2012-09-03 09:00:00,229
|
|
586
|
+
2012-05-11 02:00:00,31
|
|
587
|
+
2012-04-09 02:00:00,6
|
|
588
|
+
2012-12-08 22:00:00,160
|
|
589
|
+
2012-07-01 16:00:00,313
|
|
590
|
+
2012-08-02 23:00:00,177
|
|
591
|
+
2012-08-11 09:00:00,271
|
|
592
|
+
2012-06-04 02:00:00,11
|
|
593
|
+
2012-05-13 06:00:00,21
|
|
594
|
+
2011-02-05 19:00:00,84
|
|
595
|
+
2011-11-15 01:00:00,10
|
|
596
|
+
2011-09-12 22:00:00,150
|
|
597
|
+
2012-01-10 16:00:00,240
|
|
598
|
+
2011-03-15 02:00:00,3
|
|
599
|
+
2011-09-15 09:00:00,209
|
|
600
|
+
2011-02-07 10:00:00,55
|
|
601
|
+
2011-11-05 23:00:00,85
|
|
602
|
+
2011-09-06 16:00:00,106
|
|
603
|
+
2012-10-14 12:00:00,562
|
|
604
|
+
2011-01-01 03:00:00,13
|
|
605
|
+
2012-05-06 20:00:00,276
|
|
606
|
+
2012-11-05 04:00:00,16
|
|
607
|
+
2011-04-07 03:00:00,3
|
|
608
|
+
2012-10-09 23:00:00,84
|
|
609
|
+
2011-12-17 15:00:00,228
|
|
610
|
+
2011-02-01 09:00:00,116
|
|
611
|
+
2011-10-12 19:00:00,109
|
|
612
|
+
2011-06-15 19:00:00,416
|
|
613
|
+
2011-09-19 16:00:00,263
|
|
614
|
+
2012-05-08 07:00:00,463
|
|
615
|
+
2012-06-16 11:00:00,566
|
|
616
|
+
2012-11-01 21:00:00,267
|
|
617
|
+
2011-04-02 22:00:00,55
|
|
618
|
+
2011-01-04 20:00:00,54
|
|
619
|
+
2012-12-17 04:00:00,5
|
|
620
|
+
2012-11-17 01:00:00,87
|
|
621
|
+
2012-01-01 03:00:00,52
|
|
622
|
+
2012-06-05 04:00:00,5
|
|
623
|
+
2011-08-01 23:00:00,96
|
|
624
|
+
2011-06-11 18:00:00,286
|
|
625
|
+
2012-09-14 14:00:00,371
|
|
626
|
+
2012-11-09 15:00:00,356
|
|
627
|
+
2011-11-17 06:00:00,75
|
|
628
|
+
2012-12-11 20:00:00,257
|
|
629
|
+
2012-04-02 23:00:00,66
|
|
630
|
+
2012-11-14 03:00:00,5
|
|
631
|
+
2012-10-01 14:00:00,244
|
|
632
|
+
2012-12-15 13:00:00,456
|
|
633
|
+
2012-09-08 16:00:00,114
|
|
634
|
+
2012-06-07 13:00:00,315
|
|
635
|
+
2011-08-05 12:00:00,216
|
|
636
|
+
2011-06-05 14:00:00,385
|
|
637
|
+
2011-06-10 15:00:00,212
|
|
638
|
+
2012-12-17 23:00:00,47
|
|
639
|
+
2011-06-13 12:00:00,196
|
|
640
|
+
2012-01-06 13:00:00,204
|
|
641
|
+
2011-10-15 16:00:00,443
|
|
642
|
+
2011-01-18 23:00:00,20
|
|
643
|
+
2012-12-07 20:00:00,241
|
|
644
|
+
2012-04-17 21:00:00,297
|
|
645
|
+
2011-09-03 23:00:00,123
|
|
646
|
+
2011-07-11 13:00:00,141
|
|
647
|
+
2011-06-12 16:00:00,350
|
|
648
|
+
2011-12-12 09:00:00,220
|
|
649
|
+
2011-12-11 08:00:00,72
|
|
650
|
+
2012-06-08 16:00:00,523
|
|
651
|
+
2012-06-11 20:00:00,394
|
|
652
|
+
2012-10-18 06:00:00,153
|
|
653
|
+
2012-11-17 18:00:00,271
|
|
654
|
+
2011-11-19 15:00:00,382
|
|
655
|
+
2011-06-01 04:00:00,4
|
|
656
|
+
2012-05-01 10:00:00,174
|
|
657
|
+
2011-08-13 03:00:00,27
|
|
658
|
+
2011-03-14 19:00:00,150
|
|
659
|
+
2011-12-03 21:00:00,109
|
|
660
|
+
2012-03-18 12:00:00,503
|
|
661
|
+
2011-05-19 05:00:00,26
|
|
662
|
+
2011-10-03 16:00:00,218
|
|
663
|
+
2012-03-03 01:00:00,44
|
|
664
|
+
2011-03-18 10:00:00,117
|
|
665
|
+
2012-04-07 04:00:00,7
|
|
666
|
+
2011-12-03 05:00:00,6
|
|
667
|
+
2011-09-01 12:00:00,229
|
|
668
|
+
2012-10-05 13:00:00,424
|
|
669
|
+
2012-10-01 17:00:00,856
|
|
670
|
+
2011-06-07 14:00:00,146
|
|
671
|
+
2012-10-01 01:00:00,18
|
|
672
|
+
2011-10-01 16:00:00,223
|
|
673
|
+
2011-07-06 16:00:00,275
|
|
674
|
+
2011-01-06 17:00:00,172
|
|
675
|
+
2011-06-02 02:00:00,6
|
|
676
|
+
2012-08-19 07:00:00,41
|
|
677
|
+
2012-03-18 14:00:00,521
|
|
678
|
+
2012-09-05 07:00:00,500
|
|
679
|
+
2011-01-05 05:00:00,3
|
|
680
|
+
2011-11-14 22:00:00,113
|
|
681
|
+
2011-01-14 11:00:00,53
|
|
682
|
+
2012-01-07 11:00:00,324
|
|
683
|
+
2011-06-10 05:00:00,28
|
|
684
|
+
2011-09-09 06:00:00,57
|
|
685
|
+
2012-06-09 03:00:00,40
|
|
686
|
+
2011-02-02 15:00:00,76
|
|
687
|
+
2012-09-05 14:00:00,211
|
|
688
|
+
2011-02-18 10:00:00,95
|
|
689
|
+
2012-01-10 18:00:00,385
|
|
690
|
+
2011-01-06 05:00:00,4
|
|
691
|
+
2011-09-18 21:00:00,147
|
|
692
|
+
2011-08-06 21:00:00,114
|
|
693
|
+
2012-10-07 15:00:00,306
|
|
694
|
+
2012-07-02 21:00:00,258
|
|
695
|
+
2012-08-18 10:00:00,480
|
|
696
|
+
2011-05-07 19:00:00,267
|
|
697
|
+
2011-05-01 08:00:00,59
|
|
698
|
+
2011-10-04 10:00:00,126
|
|
699
|
+
2011-02-14 12:00:00,126
|
|
700
|
+
2011-07-16 03:00:00,26
|
|
701
|
+
2011-04-18 16:00:00,205
|
|
702
|
+
2011-09-05 12:00:00,353
|
|
703
|
+
2012-09-05 02:00:00,9
|
|
704
|
+
2012-01-19 06:00:00,86
|
|
705
|
+
2012-09-13 18:00:00,852
|
|
706
|
+
2011-02-06 15:00:00,182
|
|
707
|
+
2011-11-06 10:00:00,262
|
|
708
|
+
2011-07-13 04:00:00,5
|
|
709
|
+
2011-12-17 01:00:00,43
|
|
710
|
+
2012-08-05 10:00:00,364
|
|
711
|
+
2012-12-01 13:00:00,509
|
|
712
|
+
2011-03-11 11:00:00,81
|
|
713
|
+
2011-09-16 12:00:00,251
|
|
714
|
+
2012-07-10 04:00:00,4
|
|
715
|
+
2011-08-14 09:00:00,103
|
|
716
|
+
2011-09-07 08:00:00,328
|
|
717
|
+
2011-07-19 09:00:00,199
|
|
718
|
+
2011-09-12 21:00:00,195
|
|
719
|
+
2012-04-07 03:00:00,28
|
|
720
|
+
2011-11-18 16:00:00,209
|
|
721
|
+
2012-05-08 03:00:00,6
|
|
722
|
+
2012-08-18 07:00:00,64
|
|
723
|
+
2012-03-05 14:00:00,128
|
|
724
|
+
2012-09-04 01:00:00,24
|
|
725
|
+
2011-01-15 09:00:00,33
|
|
726
|
+
2012-07-17 23:00:00,161
|
|
727
|
+
2011-03-01 06:00:00,46
|
|
728
|
+
2012-07-17 21:00:00,333
|
|
729
|
+
2011-03-03 07:00:00,111
|
|
730
|
+
2011-07-15 07:00:00,274
|
|
731
|
+
2011-02-01 20:00:00,74
|
|
732
|
+
2012-08-01 08:00:00,681
|
|
733
|
+
2011-05-16 16:00:00,226
|
|
734
|
+
2012-08-12 14:00:00,579
|
|
735
|
+
2011-01-13 16:00:00,78
|
|
736
|
+
2011-08-16 14:00:00,182
|
|
737
|
+
2012-12-09 17:00:00,229
|
|
738
|
+
2011-04-08 10:00:00,73
|
|
739
|
+
2012-09-04 08:00:00,632
|
|
740
|
+
2012-09-17 01:00:00,21
|
|
741
|
+
2011-05-19 11:00:00,164
|
|
742
|
+
2011-03-13 21:00:00,58
|
|
743
|
+
2012-02-12 03:00:00,14
|
|
744
|
+
2012-09-01 11:00:00,492
|
|
745
|
+
2012-04-07 12:00:00,590
|
|
746
|
+
2012-03-19 01:00:00,15
|
|
747
|
+
2011-11-10 12:00:00,167
|
|
748
|
+
2011-05-05 09:00:00,184
|
|
749
|
+
2012-03-01 16:00:00,361
|
|
750
|
+
2011-05-08 19:00:00,239
|
|
751
|
+
2012-01-16 23:00:00,28
|
|
752
|
+
2012-09-01 08:00:00,162
|
|
753
|
+
2012-03-04 05:00:00,5
|
|
754
|
+
2012-12-08 15:00:00,541
|
|
755
|
+
2012-12-19 22:00:00,129
|
|
756
|
+
2012-01-18 10:00:00,93
|
|
757
|
+
2011-09-15 01:00:00,20
|
|
758
|
+
2011-12-05 20:00:00,205
|
|
759
|
+
2012-12-06 21:00:00,191
|
|
760
|
+
2011-12-15 21:00:00,155
|
|
761
|
+
2011-08-06 20:00:00,137
|
|
762
|
+
2011-12-06 08:00:00,414
|
|
763
|
+
2012-04-18 16:00:00,235
|
|
764
|
+
2012-07-19 10:00:00,198
|
|
765
|
+
2011-07-14 22:00:00,176
|
|
766
|
+
2011-08-13 11:00:00,314
|
|
767
|
+
2011-04-08 07:00:00,113
|
|
768
|
+
2011-02-03 23:00:00,38
|
|
769
|
+
2011-10-03 09:00:00,153
|
|
770
|
+
2012-07-13 02:00:00,17
|
|
771
|
+
2012-05-13 23:00:00,74
|
|
772
|
+
2012-01-10 13:00:00,178
|
|
773
|
+
2011-05-16 12:00:00,209
|
|
774
|
+
2012-12-19 23:00:00,88
|
|
775
|
+
2012-08-06 21:00:00,317
|
|
776
|
+
2012-05-16 08:00:00,650
|
|
777
|
+
2011-01-12 06:00:00,16
|
|
778
|
+
2012-01-18 13:00:00,130
|
|
779
|
+
2012-11-16 04:00:00,5
|
|
780
|
+
2012-08-17 15:00:00,383
|
|
781
|
+
2011-11-13 14:00:00,371
|
|
782
|
+
2011-08-14 03:00:00,27
|
|
783
|
+
2011-12-08 11:00:00,106
|
|
784
|
+
2012-03-16 10:00:00,180
|
|
785
|
+
2011-12-09 10:00:00,126
|
|
786
|
+
2012-09-19 01:00:00,12
|
|
787
|
+
2012-12-17 03:00:00,3
|
|
788
|
+
2012-03-15 21:00:00,243
|
|
789
|
+
2011-08-04 11:00:00,149
|
|
790
|
+
2011-08-16 21:00:00,215
|
|
791
|
+
2012-06-12 15:00:00,116
|
|
792
|
+
2011-11-01 09:00:00,222
|
|
793
|
+
2011-04-16 21:00:00,14
|
|
794
|
+
2011-07-14 15:00:00,180
|
|
795
|
+
2011-10-12 23:00:00,54
|
|
796
|
+
2012-02-04 20:00:00,77
|
|
797
|
+
2011-05-04 14:00:00,107
|
|
798
|
+
2012-09-06 03:00:00,9
|
|
799
|
+
2011-06-02 12:00:00,232
|
|
800
|
+
2012-09-11 18:00:00,877
|
|
801
|
+
2012-02-11 06:00:00,9
|
|
802
|
+
2012-04-06 05:00:00,23
|
|
803
|
+
2012-07-02 05:00:00,40
|
|
804
|
+
2012-05-11 05:00:00,26
|
|
805
|
+
2011-06-15 16:00:00,312
|
|
806
|
+
2012-06-04 03:00:00,5
|
|
807
|
+
2011-10-01 21:00:00,56
|
|
808
|
+
2011-04-11 17:00:00,452
|
|
809
|
+
2011-07-06 08:00:00,428
|
|
810
|
+
2012-07-16 23:00:00,166
|
|
811
|
+
2012-12-06 11:00:00,178
|
|
812
|
+
2012-10-18 14:00:00,285
|
|
813
|
+
2012-10-06 19:00:00,341
|
|
814
|
+
2011-09-03 19:00:00,295
|
|
815
|
+
2011-09-18 15:00:00,365
|
|
816
|
+
2011-09-01 13:00:00,219
|
|
817
|
+
2011-03-12 06:00:00,4
|
|
818
|
+
2011-03-12 11:00:00,119
|
|
819
|
+
2012-02-03 19:00:00,267
|
|
820
|
+
2012-03-14 22:00:00,202
|
|
821
|
+
2012-01-05 07:00:00,215
|
|
822
|
+
2012-04-01 17:00:00,555
|
|
823
|
+
2012-07-06 13:00:00,293
|
|
824
|
+
2012-06-12 22:00:00,207
|
|
825
|
+
2012-04-04 21:00:00,298
|
|
826
|
+
2011-07-12 14:00:00,124
|
|
827
|
+
2012-05-11 16:00:00,525
|
|
828
|
+
2011-03-17 09:00:00,185
|
|
829
|
+
2011-02-15 07:00:00,105
|
|
830
|
+
2012-01-17 01:00:00,2
|
|
831
|
+
2012-04-19 07:00:00,406
|
|
832
|
+
2012-08-05 16:00:00,421
|
|
833
|
+
2011-05-10 18:00:00,550
|
|
834
|
+
2012-01-15 17:00:00,146
|
|
835
|
+
2011-07-05 21:00:00,245
|
|
836
|
+
2011-08-17 20:00:00,280
|
|
837
|
+
2011-10-06 15:00:00,219
|
|
838
|
+
2011-03-04 18:00:00,187
|
|
839
|
+
2012-02-01 11:00:00,143
|
|
840
|
+
2011-07-12 00:00:00,22
|
|
841
|
+
2011-06-10 14:00:00,165
|
|
842
|
+
2011-07-11 18:00:00,472
|
|
843
|
+
2011-02-06 17:00:00,121
|
|
844
|
+
2012-07-15 00:00:00,187
|
|
845
|
+
2011-10-06 16:00:00,323
|
|
846
|
+
2012-01-11 06:00:00,74
|
|
847
|
+
2011-06-15 18:00:00,607
|
|
848
|
+
2011-12-14 06:00:00,87
|
|
849
|
+
2012-08-02 20:00:00,427
|
|
850
|
+
2012-02-05 09:00:00,92
|
|
851
|
+
2012-10-15 06:00:00,147
|
|
852
|
+
2011-06-16 01:00:00,17
|
|
853
|
+
2012-10-13 05:00:00,11
|
|
854
|
+
2011-05-01 07:00:00,33
|
|
855
|
+
2011-12-03 12:00:00,358
|
|
856
|
+
2011-08-06 15:00:00,362
|
|
857
|
+
2011-09-19 15:00:00,187
|
|
858
|
+
2011-10-02 10:00:00,248
|
|
859
|
+
2011-06-13 01:00:00,16
|
|
860
|
+
2012-09-06 04:00:00,8
|
|
861
|
+
2012-11-01 10:00:00,146
|
|
862
|
+
2012-02-19 19:00:00,119
|
|
863
|
+
2011-07-14 10:00:00,127
|
|
864
|
+
2012-12-05 19:00:00,414
|
|
865
|
+
2011-07-01 01:00:00,31
|
|
866
|
+
2011-04-18 02:00:00,16
|
|
867
|
+
2012-10-19 11:00:00,252
|
|
868
|
+
2012-08-03 17:00:00,741
|
|
869
|
+
2011-01-14 21:00:00,52
|
|
870
|
+
2011-04-09 08:00:00,54
|
|
871
|
+
2011-01-19 19:00:00,112
|
|
872
|
+
2012-06-10 08:00:00,181
|
|
873
|
+
2011-01-19 20:00:00,76
|
|
874
|
+
2012-10-08 11:00:00,308
|
|
875
|
+
2012-04-19 05:00:00,30
|
|
876
|
+
2011-09-08 03:00:00,2
|
|
877
|
+
2012-04-13 03:00:00,11
|
|
878
|
+
2011-12-10 01:00:00,66
|
|
879
|
+
2012-02-15 06:00:00,95
|
|
880
|
+
2012-11-01 18:00:00,678
|
|
881
|
+
2011-06-18 06:00:00,27
|
|
882
|
+
2012-04-12 03:00:00,5
|
|
883
|
+
2011-01-04 12:00:00,78
|
|
884
|
+
2012-12-18 08:00:00,662
|
|
885
|
+
2012-12-16 18:00:00,107
|
|
886
|
+
2011-10-07 11:00:00,230
|
|
887
|
+
2011-04-05 14:00:00,76
|
|
888
|
+
2011-01-15 11:00:00,72
|
|
889
|
+
2012-07-08 18:00:00,253
|
|
890
|
+
2012-04-05 07:00:00,354
|
|
891
|
+
2011-02-09 05:00:00,7
|
|
892
|
+
2011-03-03 02:00:00,3
|
|
893
|
+
2012-02-03 01:00:00,22
|
|
894
|
+
2011-09-10 11:00:00,360
|
|
895
|
+
2012-02-12 07:00:00,18
|
|
896
|
+
2011-07-01 02:00:00,13
|
|
897
|
+
2012-01-15 13:00:00,224
|
|
898
|
+
2012-10-13 07:00:00,70
|
|
899
|
+
2012-12-07 22:00:00,165
|
|
900
|
+
2012-05-08 15:00:00,134
|
|
901
|
+
2012-08-06 05:00:00,25
|
|
902
|
+
2011-12-13 23:00:00,59
|
|
903
|
+
2011-01-15 06:00:00,3
|
|
904
|
+
2011-08-16 03:00:00,6
|
|
905
|
+
2012-01-03 05:00:00,12
|
|
906
|
+
2011-03-12 13:00:00,157
|
|
907
|
+
2011-03-16 22:00:00,59
|
|
908
|
+
2011-07-18 09:00:00,203
|
|
909
|
+
2011-01-13 14:00:00,42
|
|
910
|
+
2011-07-15 06:00:00,120
|
|
911
|
+
2012-02-19 13:00:00,261
|
|
912
|
+
2012-01-19 05:00:00,19
|
|
913
|
+
2011-10-18 12:00:00,201
|
|
914
|
+
2012-05-03 11:00:00,201
|
|
915
|
+
2011-08-16 23:00:00,77
|
|
916
|
+
2012-06-01 16:00:00,222
|
|
917
|
+
2012-08-04 07:00:00,67
|
|
918
|
+
2011-03-04 03:00:00,1
|
|
919
|
+
2011-02-02 03:00:00,1
|
|
920
|
+
2012-09-04 21:00:00,268
|
|
921
|
+
2012-03-16 02:00:00,4
|
|
922
|
+
2011-06-16 21:00:00,188
|
|
923
|
+
2012-10-13 03:00:00,15
|
|
924
|
+
2012-01-05 00:00:00,14
|
|
925
|
+
2012-03-07 12:00:00,215
|
|
926
|
+
2012-06-13 14:00:00,320
|
|
927
|
+
2011-01-02 08:00:00,8
|
|
928
|
+
2012-04-02 12:00:00,281
|
|
929
|
+
2011-08-17 14:00:00,192
|
|
930
|
+
2012-04-19 20:00:00,404
|
|
931
|
+
2011-01-10 09:00:00,94
|
|
932
|
+
2012-03-18 16:00:00,541
|
|
933
|
+
2011-03-14 00:00:00,11
|
|
934
|
+
2012-10-12 19:00:00,493
|
|
935
|
+
2012-04-03 17:00:00,757
|
|
936
|
+
2012-03-07 06:00:00,108
|
|
937
|
+
2012-10-16 10:00:00,222
|
|
938
|
+
2011-12-10 14:00:00,293
|
|
939
|
+
2012-01-15 02:00:00,43
|
|
940
|
+
2012-06-15 00:00:00,94
|
|
941
|
+
2012-05-02 04:00:00,4
|
|
942
|
+
2012-06-11 02:00:00,17
|
|
943
|
+
2011-07-14 09:00:00,224
|
|
944
|
+
2012-05-01 23:00:00,95
|
|
945
|
+
2011-07-06 03:00:00,6
|
|
946
|
+
2012-04-06 19:00:00,412
|
|
947
|
+
2011-03-16 17:00:00,253
|
|
948
|
+
2012-06-14 15:00:00,324
|
|
949
|
+
2012-07-09 21:00:00,331
|
|
950
|
+
2012-02-09 07:00:00,267
|
|
951
|
+
2012-06-17 19:00:00,390
|
|
952
|
+
2012-04-04 08:00:00,684
|
|
953
|
+
2011-07-12 02:00:00,9
|
|
954
|
+
2012-06-10 03:00:00,29
|
|
955
|
+
2011-01-17 01:00:00,16
|
|
956
|
+
2012-04-17 09:00:00,400
|
|
957
|
+
2012-08-04 09:00:00,278
|
|
958
|
+
2012-09-12 17:00:00,925
|
|
959
|
+
2012-07-11 05:00:00,41
|
|
960
|
+
2011-10-11 07:00:00,352
|
|
961
|
+
2012-06-03 21:00:00,246
|
|
962
|
+
2012-12-05 13:00:00,214
|
|
963
|
+
2012-08-05 17:00:00,382
|
|
964
|
+
2011-06-06 23:00:00,60
|
|
965
|
+
2011-03-11 00:00:00,6
|
|
966
|
+
2011-01-08 08:00:00,15
|
|
967
|
+
2012-11-17 20:00:00,172
|
|
968
|
+
2012-03-02 06:00:00,92
|
|
969
|
+
2012-12-17 11:00:00,170
|
|
970
|
+
2012-08-11 08:00:00,162
|
|
971
|
+
2012-03-09 04:00:00,1
|
|
972
|
+
2011-04-02 03:00:00,9
|
|
973
|
+
2012-07-04 01:00:00,123
|
|
974
|
+
2011-06-10 08:00:00,452
|
|
975
|
+
2011-06-17 11:00:00,181
|
|
976
|
+
2011-06-15 12:00:00,211
|
|
977
|
+
2012-07-06 19:00:00,418
|
|
978
|
+
2012-09-01 02:00:00,69
|
|
979
|
+
2012-01-12 19:00:00,330
|
|
980
|
+
2012-03-15 14:00:00,258
|
|
981
|
+
2012-07-15 07:00:00,47
|
|
982
|
+
2012-01-01 00:00:00,48
|
|
983
|
+
2012-04-14 12:00:00,678
|
|
984
|
+
2012-07-18 04:00:00,6
|
|
985
|
+
2012-03-08 05:00:00,29
|
|
986
|
+
2012-10-11 22:00:00,177
|
|
987
|
+
2012-05-12 09:00:00,335
|
|
988
|
+
2012-10-14 21:00:00,196
|
|
989
|
+
2012-01-15 19:00:00,110
|
|
990
|
+
2012-12-09 11:00:00,250
|
|
991
|
+
2011-01-14 15:00:00,68
|
|
992
|
+
2011-04-15 11:00:00,136
|
|
993
|
+
2011-08-06 08:00:00,121
|
|
994
|
+
2011-10-12 10:00:00,113
|
|
995
|
+
2011-04-05 15:00:00,68
|
|
996
|
+
2012-11-02 15:00:00,306
|
|
997
|
+
2012-12-16 11:00:00,295
|
|
998
|
+
2011-09-04 03:00:00,43
|
|
999
|
+
2011-04-13 07:00:00,70
|
|
1000
|
+
2012-04-13 09:00:00,330
|
|
1001
|
+
2011-12-03 06:00:00,11
|
|
1002
|
+
2011-10-16 23:00:00,62
|
|
1003
|
+
2011-08-16 02:00:00,4
|
|
1004
|
+
2012-07-01 19:00:00,382
|
|
1005
|
+
2011-06-17 01:00:00,23
|
|
1006
|
+
2012-07-03 19:00:00,497
|
|
1007
|
+
2011-06-06 06:00:00,112
|
|
1008
|
+
2011-12-11 00:00:00,74
|
|
1009
|
+
2011-03-06 14:00:00,39
|
|
1010
|
+
2011-07-10 21:00:00,227
|
|
1011
|
+
2011-01-03 00:00:00,5
|
|
1012
|
+
2011-10-10 20:00:00,225
|
|
1013
|
+
2011-12-02 09:00:00,246
|
|
1014
|
+
2012-11-05 12:00:00,244
|
|
1015
|
+
2012-10-02 04:00:00,10
|
|
1016
|
+
2011-11-06 01:00:00,115
|
|
1017
|
+
2011-10-13 09:00:00,109
|
|
1018
|
+
2012-10-11 19:00:00,743
|
|
1019
|
+
2012-03-06 02:00:00,4
|
|
1020
|
+
2012-02-16 03:00:00,1
|
|
1021
|
+
2011-07-15 05:00:00,23
|
|
1022
|
+
2012-01-09 02:00:00,5
|
|
1023
|
+
2012-03-09 01:00:00,26
|
|
1024
|
+
2012-07-16 15:00:00,237
|
|
1025
|
+
2011-10-06 09:00:00,208
|
|
1026
|
+
2012-05-17 16:00:00,430
|
|
1027
|
+
2012-08-11 04:00:00,10
|
|
1028
|
+
2011-03-11 06:00:00,32
|
|
1029
|
+
2011-03-15 08:00:00,282
|
|
1030
|
+
2011-12-17 11:00:00,209
|
|
1031
|
+
2012-10-03 22:00:00,241
|
|
1032
|
+
2012-02-04 01:00:00,43
|
|
1033
|
+
2011-02-13 01:00:00,24
|
|
1034
|
+
2012-08-10 11:00:00,251
|
|
1035
|
+
2011-03-03 12:00:00,72
|
|
1036
|
+
2012-08-18 12:00:00,654
|
|
1037
|
+
2011-08-11 17:00:00,582
|
|
1038
|
+
2012-09-12 16:00:00,509
|
|
1039
|
+
2011-10-14 00:00:00,39
|
|
1040
|
+
2012-08-07 10:00:00,250
|
|
1041
|
+
2012-03-05 22:00:00,78
|
|
1042
|
+
2012-06-19 11:00:00,230
|
|
1043
|
+
2012-02-06 16:00:00,228
|
|
1044
|
+
2011-03-01 04:00:00,1
|
|
1045
|
+
2012-04-07 14:00:00,578
|
|
1046
|
+
2011-06-10 09:00:00,213
|
|
1047
|
+
2011-12-13 19:00:00,267
|
|
1048
|
+
2012-04-16 07:00:00,387
|
|
1049
|
+
2011-04-06 15:00:00,117
|
|
1050
|
+
2011-05-07 01:00:00,58
|
|
1051
|
+
2012-02-12 09:00:00,63
|
|
1052
|
+
2012-02-10 04:00:00,2
|
|
1053
|
+
2012-02-15 14:00:00,134
|
|
1054
|
+
2012-09-08 21:00:00,181
|
|
1055
|
+
2011-07-16 21:00:00,252
|
|
1056
|
+
2012-04-03 22:00:00,158
|
|
1057
|
+
2011-02-05 08:00:00,10
|
|
1058
|
+
2011-10-10 06:00:00,44
|
|
1059
|
+
2011-10-18 03:00:00,1
|
|
1060
|
+
2012-09-04 13:00:00,275
|
|
1061
|
+
2012-08-06 00:00:00,33
|
|
1062
|
+
2011-11-19 21:00:00,108
|
|
1063
|
+
2012-11-17 04:00:00,7
|
|
1064
|
+
2012-02-14 03:00:00,3
|
|
1065
|
+
2011-06-19 10:00:00,244
|
|
1066
|
+
2012-04-02 17:00:00,729
|
|
1067
|
+
2011-03-04 09:00:00,150
|
|
1068
|
+
2012-04-13 04:00:00,5
|
|
1069
|
+
2012-11-16 09:00:00,351
|
|
1070
|
+
2011-02-13 22:00:00,36
|
|
1071
|
+
2011-12-17 19:00:00,106
|
|
1072
|
+
2012-07-05 00:00:00,88
|
|
1073
|
+
2011-10-02 04:00:00,7
|
|
1074
|
+
2012-12-06 16:00:00,331
|
|
1075
|
+
2012-06-12 07:00:00,303
|
|
1076
|
+
2011-11-01 08:00:00,419
|
|
1077
|
+
2011-04-10 23:00:00,32
|
|
1078
|
+
2012-09-14 07:00:00,454
|
|
1079
|
+
2012-04-17 20:00:00,402
|
|
1080
|
+
2011-07-12 06:00:00,115
|
|
1081
|
+
2011-07-13 17:00:00,488
|
|
1082
|
+
2011-02-05 18:00:00,83
|
|
1083
|
+
2011-10-17 11:00:00,166
|
|
1084
|
+
2012-06-15 03:00:00,5
|
|
1085
|
+
2011-08-07 22:00:00,103
|
|
1086
|
+
2012-04-05 06:00:00,126
|
|
1087
|
+
2011-10-11 22:00:00,147
|
|
1088
|
+
2011-04-03 02:00:00,24
|
|
1089
|
+
2011-12-19 02:00:00,3
|
|
1090
|
+
2011-06-04 06:00:00,28
|
|
1091
|
+
2012-08-10 16:00:00,467
|
|
1092
|
+
2012-01-08 05:00:00,2
|
|
1093
|
+
2012-01-09 07:00:00,240
|
|
1094
|
+
2012-10-14 06:00:00,24
|
|
1095
|
+
2011-10-17 14:00:00,166
|
|
1096
|
+
2012-09-12 18:00:00,977
|
|
1097
|
+
2011-06-01 02:00:00,3
|
|
1098
|
+
2011-08-18 16:00:00,245
|
|
1099
|
+
2012-09-09 01:00:00,124
|
|
1100
|
+
2012-02-01 21:00:00,233
|
|
1101
|
+
2012-03-01 19:00:00,328
|
|
1102
|
+
2011-11-09 20:00:00,219
|
|
1103
|
+
2012-11-01 19:00:00,452
|
|
1104
|
+
2011-01-13 18:00:00,144
|
|
1105
|
+
2012-04-07 01:00:00,69
|
|
1106
|
+
2011-04-19 21:00:00,122
|
|
1107
|
+
2011-01-13 09:00:00,139
|
|
1108
|
+
2011-01-10 01:00:00,1
|
|
1109
|
+
2012-02-17 05:00:00,16
|
|
1110
|
+
2012-07-07 21:00:00,201
|
|
1111
|
+
2011-05-02 01:00:00,114
|
|
1112
|
+
2012-08-12 05:00:00,10
|
|
1113
|
+
2012-02-13 16:00:00,211
|
|
1114
|
+
2011-02-06 01:00:00,44
|
|
1115
|
+
2011-05-18 13:00:00,122
|
|
1116
|
+
2011-02-11 12:00:00,71
|
|
1117
|
+
2011-09-07 16:00:00,144
|
|
1118
|
+
2011-09-02 20:00:00,196
|
|
1119
|
+
2011-09-12 09:00:00,176
|
|
1120
|
+
2011-06-13 00:00:00,28
|
|
1121
|
+
2012-01-18 06:00:00,88
|
|
1122
|
+
2012-07-13 13:00:00,374
|
|
1123
|
+
2011-09-13 11:00:00,153
|
|
1124
|
+
2012-10-15 12:00:00,284
|
|
1125
|
+
2012-05-15 19:00:00,512
|
|
1126
|
+
2011-06-15 04:00:00,4
|
|
1127
|
+
2011-08-08 11:00:00,179
|
|
1128
|
+
2012-09-09 11:00:00,585
|
|
1129
|
+
2012-11-14 10:00:00,171
|
|
1130
|
+
2011-10-15 04:00:00,6
|
|
1131
|
+
2011-08-14 06:00:00,6
|
|
1132
|
+
2012-06-06 22:00:00,248
|
|
1133
|
+
2012-12-16 12:00:00,417
|
|
1134
|
+
2012-08-12 04:00:00,10
|
|
1135
|
+
2012-12-18 06:00:00,118
|
|
1136
|
+
2011-10-13 16:00:00,276
|
|
1137
|
+
2011-04-16 10:00:00,22
|
|
1138
|
+
2011-08-09 17:00:00,532
|
|
1139
|
+
2011-09-15 13:00:00,189
|
|
1140
|
+
2012-12-15 07:00:00,48
|
|
1141
|
+
2012-12-04 21:00:00,280
|
|
1142
|
+
2012-08-06 22:00:00,207
|
|
1143
|
+
2012-05-15 09:00:00,355
|
|
1144
|
+
2011-10-12 14:00:00,78
|
|
1145
|
+
2012-06-15 16:00:00,558
|
|
1146
|
+
2012-12-18 04:00:00,8
|
|
1147
|
+
2011-03-17 02:00:00,8
|
|
1148
|
+
2012-11-14 05:00:00,39
|
|
1149
|
+
2012-04-01 23:00:00,63
|
|
1150
|
+
2012-01-04 09:00:00,180
|
|
1151
|
+
2011-06-01 18:00:00,309
|
|
1152
|
+
2012-12-03 00:00:00,21
|
|
1153
|
+
2012-12-19 14:00:00,218
|
|
1154
|
+
2012-10-07 03:00:00,22
|
|
1155
|
+
2011-02-02 13:00:00,75
|
|
1156
|
+
2011-05-08 11:00:00,340
|
|
1157
|
+
2012-02-02 10:00:00,78
|
|
1158
|
+
2011-12-07 04:00:00,1
|
|
1159
|
+
2012-11-03 13:00:00,449
|
|
1160
|
+
2012-08-03 18:00:00,671
|
|
1161
|
+
2011-11-19 13:00:00,363
|
|
1162
|
+
2011-01-05 15:00:00,62
|
|
1163
|
+
2012-03-08 20:00:00,302
|
|
1164
|
+
2012-01-12 04:00:00,2
|
|
1165
|
+
2011-02-07 18:00:00,175
|
|
1166
|
+
2011-12-03 09:00:00,124
|
|
1167
|
+
2012-05-10 09:00:00,361
|
|
1168
|
+
2011-12-05 04:00:00,7
|
|
1169
|
+
2011-09-11 15:00:00,404
|
|
1170
|
+
2011-04-11 04:00:00,1
|
|
1171
|
+
2011-08-05 23:00:00,139
|
|
1172
|
+
2012-01-05 20:00:00,177
|
|
1173
|
+
2012-08-07 00:00:00,47
|
|
1174
|
+
2012-02-01 07:00:00,208
|
|
1175
|
+
2012-12-06 04:00:00,9
|
|
1176
|
+
2012-01-15 06:00:00,8
|
|
1177
|
+
2012-03-05 10:00:00,86
|
|
1178
|
+
2011-10-02 12:00:00,321
|
|
1179
|
+
2012-12-18 10:00:00,184
|
|
1180
|
+
2012-10-14 23:00:00,105
|
|
1181
|
+
2011-07-05 16:00:00,281
|
|
1182
|
+
2011-08-11 07:00:00,307
|
|
1183
|
+
2011-09-05 08:00:00,101
|
|
1184
|
+
2012-10-02 11:00:00,99
|
|
1185
|
+
2012-08-01 23:00:00,152
|
|
1186
|
+
2011-10-09 18:00:00,414
|
|
1187
|
+
2011-09-13 08:00:00,425
|
|
1188
|
+
2012-01-07 17:00:00,322
|
|
1189
|
+
2011-12-03 20:00:00,127
|
|
1190
|
+
2012-05-03 21:00:00,299
|
|
1191
|
+
2012-07-15 12:00:00,489
|
|
1192
|
+
2011-01-02 06:00:00,2
|
|
1193
|
+
2012-12-08 00:00:00,103
|
|
1194
|
+
2011-07-16 00:00:00,110
|
|
1195
|
+
2011-05-05 22:00:00,165
|
|
1196
|
+
2011-02-02 11:00:00,52
|
|
1197
|
+
2012-08-14 21:00:00,308
|
|
1198
|
+
2011-12-18 05:00:00,5
|
|
1199
|
+
2011-02-06 20:00:00,26
|
|
1200
|
+
2011-07-03 13:00:00,421
|
|
1201
|
+
2012-08-15 04:00:00,4
|
|
1202
|
+
2011-06-01 15:00:00,152
|
|
1203
|
+
2011-01-10 08:00:00,188
|
|
1204
|
+
2011-10-07 17:00:00,563
|
|
1205
|
+
2011-09-11 06:00:00,20
|
|
1206
|
+
2012-10-18 01:00:00,14
|
|
1207
|
+
2011-01-05 17:00:00,190
|
|
1208
|
+
2012-04-19 08:00:00,677
|
|
1209
|
+
2011-12-04 08:00:00,55
|
|
1210
|
+
2012-06-16 10:00:00,435
|
|
1211
|
+
2012-10-14 09:00:00,223
|
|
1212
|
+
2011-04-18 01:00:00,19
|
|
1213
|
+
2012-05-07 16:00:00,388
|
|
1214
|
+
2012-03-07 18:00:00,544
|
|
1215
|
+
2012-11-18 04:00:00,12
|
|
1216
|
+
2011-07-01 19:00:00,318
|
|
1217
|
+
2011-05-02 05:00:00,20
|
|
1218
|
+
2011-03-09 23:00:00,18
|
|
1219
|
+
2012-06-01 13:00:00,316
|
|
1220
|
+
2012-07-10 21:00:00,90
|
|
1221
|
+
2011-07-19 03:00:00,3
|
|
1222
|
+
2012-09-18 05:00:00,48
|
|
1223
|
+
2012-02-08 03:00:00,1
|
|
1224
|
+
2011-05-09 01:00:00,33
|
|
1225
|
+
2012-07-14 12:00:00,499
|
|
1226
|
+
2012-11-19 15:00:00,257
|
|
1227
|
+
2012-07-05 04:00:00,7
|
|
1228
|
+
2012-10-07 16:00:00,333
|
|
1229
|
+
2012-08-03 09:00:00,396
|
|
1230
|
+
2011-12-16 14:00:00,128
|
|
1231
|
+
2012-06-03 23:00:00,108
|
|
1232
|
+
2011-10-01 12:00:00,158
|
|
1233
|
+
2011-11-09 18:00:00,408
|
|
1234
|
+
2011-12-10 22:00:00,95
|
|
1235
|
+
2012-05-18 23:00:00,174
|
|
1236
|
+
2012-05-11 20:00:00,341
|
|
1237
|
+
2011-09-15 20:00:00,248
|
|
1238
|
+
2011-07-04 09:00:00,238
|
|
1239
|
+
2011-02-07 04:00:00,2
|
|
1240
|
+
2011-04-16 09:00:00,29
|
|
1241
|
+
2012-01-11 02:00:00,5
|
|
1242
|
+
2011-05-02 03:00:00,16
|
|
1243
|
+
2012-11-04 04:00:00,9
|
|
1244
|
+
2012-10-17 07:00:00,464
|
|
1245
|
+
2011-09-12 20:00:00,299
|
|
1246
|
+
2012-11-06 12:00:00,248
|
|
1247
|
+
2012-04-01 07:00:00,84
|
|
1248
|
+
2012-08-17 18:00:00,669
|
|
1249
|
+
2011-01-01 10:00:00,36
|
|
1250
|
+
2012-03-13 08:00:00,593
|
|
1251
|
+
2011-05-14 19:00:00,248
|
|
1252
|
+
2011-03-15 12:00:00,102
|
|
1253
|
+
2011-11-15 16:00:00,271
|
|
1254
|
+
2011-07-07 13:00:00,155
|
|
1255
|
+
2011-02-13 07:00:00,3
|
|
1256
|
+
2012-01-18 02:00:00,2
|
|
1257
|
+
2012-05-04 13:00:00,278
|
|
1258
|
+
2012-12-08 16:00:00,507
|
|
1259
|
+
2012-10-15 07:00:00,476
|
|
1260
|
+
2011-02-14 01:00:00,7
|
|
1261
|
+
2011-02-14 00:00:00,11
|
|
1262
|
+
2012-06-14 20:00:00,435
|
|
1263
|
+
2012-03-03 09:00:00,94
|
|
1264
|
+
2012-05-06 23:00:00,102
|
|
1265
|
+
2011-01-05 00:00:00,6
|
|
1266
|
+
2012-03-12 14:00:00,221
|
|
1267
|
+
2012-06-07 23:00:00,177
|
|
1268
|
+
2012-09-08 11:00:00,578
|
|
1269
|
+
2011-12-19 09:00:00,183
|
|
1270
|
+
2011-07-08 18:00:00,316
|
|
1271
|
+
2011-02-03 19:00:00,96
|
|
1272
|
+
2012-12-17 09:00:00,282
|
|
1273
|
+
2012-08-01 06:00:00,185
|
|
1274
|
+
2012-01-11 23:00:00,9
|
|
1275
|
+
2011-03-15 00:00:00,14
|
|
1276
|
+
2012-08-04 04:00:00,13
|
|
1277
|
+
2011-12-11 22:00:00,43
|
|
1278
|
+
2011-08-05 05:00:00,16
|
|
1279
|
+
2012-08-13 03:00:00,6
|
|
1280
|
+
2011-04-08 20:00:00,63
|
|
1281
|
+
2011-03-14 13:00:00,75
|
|
1282
|
+
2011-04-09 01:00:00,20
|
|
1283
|
+
2011-09-05 23:00:00,20
|
|
1284
|
+
2011-09-17 20:00:00,176
|
|
1285
|
+
2011-12-14 01:00:00,8
|
|
1286
|
+
2012-01-19 01:00:00,5
|
|
1287
|
+
2011-01-13 11:00:00,37
|
|
1288
|
+
2012-05-07 22:00:00,173
|
|
1289
|
+
2012-08-10 02:00:00,20
|
|
1290
|
+
2011-09-02 17:00:00,455
|
|
1291
|
+
2012-11-05 07:00:00,461
|
|
1292
|
+
2012-07-02 17:00:00,747
|
|
1293
|
+
2012-11-06 10:00:00,230
|
|
1294
|
+
2011-01-17 16:00:00,82
|
|
1295
|
+
2011-02-18 07:00:00,116
|
|
1296
|
+
2011-12-10 20:00:00,124
|
|
1297
|
+
2011-07-11 02:00:00,12
|
|
1298
|
+
2011-09-12 17:00:00,590
|
|
1299
|
+
2011-08-08 06:00:00,95
|
|
1300
|
+
2012-08-03 13:00:00,345
|
|
1301
|
+
2012-04-03 13:00:00,345
|
|
1302
|
+
2011-06-16 19:00:00,327
|
|
1303
|
+
2011-03-10 23:00:00,27
|
|
1304
|
+
2012-07-05 21:00:00,323
|
|
1305
|
+
2012-09-13 21:00:00,317
|
|
1306
|
+
2012-11-12 02:00:00,20
|
|
1307
|
+
2011-05-08 06:00:00,6
|
|
1308
|
+
2012-07-19 02:00:00,7
|
|
1309
|
+
2012-09-05 09:00:00,290
|
|
1310
|
+
2011-05-06 07:00:00,222
|
|
1311
|
+
2012-09-19 06:00:00,172
|
|
1312
|
+
2012-05-13 22:00:00,131
|
|
1313
|
+
2011-08-01 08:00:00,382
|
|
1314
|
+
2012-09-10 20:00:00,390
|
|
1315
|
+
2012-10-06 01:00:00,141
|
|
1316
|
+
2011-01-19 09:00:00,109
|
|
1317
|
+
2012-05-09 17:00:00,705
|
|
1318
|
+
2012-12-08 20:00:00,182
|
|
1319
|
+
2011-10-01 20:00:00,66
|
|
1320
|
+
2012-08-10 01:00:00,41
|
|
1321
|
+
2011-04-17 07:00:00,16
|
|
1322
|
+
2011-05-15 08:00:00,70
|
|
1323
|
+
2011-05-13 09:00:00,233
|
|
1324
|
+
2012-04-08 02:00:00,32
|
|
1325
|
+
2012-12-15 18:00:00,272
|
|
1326
|
+
2012-04-16 14:00:00,288
|
|
1327
|
+
2011-01-01 08:00:00,8
|
|
1328
|
+
2011-02-02 14:00:00,63
|
|
1329
|
+
2012-04-08 07:00:00,37
|
|
1330
|
+
2012-04-16 19:00:00,522
|
|
1331
|
+
2012-09-12 14:00:00,278
|
|
1332
|
+
2012-10-08 15:00:00,370
|
|
1333
|
+
2011-03-02 20:00:00,95
|
|
1334
|
+
2012-04-19 16:00:00,387
|
|
1335
|
+
2012-07-07 20:00:00,276
|
|
1336
|
+
2012-02-12 15:00:00,155
|
|
1337
|
+
2012-06-11 01:00:00,24
|
|
1338
|
+
2012-10-11 13:00:00,291
|
|
1339
|
+
2012-01-13 23:00:00,65
|
|
1340
|
+
2012-09-14 06:00:00,152
|
|
1341
|
+
2012-10-09 09:00:00,382
|
|
1342
|
+
2011-11-08 02:00:00,1
|
|
1343
|
+
2012-07-07 07:00:00,71
|
|
1344
|
+
2011-10-17 18:00:00,518
|
|
1345
|
+
2012-12-05 20:00:00,293
|
|
1346
|
+
2011-07-10 07:00:00,65
|
|
1347
|
+
2011-09-10 17:00:00,460
|
|
1348
|
+
2012-05-08 00:00:00,38
|
|
1349
|
+
2011-03-04 21:00:00,70
|
|
1350
|
+
2011-02-16 13:00:00,93
|
|
1351
|
+
2011-02-13 19:00:00,61
|
|
1352
|
+
2012-02-02 11:00:00,105
|
|
1353
|
+
2012-06-12 04:00:00,4
|
|
1354
|
+
2012-06-05 00:00:00,34
|
|
1355
|
+
2012-08-17 11:00:00,303
|
|
1356
|
+
2011-07-14 14:00:00,178
|
|
1357
|
+
2011-09-14 10:00:00,142
|
|
1358
|
+
2012-03-02 23:00:00,23
|
|
1359
|
+
2012-08-01 13:00:00,280
|
|
1360
|
+
2012-04-15 17:00:00,623
|
|
1361
|
+
2011-08-10 16:00:00,282
|
|
1362
|
+
2012-12-09 01:00:00,102
|
|
1363
|
+
2011-04-11 16:00:00,235
|
|
1364
|
+
2011-02-12 16:00:00,145
|
|
1365
|
+
2011-04-15 12:00:00,200
|
|
1366
|
+
2012-06-10 13:00:00,492
|
|
1367
|
+
2011-04-18 14:00:00,144
|
|
1368
|
+
2011-01-11 14:00:00,63
|
|
1369
|
+
2012-03-03 11:00:00,214
|
|
1370
|
+
2012-12-13 04:00:00,8
|
|
1371
|
+
2011-03-09 11:00:00,59
|
|
1372
|
+
2011-04-14 21:00:00,145
|
|
1373
|
+
2011-07-10 01:00:00,113
|
|
1374
|
+
2011-06-04 13:00:00,456
|
|
1375
|
+
2011-11-10 04:00:00,3
|
|
1376
|
+
2011-08-16 18:00:00,570
|
|
1377
|
+
2012-05-12 02:00:00,56
|
|
1378
|
+
2011-04-13 16:00:00,142
|
|
1379
|
+
2011-08-11 14:00:00,142
|
|
1380
|
+
2012-03-17 13:00:00,686
|
|
1381
|
+
2011-11-12 15:00:00,386
|
|
1382
|
+
2011-03-10 22:00:00,34
|
|
1383
|
+
2012-09-12 09:00:00,328
|
|
1384
|
+
2011-05-15 14:00:00,437
|
|
1385
|
+
2012-10-01 19:00:00,516
|
|
1386
|
+
2012-04-01 06:00:00,97
|
|
1387
|
+
2011-07-17 21:00:00,207
|
|
1388
|
+
2011-05-09 11:00:00,125
|
|
1389
|
+
2012-12-15 19:00:00,257
|
|
1390
|
+
2011-05-16 19:00:00,308
|
|
1391
|
+
2011-01-03 18:00:00,157
|
|
1392
|
+
2012-04-17 05:00:00,30
|
|
1393
|
+
2012-03-03 15:00:00,399
|
|
1394
|
+
2011-11-17 00:00:00,24
|
|
1395
|
+
2011-09-19 17:00:00,568
|
|
1396
|
+
2012-03-10 12:00:00,329
|
|
1397
|
+
2012-09-13 02:00:00,9
|
|
1398
|
+
2011-05-06 17:00:00,553
|
|
1399
|
+
2011-11-05 04:00:00,8
|
|
1400
|
+
2012-11-14 01:00:00,12
|
|
1401
|
+
2011-04-02 08:00:00,55
|
|
1402
|
+
2012-06-18 15:00:00,237
|
|
1403
|
+
2011-05-11 12:00:00,226
|
|
1404
|
+
2012-08-08 01:00:00,23
|
|
1405
|
+
2011-04-01 07:00:00,95
|
|
1406
|
+
2011-11-10 05:00:00,23
|
|
1407
|
+
2011-03-06 06:00:00,2
|
|
1408
|
+
2011-04-18 17:00:00,428
|
|
1409
|
+
2012-03-17 05:00:00,8
|
|
1410
|
+
2011-09-07 00:00:00,13
|
|
1411
|
+
2012-01-04 03:00:00,1
|
|
1412
|
+
2011-03-09 15:00:00,79
|
|
1413
|
+
2012-10-09 13:00:00,238
|
|
1414
|
+
2011-03-07 20:00:00,92
|
|
1415
|
+
2012-07-17 01:00:00,25
|
|
1416
|
+
2012-12-12 05:00:00,37
|
|
1417
|
+
2011-03-07 07:00:00,91
|
|
1418
|
+
2011-01-12 10:00:00,39
|
|
1419
|
+
2012-07-06 06:00:00,131
|
|
1420
|
+
2011-03-16 19:00:00,168
|
|
1421
|
+
2012-03-12 22:00:00,133
|
|
1422
|
+
2012-05-16 21:00:00,393
|
|
1423
|
+
2011-02-10 13:00:00,62
|
|
1424
|
+
2011-02-09 03:00:00,2
|
|
1425
|
+
2012-05-17 07:00:00,474
|
|
1426
|
+
2012-05-07 01:00:00,9
|
|
1427
|
+
2011-09-04 18:00:00,356
|
|
1428
|
+
2012-04-12 18:00:00,610
|
|
1429
|
+
2012-01-09 03:00:00,3
|
|
1430
|
+
2011-06-05 18:00:00,363
|
|
1431
|
+
2012-06-04 12:00:00,282
|
|
1432
|
+
2011-07-19 10:00:00,141
|
|
1433
|
+
2011-11-05 01:00:00,62
|
|
1434
|
+
2011-03-13 07:00:00,10
|
|
1435
|
+
2011-03-10 18:00:00,82
|
|
1436
|
+
2011-12-13 16:00:00,207
|
|
1437
|
+
2011-04-17 04:00:00,7
|
|
1438
|
+
2012-07-09 03:00:00,5
|
|
1439
|
+
2011-08-07 09:00:00,184
|
|
1440
|
+
2012-02-09 08:00:00,484
|
|
1441
|
+
2011-11-16 09:00:00,82
|
|
1442
|
+
2011-02-07 05:00:00,10
|
|
1443
|
+
2011-12-18 08:00:00,32
|
|
1444
|
+
2011-12-08 21:00:00,139
|
|
1445
|
+
2011-08-08 05:00:00,15
|
|
1446
|
+
2012-08-16 08:00:00,682
|
|
1447
|
+
2011-11-04 05:00:00,23
|
|
1448
|
+
2012-01-08 19:00:00,112
|
|
1449
|
+
2012-04-04 19:00:00,494
|
|
1450
|
+
2012-10-02 15:00:00,209
|
|
1451
|
+
2012-09-10 01:00:00,18
|
|
1452
|
+
2012-08-08 03:00:00,7
|
|
1453
|
+
2011-01-19 01:00:00,7
|
|
1454
|
+
2012-12-10 03:00:00,4
|
|
1455
|
+
2012-01-17 00:00:00,12
|
|
1456
|
+
2011-01-04 08:00:00,179
|
|
1457
|
+
2011-09-05 05:00:00,6
|
|
1458
|
+
2011-10-11 20:00:00,234
|
|
1459
|
+
2011-09-12 07:00:00,312
|
|
1460
|
+
2012-03-10 22:00:00,100
|
|
1461
|
+
2012-05-05 01:00:00,107
|
|
1462
|
+
2012-10-01 10:00:00,179
|
|
1463
|
+
2011-07-01 11:00:00,214
|
|
1464
|
+
2012-08-02 09:00:00,343
|
|
1465
|
+
2011-10-05 06:00:00,117
|
|
1466
|
+
2011-07-13 06:00:00,121
|
|
1467
|
+
2011-05-19 06:00:00,103
|
|
1468
|
+
2011-04-12 09:00:00,54
|
|
1469
|
+
2011-01-05 01:00:00,6
|
|
1470
|
+
2012-02-12 14:00:00,111
|
|
1471
|
+
2011-05-08 18:00:00,268
|
|
1472
|
+
2011-02-11 19:00:00,101
|
|
1473
|
+
2012-03-05 11:00:00,103
|
|
1474
|
+
2011-02-10 05:00:00,6
|
|
1475
|
+
2011-07-11 17:00:00,514
|
|
1476
|
+
2011-02-13 02:00:00,20
|
|
1477
|
+
2011-11-05 03:00:00,8
|
|
1478
|
+
2011-03-09 09:00:00,141
|
|
1479
|
+
2011-01-13 13:00:00,83
|
|
1480
|
+
2012-12-02 21:00:00,99
|
|
1481
|
+
2012-01-18 16:00:00,176
|
|
1482
|
+
2012-04-09 01:00:00,16
|
|
1483
|
+
2012-05-12 20:00:00,287
|
|
1484
|
+
2011-09-05 00:00:00,97
|
|
1485
|
+
2012-04-05 23:00:00,136
|
|
1486
|
+
2011-04-08 21:00:00,54
|
|
1487
|
+
2011-05-12 13:00:00,218
|
|
1488
|
+
2012-10-05 03:00:00,16
|
|
1489
|
+
2012-04-06 11:00:00,291
|
|
1490
|
+
2012-03-07 13:00:00,205
|
|
1491
|
+
2011-07-03 21:00:00,167
|
|
1492
|
+
2011-07-19 04:00:00,5
|
|
1493
|
+
2011-08-14 11:00:00,198
|
|
1494
|
+
2011-10-08 10:00:00,337
|
|
1495
|
+
2012-01-01 16:00:00,215
|
|
1496
|
+
2011-08-04 13:00:00,205
|
|
1497
|
+
2012-01-19 14:00:00,119
|
|
1498
|
+
2012-09-09 03:00:00,46
|
|
1499
|
+
2012-09-03 22:00:00,121
|
|
1500
|
+
2011-01-09 00:00:00,25
|
|
1501
|
+
2012-06-15 21:00:00,333
|
|
1502
|
+
2012-11-18 10:00:00,329
|
|
1503
|
+
2012-09-14 11:00:00,280
|
|
1504
|
+
2011-08-19 17:00:00,527
|
|
1505
|
+
2011-05-04 20:00:00,191
|
|
1506
|
+
2011-11-12 08:00:00,101
|
|
1507
|
+
2011-01-01 19:00:00,37
|
|
1508
|
+
2011-03-18 22:00:00,118
|
|
1509
|
+
2011-05-03 13:00:00,194
|
|
1510
|
+
2012-05-04 05:00:00,24
|
|
1511
|
+
2011-10-14 06:00:00,94
|
|
1512
|
+
2011-07-12 01:00:00,14
|
|
1513
|
+
2011-07-08 16:00:00,132
|
|
1514
|
+
2012-04-05 21:00:00,234
|
|
1515
|
+
2012-02-10 17:00:00,396
|
|
1516
|
+
2012-03-07 23:00:00,62
|
|
1517
|
+
2012-11-03 23:00:00,148
|
|
1518
|
+
2011-10-15 06:00:00,20
|
|
1519
|
+
2012-11-07 00:00:00,283
|
|
1520
|
+
2011-01-17 09:00:00,47
|
|
1521
|
+
2012-03-09 07:00:00,268
|
|
1522
|
+
2011-06-14 18:00:00,538
|
|
1523
|
+
2012-06-07 15:00:00,333
|
|
1524
|
+
2012-07-15 05:00:00,9
|
|
1525
|
+
2011-06-05 07:00:00,27
|
|
1526
|
+
2012-05-18 07:00:00,515
|
|
1527
|
+
2011-10-06 17:00:00,568
|
|
1528
|
+
2012-10-08 13:00:00,405
|
|
1529
|
+
2012-08-06 12:00:00,285
|
|
1530
|
+
2011-09-04 19:00:00,328
|
|
1531
|
+
2011-08-11 13:00:00,217
|
|
1532
|
+
2012-11-14 02:00:00,1
|
|
1533
|
+
2012-06-01 00:00:00,86
|
|
1534
|
+
2012-02-04 16:00:00,143
|
|
1535
|
+
2011-08-08 15:00:00,126
|
|
1536
|
+
2012-10-05 18:00:00,761
|
|
1537
|
+
2011-09-10 01:00:00,83
|
|
1538
|
+
2011-01-19 08:00:00,197
|
|
1539
|
+
2012-07-11 17:00:00,830
|
|
1540
|
+
2011-06-08 03:00:00,3
|
|
1541
|
+
2011-11-07 17:00:00,528
|
|
1542
|
+
2012-10-13 15:00:00,615
|
|
1543
|
+
2011-06-12 18:00:00,256
|
|
1544
|
+
2011-06-01 11:00:00,112
|
|
1545
|
+
2012-04-07 22:00:00,182
|
|
1546
|
+
2012-11-16 20:00:00,227
|
|
1547
|
+
2011-08-08 00:00:00,30
|
|
1548
|
+
2011-06-11 10:00:00,264
|
|
1549
|
+
2011-05-09 14:00:00,162
|
|
1550
|
+
2011-12-13 12:00:00,167
|
|
1551
|
+
2011-11-14 21:00:00,213
|
|
1552
|
+
2012-01-12 22:00:00,133
|
|
1553
|
+
2011-02-05 06:00:00,4
|
|
1554
|
+
2011-04-02 21:00:00,77
|
|
1555
|
+
2011-10-12 16:00:00,55
|
|
1556
|
+
2011-11-16 10:00:00,36
|
|
1557
|
+
2011-05-14 17:00:00,272
|
|
1558
|
+
2012-09-13 12:00:00,297
|
|
1559
|
+
2012-06-16 06:00:00,47
|
|
1560
|
+
2011-09-17 14:00:00,297
|
|
1561
|
+
2011-04-05 18:00:00,267
|
|
1562
|
+
2011-07-12 20:00:00,308
|
|
1563
|
+
2011-11-12 05:00:00,4
|
|
1564
|
+
2012-04-14 11:00:00,564
|
|
1565
|
+
2011-09-17 11:00:00,367
|
|
1566
|
+
2012-02-11 11:00:00,183
|
|
1567
|
+
2011-01-07 07:00:00,84
|
|
1568
|
+
2012-04-11 01:00:00,12
|
|
1569
|
+
2012-07-09 16:00:00,413
|
|
1570
|
+
2011-10-12 22:00:00,43
|
|
1571
|
+
2011-10-19 17:00:00,181
|
|
1572
|
+
2011-09-17 16:00:00,305
|
|
1573
|
+
2011-07-13 13:00:00,158
|
|
1574
|
+
2012-04-03 06:00:00,100
|
|
1575
|
+
2011-02-14 23:00:00,20
|
|
1576
|
+
2011-06-08 15:00:00,128
|
|
1577
|
+
2011-12-02 01:00:00,15
|
|
1578
|
+
2011-08-03 21:00:00,88
|
|
1579
|
+
2011-10-12 20:00:00,90
|
|
1580
|
+
2011-09-03 01:00:00,74
|
|
1581
|
+
2011-10-15 23:00:00,135
|
|
1582
|
+
2012-11-06 02:00:00,2
|
|
1583
|
+
2012-04-02 18:00:00,618
|
|
1584
|
+
2011-02-16 07:00:00,108
|
|
1585
|
+
2012-12-09 09:00:00,103
|
|
1586
|
+
2011-05-01 13:00:00,332
|
|
1587
|
+
2012-04-19 02:00:00,6
|
|
1588
|
+
2011-10-17 02:00:00,7
|
|
1589
|
+
2011-04-04 07:00:00,157
|
|
1590
|
+
2011-08-13 15:00:00,358
|
|
1591
|
+
2012-03-12 04:00:00,3
|
|
1592
|
+
2011-09-14 22:00:00,160
|
|
1593
|
+
2012-05-10 12:00:00,272
|
|
1594
|
+
2012-03-04 23:00:00,26
|
|
1595
|
+
2012-09-04 19:00:00,552
|
|
1596
|
+
2011-04-14 00:00:00,21
|
|
1597
|
+
2012-10-15 13:00:00,146
|
|
1598
|
+
2012-02-07 04:00:00,3
|
|
1599
|
+
2011-06-19 18:00:00,296
|
|
1600
|
+
2012-10-02 14:00:00,163
|
|
1601
|
+
2011-02-01 00:00:00,8
|
|
1602
|
+
2012-02-11 21:00:00,48
|
|
1603
|
+
2011-01-01 00:00:00,16
|
|
1604
|
+
2012-05-14 05:00:00,26
|
|
1605
|
+
2011-09-08 05:00:00,14
|
|
1606
|
+
2012-06-07 11:00:00,237
|
|
1607
|
+
2011-01-16 01:00:00,23
|
|
1608
|
+
2012-02-08 19:00:00,161
|
|
1609
|
+
2012-03-19 23:00:00,54
|
|
1610
|
+
2011-11-03 16:00:00,267
|
|
1611
|
+
2012-04-10 20:00:00,282
|
|
1612
|
+
2012-07-16 17:00:00,755
|
|
1613
|
+
2012-03-01 17:00:00,600
|
|
1614
|
+
2012-04-03 12:00:00,331
|
|
1615
|
+
2011-04-17 16:00:00,343
|
|
1616
|
+
2011-10-19 23:00:00,69
|
|
1617
|
+
2012-05-16 16:00:00,446
|
|
1618
|
+
2012-02-08 20:00:00,125
|
|
1619
|
+
2012-02-12 11:00:00,124
|
|
1620
|
+
2012-04-13 20:00:00,286
|
|
1621
|
+
2011-10-18 04:00:00,4
|
|
1622
|
+
2012-12-02 08:00:00,93
|
|
1623
|
+
2011-03-12 19:00:00,112
|
|
1624
|
+
2011-07-07 06:00:00,118
|
|
1625
|
+
2012-06-17 22:00:00,153
|
|
1626
|
+
2012-01-19 11:00:00,99
|
|
1627
|
+
2011-06-13 09:00:00,224
|
|
1628
|
+
2012-12-05 14:00:00,218
|
|
1629
|
+
2012-04-13 16:00:00,463
|
|
1630
|
+
2012-12-02 23:00:00,51
|
|
1631
|
+
2011-08-19 23:00:00,106
|
|
1632
|
+
2011-02-12 20:00:00,40
|
|
1633
|
+
2012-11-17 02:00:00,49
|
|
1634
|
+
2012-05-07 00:00:00,34
|
|
1635
|
+
2011-03-02 15:00:00,110
|
|
1636
|
+
2012-12-18 21:00:00,168
|
|
1637
|
+
2012-03-17 01:00:00,69
|
|
1638
|
+
2012-07-17 22:00:00,244
|
|
1639
|
+
2012-04-05 05:00:00,29
|
|
1640
|
+
2011-04-13 06:00:00,34
|
|
1641
|
+
2011-11-02 07:00:00,251
|
|
1642
|
+
2012-08-16 02:00:00,15
|
|
1643
|
+
2012-09-16 16:00:00,596
|
|
1644
|
+
2012-11-17 23:00:00,133
|
|
1645
|
+
2011-11-19 07:00:00,41
|
|
1646
|
+
2012-10-13 02:00:00,67
|
|
1647
|
+
2011-03-02 07:00:00,110
|
|
1648
|
+
2012-07-02 02:00:00,15
|
|
1649
|
+
2011-07-19 08:00:00,412
|
|
1650
|
+
2011-02-09 00:00:00,17
|
|
1651
|
+
2012-10-05 16:00:00,634
|
|
1652
|
+
2011-07-19 01:00:00,13
|
|
1653
|
+
2011-10-13 02:00:00,4
|
|
1654
|
+
2011-07-04 00:00:00,140
|
|
1655
|
+
2011-02-16 00:00:00,15
|
|
1656
|
+
2012-10-17 17:00:00,888
|
|
1657
|
+
2011-03-12 20:00:00,86
|
|
1658
|
+
2011-04-09 21:00:00,75
|
|
1659
|
+
2011-08-17 02:00:00,6
|
|
1660
|
+
2012-10-04 01:00:00,25
|
|
1661
|
+
2012-08-11 23:00:00,163
|
|
1662
|
+
2011-01-14 16:00:00,90
|
|
1663
|
+
2012-08-18 09:00:00,292
|
|
1664
|
+
2012-03-14 00:00:00,39
|
|
1665
|
+
2012-03-08 00:00:00,46
|
|
1666
|
+
2011-12-07 23:00:00,16
|
|
1667
|
+
2011-01-17 07:00:00,13
|
|
1668
|
+
2011-09-13 00:00:00,26
|
|
1669
|
+
2011-11-17 07:00:00,168
|
|
1670
|
+
2012-05-06 00:00:00,134
|
|
1671
|
+
2012-07-16 10:00:00,186
|
|
1672
|
+
2011-11-05 13:00:00,355
|
|
1673
|
+
2012-06-05 07:00:00,569
|
|
1674
|
+
2012-09-08 19:00:00,215
|
|
1675
|
+
2011-05-05 17:00:00,533
|
|
1676
|
+
2012-03-10 15:00:00,406
|
|
1677
|
+
2012-01-08 22:00:00,58
|
|
1678
|
+
2012-07-01 14:00:00,444
|
|
1679
|
+
2012-03-17 10:00:00,443
|
|
1680
|
+
2012-01-04 11:00:00,46
|
|
1681
|
+
2011-09-09 02:00:00,8
|
|
1682
|
+
2012-09-17 22:00:00,129
|
|
1683
|
+
2012-01-14 01:00:00,50
|
|
1684
|
+
2011-11-09 03:00:00,4
|
|
1685
|
+
2011-11-15 05:00:00,28
|
|
1686
|
+
2011-01-05 12:00:00,79
|
|
1687
|
+
2012-02-04 10:00:00,224
|
|
1688
|
+
2011-05-17 21:00:00,174
|
|
1689
|
+
2011-05-01 15:00:00,266
|
|
1690
|
+
2012-03-04 16:00:00,299
|
|
1691
|
+
2011-05-04 12:00:00,124
|
|
1692
|
+
2012-04-10 15:00:00,203
|
|
1693
|
+
2011-10-01 05:00:00,5
|
|
1694
|
+
2011-07-18 07:00:00,277
|
|
1695
|
+
2012-10-02 16:00:00,374
|
|
1696
|
+
2012-03-14 21:00:00,288
|
|
1697
|
+
2012-10-04 05:00:00,39
|
|
1698
|
+
2011-11-07 11:00:00,128
|
|
1699
|
+
2011-02-14 21:00:00,43
|
|
1700
|
+
2011-08-17 08:00:00,487
|
|
1701
|
+
2012-08-01 04:00:00,4
|
|
1702
|
+
2011-10-07 03:00:00,10
|
|
1703
|
+
2012-05-15 06:00:00,24
|
|
1704
|
+
2011-11-06 19:00:00,151
|
|
1705
|
+
2012-03-06 10:00:00,129
|
|
1706
|
+
2011-11-04 00:00:00,43
|
|
1707
|
+
2012-12-18 13:00:00,286
|
|
1708
|
+
2011-08-11 19:00:00,371
|
|
1709
|
+
2012-12-07 02:00:00,11
|
|
1710
|
+
2011-04-18 00:00:00,39
|
|
1711
|
+
2012-10-13 22:00:00,189
|
|
1712
|
+
2012-10-04 15:00:00,325
|
|
1713
|
+
2012-10-15 14:00:00,185
|
|
1714
|
+
2011-10-09 07:00:00,44
|
|
1715
|
+
2012-09-15 15:00:00,654
|
|
1716
|
+
2012-05-01 22:00:00,211
|
|
1717
|
+
2012-07-14 20:00:00,356
|
|
1718
|
+
2012-09-02 16:00:00,474
|
|
1719
|
+
2011-06-05 21:00:00,165
|
|
1720
|
+
2012-09-04 18:00:00,839
|
|
1721
|
+
2011-06-08 23:00:00,116
|
|
1722
|
+
2011-02-06 19:00:00,21
|
|
1723
|
+
2012-08-02 06:00:00,183
|
|
1724
|
+
2011-07-05 05:00:00,20
|
|
1725
|
+
2012-09-09 04:00:00,28
|
|
1726
|
+
2012-09-16 11:00:00,559
|
|
1727
|
+
2012-02-15 22:00:00,107
|
|
1728
|
+
2012-07-11 21:00:00,391
|
|
1729
|
+
2011-05-06 06:00:00,82
|
|
1730
|
+
2011-02-01 10:00:00,47
|
|
1731
|
+
2012-09-06 06:00:00,200
|
|
1732
|
+
2012-10-08 10:00:00,298
|
|
1733
|
+
2012-08-12 16:00:00,513
|
|
1734
|
+
2012-04-04 09:00:00,363
|
|
1735
|
+
2012-01-10 14:00:00,106
|
|
1736
|
+
2011-11-14 00:00:00,30
|
|
1737
|
+
2011-05-18 05:00:00,9
|
|
1738
|
+
2011-04-15 02:00:00,18
|
|
1739
|
+
2012-11-01 14:00:00,185
|
|
1740
|
+
2012-09-19 00:00:00,26
|
|
1741
|
+
2012-11-12 23:00:00,63
|
|
1742
|
+
2011-03-15 19:00:00,152
|
|
1743
|
+
2011-11-08 17:00:00,499
|
|
1744
|
+
2011-04-12 07:00:00,189
|
|
1745
|
+
2011-10-01 00:00:00,130
|
|
1746
|
+
2011-03-14 17:00:00,271
|
|
1747
|
+
2012-07-01 10:00:00,366
|
|
1748
|
+
2011-02-15 06:00:00,30
|
|
1749
|
+
2011-10-14 18:00:00,423
|
|
1750
|
+
2011-09-18 19:00:00,245
|
|
1751
|
+
2012-03-10 14:00:00,379
|
|
1752
|
+
2011-12-06 06:00:00,86
|
|
1753
|
+
2011-01-02 13:00:00,75
|
|
1754
|
+
2012-10-16 07:00:00,525
|
|
1755
|
+
2011-12-15 20:00:00,221
|
|
1756
|
+
2012-07-11 20:00:00,483
|
|
1757
|
+
2012-09-08 06:00:00,34
|
|
1758
|
+
2012-07-13 00:00:00,95
|
|
1759
|
+
2011-10-04 12:00:00,199
|
|
1760
|
+
2011-06-17 20:00:00,232
|
|
1761
|
+
2011-07-03 10:00:00,264
|
|
1762
|
+
2011-07-15 08:00:00,564
|
|
1763
|
+
2012-12-07 06:00:00,84
|
|
1764
|
+
2011-11-03 03:00:00,5
|
|
1765
|
+
2012-09-11 16:00:00,536
|
|
1766
|
+
2011-11-12 18:00:00,203
|
|
1767
|
+
2012-05-15 05:00:00,8
|
|
1768
|
+
2012-02-19 16:00:00,212
|
|
1769
|
+
2011-04-02 04:00:00,5
|
|
1770
|
+
2012-01-12 12:00:00,144
|
|
1771
|
+
2011-11-04 11:00:00,162
|
|
1772
|
+
2012-06-14 23:00:00,172
|
|
1773
|
+
2011-06-03 05:00:00,28
|
|
1774
|
+
2011-04-02 13:00:00,137
|
|
1775
|
+
2012-06-09 08:00:00,244
|
|
1776
|
+
2012-11-06 03:00:00,4
|
|
1777
|
+
2012-08-10 13:00:00,290
|
|
1778
|
+
2011-02-03 09:00:00,133
|
|
1779
|
+
2012-06-06 13:00:00,303
|
|
1780
|
+
2011-06-12 19:00:00,223
|
|
1781
|
+
2012-12-14 14:00:00,299
|
|
1782
|
+
2011-05-16 02:00:00,13
|
|
1783
|
+
2012-04-18 09:00:00,265
|
|
1784
|
+
2011-11-06 09:00:00,170
|
|
1785
|
+
2012-05-04 02:00:00,11
|
|
1786
|
+
2012-01-03 20:00:00,115
|
|
1787
|
+
2011-02-09 18:00:00,170
|
|
1788
|
+
2011-03-09 04:00:00,2
|
|
1789
|
+
2012-11-12 00:00:00,49
|
|
1790
|
+
2012-03-13 04:00:00,1
|
|
1791
|
+
2011-11-06 00:00:00,75
|
|
1792
|
+
2011-03-14 08:00:00,241
|
|
1793
|
+
2012-06-04 20:00:00,461
|
|
1794
|
+
2012-03-05 21:00:00,120
|
|
1795
|
+
2011-05-03 07:00:00,265
|
|
1796
|
+
2011-06-19 12:00:00,396
|
|
1797
|
+
2011-01-07 12:00:00,59
|
|
1798
|
+
2011-06-07 10:00:00,123
|
|
1799
|
+
2011-10-08 03:00:00,20
|
|
1800
|
+
2011-08-09 13:00:00,175
|
|
1801
|
+
2011-09-08 12:00:00,102
|
|
1802
|
+
2011-01-08 06:00:00,2
|
|
1803
|
+
2012-12-17 22:00:00,54
|
|
1804
|
+
2012-01-13 19:00:00,206
|
|
1805
|
+
2011-09-14 01:00:00,8
|
|
1806
|
+
2011-07-06 10:00:00,43
|
|
1807
|
+
2012-11-03 08:00:00,142
|
|
1808
|
+
2012-10-08 12:00:00,341
|
|
1809
|
+
2011-04-11 22:00:00,91
|
|
1810
|
+
2012-08-19 11:00:00,272
|
|
1811
|
+
2011-02-16 20:00:00,118
|
|
1812
|
+
2012-07-01 09:00:00,219
|
|
1813
|
+
2011-08-10 17:00:00,584
|
|
1814
|
+
2012-01-15 12:00:00,234
|
|
1815
|
+
2012-01-19 07:00:00,206
|
|
1816
|
+
2012-01-06 04:00:00,3
|
|
1817
|
+
2011-02-14 07:00:00,98
|
|
1818
|
+
2012-06-19 02:00:00,15
|
|
1819
|
+
2011-10-15 10:00:00,322
|
|
1820
|
+
2011-05-03 18:00:00,544
|
|
1821
|
+
2012-01-14 14:00:00,231
|
|
1822
|
+
2011-10-08 14:00:00,465
|
|
1823
|
+
2011-02-09 14:00:00,58
|
|
1824
|
+
2011-08-12 23:00:00,151
|
|
1825
|
+
2012-05-01 09:00:00,349
|
|
1826
|
+
2012-11-09 17:00:00,654
|
|
1827
|
+
2011-11-12 23:00:00,101
|
|
1828
|
+
2012-05-09 08:00:00,622
|
|
1829
|
+
2012-11-19 17:00:00,619
|
|
1830
|
+
2011-11-01 22:00:00,96
|
|
1831
|
+
2011-02-16 18:00:00,222
|
|
1832
|
+
2012-12-03 15:00:00,268
|
|
1833
|
+
2011-12-16 12:00:00,173
|
|
1834
|
+
2012-06-06 05:00:00,38
|
|
1835
|
+
2011-05-08 08:00:00,86
|
|
1836
|
+
2012-06-05 08:00:00,710
|
|
1837
|
+
2011-03-15 05:00:00,11
|
|
1838
|
+
2012-04-12 14:00:00,224
|
|
1839
|
+
2011-06-17 08:00:00,454
|
|
1840
|
+
2012-04-07 06:00:00,19
|
|
1841
|
+
2012-12-09 08:00:00,69
|
|
1842
|
+
2011-09-12 18:00:00,571
|
|
1843
|
+
2012-10-17 18:00:00,884
|
|
1844
|
+
2012-06-02 14:00:00,647
|
|
1845
|
+
2011-05-13 22:00:00,132
|
|
1846
|
+
2011-09-08 08:00:00,195
|
|
1847
|
+
2011-03-14 06:00:00,28
|
|
1848
|
+
2011-12-01 11:00:00,102
|
|
1849
|
+
2012-11-12 20:00:00,304
|
|
1850
|
+
2012-01-17 09:00:00,68
|
|
1851
|
+
2011-12-07 07:00:00,46
|
|
1852
|
+
2011-02-07 14:00:00,60
|
|
1853
|
+
2012-05-17 14:00:00,270
|
|
1854
|
+
2011-07-17 14:00:00,430
|
|
1855
|
+
2012-05-09 23:00:00,55
|
|
1856
|
+
2011-12-11 19:00:00,105
|
|
1857
|
+
2011-06-08 04:00:00,6
|
|
1858
|
+
2011-10-09 15:00:00,407
|
|
1859
|
+
2011-09-11 13:00:00,350
|
|
1860
|
+
2012-12-16 14:00:00,310
|
|
1861
|
+
2012-07-19 20:00:00,505
|
|
1862
|
+
2011-04-18 10:00:00,109
|
|
1863
|
+
2012-02-09 01:00:00,12
|
|
1864
|
+
2011-06-08 21:00:00,202
|
|
1865
|
+
2012-05-02 21:00:00,239
|
|
1866
|
+
2012-02-14 14:00:00,124
|
|
1867
|
+
2012-09-07 04:00:00,8
|
|
1868
|
+
2011-01-01 23:00:00,39
|
|
1869
|
+
2012-03-08 09:00:00,301
|
|
1870
|
+
2012-07-08 20:00:00,285
|
|
1871
|
+
2011-12-06 14:00:00,75
|
|
1872
|
+
2012-08-12 07:00:00,39
|
|
1873
|
+
2012-05-14 01:00:00,11
|
|
1874
|
+
2012-10-18 17:00:00,890
|
|
1875
|
+
2012-09-15 05:00:00,16
|
|
1876
|
+
2012-06-07 06:00:00,170
|
|
1877
|
+
2012-11-15 17:00:00,563
|
|
1878
|
+
2012-05-06 12:00:00,558
|
|
1879
|
+
2011-04-05 08:00:00,157
|
|
1880
|
+
2011-02-16 08:00:00,230
|
|
1881
|
+
2011-05-19 00:00:00,29
|
|
1882
|
+
2011-04-02 00:00:00,32
|
|
1883
|
+
2011-09-02 09:00:00,220
|
|
1884
|
+
2011-08-01 14:00:00,123
|
|
1885
|
+
2012-01-03 23:00:00,18
|
|
1886
|
+
2011-05-13 19:00:00,270
|
|
1887
|
+
2012-11-19 12:00:00,242
|
|
1888
|
+
2012-03-14 13:00:00,254
|
|
1889
|
+
2012-12-19 17:00:00,562
|
|
1890
|
+
2011-06-16 15:00:00,159
|
|
1891
|
+
2012-05-14 08:00:00,156
|
|
1892
|
+
2012-07-12 16:00:00,439
|
|
1893
|
+
2012-04-04 03:00:00,3
|
|
1894
|
+
2011-04-04 23:00:00,48
|
|
1895
|
+
2011-05-17 22:00:00,98
|
|
1896
|
+
2012-05-12 14:00:00,615
|
|
1897
|
+
2011-02-08 09:00:00,135
|
|
1898
|
+
2011-07-14 11:00:00,148
|
|
1899
|
+
2011-08-06 13:00:00,441
|
|
1900
|
+
2012-11-18 18:00:00,276
|
|
1901
|
+
2011-03-05 20:00:00,70
|
|
1902
|
+
2012-03-11 11:00:00,299
|
|
1903
|
+
2012-01-10 07:00:00,222
|
|
1904
|
+
2012-05-12 12:00:00,559
|
|
1905
|
+
2011-12-08 18:00:00,318
|
|
1906
|
+
2012-09-17 19:00:00,486
|
|
1907
|
+
2012-10-02 09:00:00,86
|
|
1908
|
+
2011-12-14 16:00:00,245
|
|
1909
|
+
2012-10-12 18:00:00,642
|
|
1910
|
+
2012-08-14 20:00:00,436
|
|
1911
|
+
2011-05-08 04:00:00,10
|
|
1912
|
+
2012-12-17 10:00:00,135
|
|
1913
|
+
2011-09-06 07:00:00,172
|
|
1914
|
+
2012-11-10 15:00:00,567
|
|
1915
|
+
2011-11-03 04:00:00,4
|
|
1916
|
+
2012-04-06 22:00:00,158
|
|
1917
|
+
2011-09-10 22:00:00,175
|
|
1918
|
+
2011-08-03 13:00:00,144
|
|
1919
|
+
2011-12-13 11:00:00,124
|
|
1920
|
+
2012-12-04 04:00:00,7
|
|
1921
|
+
2012-05-03 05:00:00,21
|
|
1922
|
+
2012-09-07 07:00:00,486
|
|
1923
|
+
2012-07-13 04:00:00,11
|
|
1924
|
+
2011-07-02 10:00:00,271
|
|
1925
|
+
2012-09-16 04:00:00,8
|
|
1926
|
+
2012-05-13 01:00:00,94
|
|
1927
|
+
2011-10-04 21:00:00,166
|
|
1928
|
+
2012-07-11 19:00:00,633
|
|
1929
|
+
2012-03-17 04:00:00,2
|
|
1930
|
+
2011-03-17 01:00:00,12
|
|
1931
|
+
2012-06-17 16:00:00,580
|
|
1932
|
+
2012-04-16 10:00:00,224
|
|
1933
|
+
2012-06-16 22:00:00,280
|
|
1934
|
+
2012-11-04 19:00:00,227
|
|
1935
|
+
2012-07-06 09:00:00,304
|
|
1936
|
+
2011-03-19 11:00:00,196
|
|
1937
|
+
2011-08-03 14:00:00,147
|
|
1938
|
+
2012-05-06 13:00:00,565
|
|
1939
|
+
2011-12-02 05:00:00,23
|
|
1940
|
+
2012-05-17 11:00:00,279
|
|
1941
|
+
2012-07-03 22:00:00,177
|
|
1942
|
+
2012-08-04 06:00:00,49
|
|
1943
|
+
2011-09-04 14:00:00,361
|
|
1944
|
+
2012-04-12 01:00:00,9
|
|
1945
|
+
2011-06-04 22:00:00,190
|
|
1946
|
+
2012-12-10 12:00:00,173
|
|
1947
|
+
2012-07-07 14:00:00,308
|
|
1948
|
+
2011-03-19 16:00:00,304
|
|
1949
|
+
2011-12-08 12:00:00,156
|
|
1950
|
+
2011-05-14 18:00:00,304
|
|
1951
|
+
2012-01-13 21:00:00,102
|
|
1952
|
+
2011-06-19 19:00:00,311
|
|
1953
|
+
2011-09-17 01:00:00,80
|
|
1954
|
+
2011-01-12 14:00:00,44
|
|
1955
|
+
2012-09-11 22:00:00,216
|
|
1956
|
+
2011-02-13 03:00:00,12
|
|
1957
|
+
2012-04-16 20:00:00,375
|
|
1958
|
+
2012-08-04 10:00:00,396
|
|
1959
|
+
2011-04-01 16:00:00,167
|
|
1960
|
+
2012-12-11 16:00:00,358
|
|
1961
|
+
2012-08-05 11:00:00,437
|
|
1962
|
+
2011-02-14 03:00:00,2
|
|
1963
|
+
2012-10-12 16:00:00,520
|
|
1964
|
+
2011-03-04 16:00:00,118
|
|
1965
|
+
2011-01-11 21:00:00,20
|
|
1966
|
+
2012-05-19 00:00:00,148
|
|
1967
|
+
2012-10-07 21:00:00,113
|
|
1968
|
+
2012-09-04 05:00:00,38
|
|
1969
|
+
2011-01-03 05:00:00,3
|
|
1970
|
+
2012-10-09 12:00:00,260
|
|
1971
|
+
2011-07-19 17:00:00,513
|
|
1972
|
+
2012-07-13 12:00:00,379
|
|
1973
|
+
2011-04-16 06:00:00,10
|
|
1974
|
+
2011-04-13 13:00:00,61
|
|
1975
|
+
2011-02-19 19:00:00,59
|
|
1976
|
+
2011-06-07 13:00:00,196
|
|
1977
|
+
2011-09-17 21:00:00,170
|
|
1978
|
+
2012-11-07 23:00:00,40
|
|
1979
|
+
2012-11-15 14:00:00,201
|
|
1980
|
+
2012-12-05 21:00:00,198
|
|
1981
|
+
2012-06-11 18:00:00,831
|
|
1982
|
+
2012-06-07 16:00:00,466
|
|
1983
|
+
2011-01-11 17:00:00,136
|
|
1984
|
+
2012-09-13 14:00:00,274
|
|
1985
|
+
2011-10-13 00:00:00,15
|
|
1986
|
+
2012-08-03 16:00:00,492
|
|
1987
|
+
2012-07-02 09:00:00,295
|
|
1988
|
+
2011-02-06 06:00:00,1
|
|
1989
|
+
2011-03-04 22:00:00,44
|
|
1990
|
+
2012-02-14 22:00:00,77
|
|
1991
|
+
2012-01-15 07:00:00,17
|
|
1992
|
+
2012-10-04 06:00:00,133
|
|
1993
|
+
2012-10-08 08:00:00,397
|
|
1994
|
+
2012-02-02 15:00:00,174
|
|
1995
|
+
2012-10-08 14:00:00,420
|
|
1996
|
+
2012-09-09 06:00:00,35
|
|
1997
|
+
2012-01-17 06:00:00,57
|
|
1998
|
+
2012-04-03 23:00:00,79
|
|
1999
|
+
2012-08-07 13:00:00,253
|
|
2000
|
+
2012-12-11 07:00:00,380
|
|
2001
|
+
2011-02-01 17:00:00,176
|
|
2002
|
+
2011-10-17 20:00:00,229
|
|
2003
|
+
2011-12-19 14:00:00,137
|
|
2004
|
+
2011-01-03 11:00:00,51
|
|
2005
|
+
2012-10-01 09:00:00,340
|
|
2006
|
+
2011-08-17 10:00:00,118
|
|
2007
|
+
2012-03-11 21:00:00,147
|
|
2008
|
+
2012-03-06 14:00:00,136
|
|
2009
|
+
2012-02-13 20:00:00,214
|
|
2010
|
+
2011-02-02 22:00:00,40
|
|
2011
|
+
2012-12-11 13:00:00,254
|
|
2012
|
+
2011-08-03 00:00:00,43
|
|
2013
|
+
2012-02-07 00:00:00,23
|
|
2014
|
+
2011-02-02 07:00:00,49
|
|
2015
|
+
2012-04-11 07:00:00,321
|
|
2016
|
+
2011-11-05 20:00:00,165
|
|
2017
|
+
2012-12-14 23:00:00,134
|
|
2018
|
+
2012-03-04 01:00:00,76
|
|
2019
|
+
2012-12-16 16:00:00,400
|
|
2020
|
+
2011-11-18 06:00:00,71
|
|
2021
|
+
2011-11-14 23:00:00,61
|
|
2022
|
+
2011-02-14 15:00:00,90
|
|
2023
|
+
2011-11-01 15:00:00,186
|
|
2024
|
+
2011-03-13 16:00:00,256
|
|
2025
|
+
2011-09-11 02:00:00,76
|
|
2026
|
+
2012-02-12 23:00:00,23
|
|
2027
|
+
2011-01-17 04:00:00,3
|
|
2028
|
+
2011-01-19 02:00:00,3
|
|
2029
|
+
2011-12-01 09:00:00,224
|
|
2030
|
+
2012-03-17 16:00:00,685
|
|
2031
|
+
2011-07-14 21:00:00,261
|
|
2032
|
+
2011-05-19 22:00:00,79
|
|
2033
|
+
2012-01-03 08:00:00,354
|
|
2034
|
+
2011-08-14 10:00:00,183
|
|
2035
|
+
2012-04-08 13:00:00,483
|
|
2036
|
+
2012-06-10 20:00:00,363
|
|
2037
|
+
2012-12-19 13:00:00,213
|
|
2038
|
+
2011-08-14 12:00:00,281
|
|
2039
|
+
2011-11-03 15:00:00,162
|
|
2040
|
+
2012-10-06 17:00:00,610
|
|
2041
|
+
2011-05-13 03:00:00,4
|
|
2042
|
+
2012-06-14 07:00:00,506
|
|
2043
|
+
2012-01-11 04:00:00,2
|
|
2044
|
+
2012-09-07 13:00:00,354
|
|
2045
|
+
2011-01-12 21:00:00,57
|
|
2046
|
+
2011-04-08 05:00:00,9
|
|
2047
|
+
2012-09-06 20:00:00,406
|
|
2048
|
+
2012-07-01 00:00:00,149
|
|
2049
|
+
2011-07-15 00:00:00,80
|
|
2050
|
+
2011-09-04 11:00:00,337
|
|
2051
|
+
2012-11-17 22:00:00,145
|
|
2052
|
+
2012-04-06 16:00:00,536
|
|
2053
|
+
2012-09-12 19:00:00,635
|
|
2054
|
+
2011-11-08 03:00:00,3
|
|
2055
|
+
2012-11-01 22:00:00,202
|
|
2056
|
+
2012-03-12 01:00:00,10
|
|
2057
|
+
2011-01-10 18:00:00,155
|
|
2058
|
+
2011-11-02 06:00:00,92
|
|
2059
|
+
2011-10-12 09:00:00,197
|
|
2060
|
+
2011-04-08 17:00:00,148
|
|
2061
|
+
2012-01-13 20:00:00,136
|
|
2062
|
+
2011-11-19 19:00:00,182
|
|
2063
|
+
2011-04-16 02:00:00,24
|
|
2064
|
+
2011-02-03 22:00:00,41
|
|
2065
|
+
2012-05-19 01:00:00,104
|
|
2066
|
+
2011-12-02 03:00:00,1
|
|
2067
|
+
2011-05-05 03:00:00,4
|
|
2068
|
+
2011-08-03 16:00:00,150
|
|
2069
|
+
2011-02-04 13:00:00,82
|
|
2070
|
+
2012-08-05 07:00:00,68
|
|
2071
|
+
2012-02-16 13:00:00,64
|
|
2072
|
+
2012-08-13 18:00:00,812
|
|
2073
|
+
2012-08-16 04:00:00,5
|
|
2074
|
+
2011-11-03 06:00:00,99
|
|
2075
|
+
2011-02-02 20:00:00,75
|
|
2076
|
+
2012-05-04 22:00:00,232
|
|
2077
|
+
2011-06-18 22:00:00,161
|
|
2078
|
+
2011-12-01 03:00:00,7
|
|
2079
|
+
2011-09-13 15:00:00,180
|
|
2080
|
+
2011-02-03 02:00:00,2
|
|
2081
|
+
2012-12-10 13:00:00,220
|
|
2082
|
+
2011-09-10 10:00:00,318
|
|
2083
|
+
2011-11-01 11:00:00,117
|
|
2084
|
+
2012-06-03 13:00:00,686
|
|
2085
|
+
2012-10-05 01:00:00,46
|
|
2086
|
+
2012-03-06 05:00:00,25
|
|
2087
|
+
2012-02-17 22:00:00,107
|
|
2088
|
+
2012-11-18 19:00:00,210
|
|
2089
|
+
2011-04-02 02:00:00,21
|
|
2090
|
+
2011-06-04 19:00:00,285
|
|
2091
|
+
2011-08-12 08:00:00,426
|
|
2092
|
+
2012-12-03 01:00:00,13
|
|
2093
|
+
2011-08-18 19:00:00,141
|
|
2094
|
+
2012-04-14 18:00:00,481
|
|
2095
|
+
2011-04-12 20:00:00,103
|
|
2096
|
+
2012-10-16 21:00:00,195
|
|
2097
|
+
2011-10-14 15:00:00,230
|
|
2098
|
+
2012-05-01 21:00:00,282
|
|
2099
|
+
2011-04-06 03:00:00,4
|
|
2100
|
+
2011-06-17 10:00:00,170
|
|
2101
|
+
2011-03-07 00:00:00,4
|
|
2102
|
+
2011-02-12 17:00:00,137
|
|
2103
|
+
2011-08-02 11:00:00,128
|
|
2104
|
+
2012-07-02 16:00:00,365
|
|
2105
|
+
2011-06-09 21:00:00,171
|
|
2106
|
+
2012-01-01 12:00:00,201
|
|
2107
|
+
2012-10-03 11:00:00,230
|
|
2108
|
+
2011-05-06 23:00:00,120
|
|
2109
|
+
2011-09-12 10:00:00,129
|
|
2110
|
+
2011-12-04 23:00:00,45
|
|
2111
|
+
2012-06-04 17:00:00,834
|
|
2112
|
+
2011-09-19 04:00:00,8
|
|
2113
|
+
2012-06-11 07:00:00,503
|
|
2114
|
+
2012-03-11 06:00:00,10
|
|
2115
|
+
2011-05-11 07:00:00,318
|
|
2116
|
+
2011-02-07 22:00:00,37
|
|
2117
|
+
2011-04-10 19:00:00,131
|
|
2118
|
+
2012-09-11 14:00:00,255
|
|
2119
|
+
2011-08-10 07:00:00,305
|
|
2120
|
+
2012-01-16 05:00:00,6
|
|
2121
|
+
2011-05-12 16:00:00,288
|
|
2122
|
+
2011-09-13 07:00:00,362
|
|
2123
|
+
2012-07-19 01:00:00,25
|
|
2124
|
+
2012-01-12 18:00:00,421
|
|
2125
|
+
2011-06-08 10:00:00,90
|
|
2126
|
+
2011-10-15 21:00:00,168
|
|
2127
|
+
2012-01-18 01:00:00,10
|
|
2128
|
+
2012-01-14 15:00:00,226
|
|
2129
|
+
2012-03-11 23:00:00,52
|
|
2130
|
+
2012-07-19 11:00:00,216
|
|
2131
|
+
2011-01-13 15:00:00,60
|
|
2132
|
+
2011-11-17 14:00:00,110
|
|
2133
|
+
2012-01-19 18:00:00,361
|
|
2134
|
+
2012-04-09 13:00:00,281
|
|
2135
|
+
2012-04-19 14:00:00,237
|
|
2136
|
+
2011-06-04 04:00:00,15
|
|
2137
|
+
2011-10-16 14:00:00,462
|
|
2138
|
+
2011-03-19 19:00:00,154
|
|
2139
|
+
2011-07-08 03:00:00,6
|
|
2140
|
+
2012-09-18 15:00:00,36
|
|
2141
|
+
2012-01-06 10:00:00,116
|
|
2142
|
+
2012-01-10 06:00:00,79
|
|
2143
|
+
2011-12-08 19:00:00,232
|
|
2144
|
+
2012-02-15 17:00:00,487
|
|
2145
|
+
2012-06-13 08:00:00,713
|
|
2146
|
+
2012-12-04 16:00:00,435
|
|
2147
|
+
2012-02-14 10:00:00,98
|
|
2148
|
+
2011-08-10 13:00:00,191
|
|
2149
|
+
2011-10-08 23:00:00,142
|
|
2150
|
+
2012-05-09 12:00:00,280
|
|
2151
|
+
2012-12-16 20:00:00,122
|
|
2152
|
+
2011-06-10 02:00:00,13
|
|
2153
|
+
2012-09-07 22:00:00,299
|
|
2154
|
+
2012-06-10 12:00:00,502
|
|
2155
|
+
2011-02-18 08:00:00,272
|
|
2156
|
+
2012-05-11 03:00:00,13
|
|
2157
|
+
2012-01-02 07:00:00,16
|
|
2158
|
+
2011-09-08 16:00:00,156
|
|
2159
|
+
2012-08-18 06:00:00,27
|
|
2160
|
+
2012-02-10 19:00:00,262
|
|
2161
|
+
2012-06-05 02:00:00,8
|
|
2162
|
+
2012-02-15 10:00:00,120
|
|
2163
|
+
2012-03-15 08:00:00,623
|
|
2164
|
+
2012-12-04 07:00:00,502
|
|
2165
|
+
2011-01-07 20:00:00,51
|
|
2166
|
+
2012-04-07 02:00:00,36
|
|
2167
|
+
2012-04-02 13:00:00,281
|
|
2168
|
+
2011-04-05 22:00:00,46
|
|
2169
|
+
2012-08-13 09:00:00,305
|
|
2170
|
+
2012-11-11 23:00:00,109
|
|
2171
|
+
2012-08-04 19:00:00,397
|
|
2172
|
+
2012-01-03 10:00:00,60
|
|
2173
|
+
2011-11-06 08:00:00,90
|
|
2174
|
+
2012-07-04 18:00:00,430
|
|
2175
|
+
2011-05-08 17:00:00,351
|
|
2176
|
+
2012-01-17 04:00:00,2
|
|
2177
|
+
2012-11-04 14:00:00,509
|
|
2178
|
+
2012-01-01 05:00:00,5
|
|
2179
|
+
2012-05-15 13:00:00,239
|