dslighting 1.3.9__py3-none-any.whl → 1.7.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2383) hide show
  1. dsat/runner.py +26 -18
  2. dslighting/__init__.py +7 -1
  3. dslighting/core/agent.py +160 -28
  4. dslighting/core/config_builder.py +1 -1
  5. dslighting/core/data_loader.py +259 -0
  6. dslighting/datasets/__init__.py +177 -0
  7. dslighting/datasets/bike-sharing-demand/sampleSubmission.csv +6494 -0
  8. dslighting/datasets/bike-sharing-demand/test.csv +2179 -0
  9. dslighting/datasets/bike-sharing-demand/test_answer.csv +2179 -0
  10. dslighting/datasets/bike-sharing-demand/train.csv +8709 -0
  11. dslighting/registry/3d-object-detection-for-autonomous-vehicles/checksums.yaml +6 -0
  12. dslighting/registry/3d-object-detection-for-autonomous-vehicles/config.yaml +22 -0
  13. dslighting/registry/3d-object-detection-for-autonomous-vehicles/description.md +157 -0
  14. dslighting/registry/3d-object-detection-for-autonomous-vehicles/description_obfuscated.md +66 -0
  15. dslighting/registry/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
  16. dslighting/registry/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
  17. dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
  18. dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
  19. dslighting/registry/AI4Code/checksums.yaml +7 -0
  20. dslighting/registry/AI4Code/config.yaml +26 -0
  21. dslighting/registry/AI4Code/description.md +122 -0
  22. dslighting/registry/AI4Code/description_obfuscated.md +38 -0
  23. dslighting/registry/AI4Code/grade.py +70 -0
  24. dslighting/registry/AI4Code/prepare.py +84 -0
  25. dslighting/registry/AI4Code/prepare_val.py +159 -0
  26. dslighting/registry/README.md +466 -0
  27. dslighting/registry/__init__.py +0 -0
  28. dslighting/registry/aerial-cactus-identification/checksums.yaml +6 -0
  29. dslighting/registry/aerial-cactus-identification/config.yaml +16 -0
  30. dslighting/registry/aerial-cactus-identification/description.md +56 -0
  31. dslighting/registry/aerial-cactus-identification/description_obfuscated.md +28 -0
  32. dslighting/registry/aerial-cactus-identification/grade.py +11 -0
  33. dslighting/registry/aerial-cactus-identification/prepare.py +71 -0
  34. dslighting/registry/aerial-cactus-identification/prepare_val.py +133 -0
  35. dslighting/registry/alaska2-image-steganalysis/checksums.yaml +5 -0
  36. dslighting/registry/alaska2-image-steganalysis/config.yaml +22 -0
  37. dslighting/registry/alaska2-image-steganalysis/description.md +91 -0
  38. dslighting/registry/alaska2-image-steganalysis/description_obfuscated.md +44 -0
  39. dslighting/registry/alaska2-image-steganalysis/grade.py +136 -0
  40. dslighting/registry/alaska2-image-steganalysis/prepare.py +88 -0
  41. dslighting/registry/alaska2-image-steganalysis/prepare_val.py +148 -0
  42. dslighting/registry/aptos2019-blindness-detection/checksums.yaml +7 -0
  43. dslighting/registry/aptos2019-blindness-detection/config.yaml +24 -0
  44. dslighting/registry/aptos2019-blindness-detection/description.md +118 -0
  45. dslighting/registry/aptos2019-blindness-detection/description_obfuscated.md +40 -0
  46. dslighting/registry/aptos2019-blindness-detection/grade.py +35 -0
  47. dslighting/registry/aptos2019-blindness-detection/prepare.py +75 -0
  48. dslighting/registry/aptos2019-blindness-detection/prepare_val.py +123 -0
  49. dslighting/registry/bike-sharing-demand/__init__.py +0 -0
  50. dslighting/registry/bike-sharing-demand/config.yaml +15 -0
  51. dslighting/registry/bike-sharing-demand/description.md +54 -0
  52. dslighting/registry/bike-sharing-demand/grade.py +55 -0
  53. dslighting/registry/bike-sharing-demand/prepare.py +37 -0
  54. dslighting/registry/bike-sharing-demand/report.md +179 -0
  55. dslighting/registry/billion-word-imputation/checksums.yaml +5 -0
  56. dslighting/registry/billion-word-imputation/config.yaml +16 -0
  57. dslighting/registry/billion-word-imputation/description.md +52 -0
  58. dslighting/registry/billion-word-imputation/description_obfuscated.md +32 -0
  59. dslighting/registry/billion-word-imputation/grade.py +37 -0
  60. dslighting/registry/billion-word-imputation/prepare.py +107 -0
  61. dslighting/registry/billion-word-imputation/prepare_val.py +179 -0
  62. dslighting/registry/bms-molecular-translation/checksums.yaml +7 -0
  63. dslighting/registry/bms-molecular-translation/config.yaml +22 -0
  64. dslighting/registry/bms-molecular-translation/description.md +68 -0
  65. dslighting/registry/bms-molecular-translation/description_obfuscated.md +26 -0
  66. dslighting/registry/bms-molecular-translation/grade.py +40 -0
  67. dslighting/registry/bms-molecular-translation/prepare.py +68 -0
  68. dslighting/registry/bms-molecular-translation/prepare_val.py +131 -0
  69. dslighting/registry/cassava-leaf-disease-classification/checksums.yaml +7 -0
  70. dslighting/registry/cassava-leaf-disease-classification/config.yaml +28 -0
  71. dslighting/registry/cassava-leaf-disease-classification/description.md +124 -0
  72. dslighting/registry/cassava-leaf-disease-classification/description_obfuscated.md +36 -0
  73. dslighting/registry/cassava-leaf-disease-classification/grade.py +12 -0
  74. dslighting/registry/cassava-leaf-disease-classification/prepare.py +113 -0
  75. dslighting/registry/cassava-leaf-disease-classification/prepare_val.py +186 -0
  76. dslighting/registry/cdiscount-image-classification-challenge/checksums.yaml +9 -0
  77. dslighting/registry/cdiscount-image-classification-challenge/config.yaml +22 -0
  78. dslighting/registry/cdiscount-image-classification-challenge/description.md +100 -0
  79. dslighting/registry/cdiscount-image-classification-challenge/description_obfuscated.md +25 -0
  80. dslighting/registry/cdiscount-image-classification-challenge/grade.py +11 -0
  81. dslighting/registry/cdiscount-image-classification-challenge/prepare.py +144 -0
  82. dslighting/registry/cdiscount-image-classification-challenge/prepare_val.py +205 -0
  83. dslighting/registry/chaii-hindi-and-tamil-question-answering/checksums.yaml +7 -0
  84. dslighting/registry/chaii-hindi-and-tamil-question-answering/config.yaml +26 -0
  85. dslighting/registry/chaii-hindi-and-tamil-question-answering/description.md +138 -0
  86. dslighting/registry/chaii-hindi-and-tamil-question-answering/description_obfuscated.md +59 -0
  87. dslighting/registry/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
  88. dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
  89. dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
  90. dslighting/registry/champs-scalar-coupling/checksums.yaml +13 -0
  91. dslighting/registry/champs-scalar-coupling/config.yaml +26 -0
  92. dslighting/registry/champs-scalar-coupling/description.md +111 -0
  93. dslighting/registry/champs-scalar-coupling/description_obfuscated.md +32 -0
  94. dslighting/registry/champs-scalar-coupling/grade.py +60 -0
  95. dslighting/registry/champs-scalar-coupling/prepare.py +116 -0
  96. dslighting/registry/champs-scalar-coupling/prepare_val.py +155 -0
  97. dslighting/registry/conways-reverse-game-of-life-2020/__init__.py +0 -0
  98. dslighting/registry/conways-reverse-game-of-life-2020/checksums.yaml +9 -0
  99. dslighting/registry/conways-reverse-game-of-life-2020/config.yaml +17 -0
  100. dslighting/registry/conways-reverse-game-of-life-2020/description.md +27 -0
  101. dslighting/registry/conways-reverse-game-of-life-2020/grade.py +40 -0
  102. dslighting/registry/conways-reverse-game-of-life-2020/prepare.py +41 -0
  103. dslighting/registry/dabench-0-mean-fare-paid/checksums.yaml +2 -0
  104. dslighting/registry/dabench-0-mean-fare-paid/config.yaml +16 -0
  105. dslighting/registry/dabench-0-mean-fare-paid/description.md +43 -0
  106. dslighting/registry/dabench-0-mean-fare-paid/grade.py +66 -0
  107. dslighting/registry/dabench-0-mean-fare-paid/prepare.py +49 -0
  108. dslighting/registry/dabench-10-total-traded-quantity/checksums.yaml +2 -0
  109. dslighting/registry/dabench-10-total-traded-quantity/config.yaml +16 -0
  110. dslighting/registry/dabench-10-total-traded-quantity/description.md +43 -0
  111. dslighting/registry/dabench-10-total-traded-quantity/grade.py +66 -0
  112. dslighting/registry/dabench-10-total-traded-quantity/prepare.py +49 -0
  113. dslighting/registry/dabench-105-correlation-coefficient-between/checksums.yaml +2 -0
  114. dslighting/registry/dabench-105-correlation-coefficient-between/config.yaml +16 -0
  115. dslighting/registry/dabench-105-correlation-coefficient-between/description.md +43 -0
  116. dslighting/registry/dabench-105-correlation-coefficient-between/grade.py +66 -0
  117. dslighting/registry/dabench-105-correlation-coefficient-between/prepare.py +49 -0
  118. dslighting/registry/dabench-108-generate-feature-called/checksums.yaml +2 -0
  119. dslighting/registry/dabench-108-generate-feature-called/config.yaml +16 -0
  120. dslighting/registry/dabench-108-generate-feature-called/description.md +43 -0
  121. dslighting/registry/dabench-108-generate-feature-called/grade.py +66 -0
  122. dslighting/registry/dabench-108-generate-feature-called/prepare.py +49 -0
  123. dslighting/registry/dabench-109-explore-distribution-loanamount/checksums.yaml +2 -0
  124. dslighting/registry/dabench-109-explore-distribution-loanamount/config.yaml +16 -0
  125. dslighting/registry/dabench-109-explore-distribution-loanamount/description.md +45 -0
  126. dslighting/registry/dabench-109-explore-distribution-loanamount/grade.py +66 -0
  127. dslighting/registry/dabench-109-explore-distribution-loanamount/prepare.py +49 -0
  128. dslighting/registry/dabench-11-correlation-coefficient-between/checksums.yaml +2 -0
  129. dslighting/registry/dabench-11-correlation-coefficient-between/config.yaml +16 -0
  130. dslighting/registry/dabench-11-correlation-coefficient-between/description.md +45 -0
  131. dslighting/registry/dabench-11-correlation-coefficient-between/grade.py +66 -0
  132. dslighting/registry/dabench-11-correlation-coefficient-between/prepare.py +49 -0
  133. dslighting/registry/dabench-111-comprehensive-data-preprocessing/checksums.yaml +2 -0
  134. dslighting/registry/dabench-111-comprehensive-data-preprocessing/config.yaml +16 -0
  135. dslighting/registry/dabench-111-comprehensive-data-preprocessing/description.md +43 -0
  136. dslighting/registry/dabench-111-comprehensive-data-preprocessing/grade.py +66 -0
  137. dslighting/registry/dabench-111-comprehensive-data-preprocessing/prepare.py +49 -0
  138. dslighting/registry/dabench-114-which-country-highest/checksums.yaml +2 -0
  139. dslighting/registry/dabench-114-which-country-highest/config.yaml +16 -0
  140. dslighting/registry/dabench-114-which-country-highest/description.md +43 -0
  141. dslighting/registry/dabench-114-which-country-highest/grade.py +66 -0
  142. dslighting/registry/dabench-114-which-country-highest/prepare.py +49 -0
  143. dslighting/registry/dabench-116-there-outliers-happiness/checksums.yaml +2 -0
  144. dslighting/registry/dabench-116-there-outliers-happiness/config.yaml +16 -0
  145. dslighting/registry/dabench-116-there-outliers-happiness/description.md +43 -0
  146. dslighting/registry/dabench-116-there-outliers-happiness/grade.py +66 -0
  147. dslighting/registry/dabench-116-there-outliers-happiness/prepare.py +49 -0
  148. dslighting/registry/dabench-117-which-variable-strongest/checksums.yaml +2 -0
  149. dslighting/registry/dabench-117-which-variable-strongest/config.yaml +16 -0
  150. dslighting/registry/dabench-117-which-variable-strongest/description.md +45 -0
  151. dslighting/registry/dabench-117-which-variable-strongest/grade.py +66 -0
  152. dslighting/registry/dabench-117-which-variable-strongest/prepare.py +49 -0
  153. dslighting/registry/dabench-118-there-linear-relationship/checksums.yaml +2 -0
  154. dslighting/registry/dabench-118-there-linear-relationship/config.yaml +16 -0
  155. dslighting/registry/dabench-118-there-linear-relationship/description.md +43 -0
  156. dslighting/registry/dabench-118-there-linear-relationship/grade.py +66 -0
  157. dslighting/registry/dabench-118-there-linear-relationship/prepare.py +49 -0
  158. dslighting/registry/dabench-123-which-country-highest/checksums.yaml +2 -0
  159. dslighting/registry/dabench-123-which-country-highest/config.yaml +16 -0
  160. dslighting/registry/dabench-123-which-country-highest/description.md +46 -0
  161. dslighting/registry/dabench-123-which-country-highest/grade.py +66 -0
  162. dslighting/registry/dabench-123-which-country-highest/prepare.py +49 -0
  163. dslighting/registry/dabench-124-there-significant-difference/checksums.yaml +2 -0
  164. dslighting/registry/dabench-124-there-significant-difference/config.yaml +16 -0
  165. dslighting/registry/dabench-124-there-significant-difference/description.md +48 -0
  166. dslighting/registry/dabench-124-there-significant-difference/grade.py +66 -0
  167. dslighting/registry/dabench-124-there-significant-difference/prepare.py +49 -0
  168. dslighting/registry/dabench-125-predict-number-people/checksums.yaml +2 -0
  169. dslighting/registry/dabench-125-predict-number-people/config.yaml +16 -0
  170. dslighting/registry/dabench-125-predict-number-people/description.md +52 -0
  171. dslighting/registry/dabench-125-predict-number-people/grade.py +66 -0
  172. dslighting/registry/dabench-125-predict-number-people/prepare.py +49 -0
  173. dslighting/registry/dabench-129-mean-standard-deviation/checksums.yaml +2 -0
  174. dslighting/registry/dabench-129-mean-standard-deviation/config.yaml +16 -0
  175. dslighting/registry/dabench-129-mean-standard-deviation/description.md +44 -0
  176. dslighting/registry/dabench-129-mean-standard-deviation/grade.py +66 -0
  177. dslighting/registry/dabench-129-mean-standard-deviation/prepare.py +49 -0
  178. dslighting/registry/dabench-130-passengers-follows-normal/checksums.yaml +2 -0
  179. dslighting/registry/dabench-130-passengers-follows-normal/config.yaml +16 -0
  180. dslighting/registry/dabench-130-passengers-follows-normal/description.md +43 -0
  181. dslighting/registry/dabench-130-passengers-follows-normal/grade.py +66 -0
  182. dslighting/registry/dabench-130-passengers-follows-normal/prepare.py +49 -0
  183. dslighting/registry/dabench-132-identify-count-number/checksums.yaml +2 -0
  184. dslighting/registry/dabench-132-identify-count-number/config.yaml +16 -0
  185. dslighting/registry/dabench-132-identify-count-number/description.md +46 -0
  186. dslighting/registry/dabench-132-identify-count-number/grade.py +66 -0
  187. dslighting/registry/dabench-132-identify-count-number/prepare.py +49 -0
  188. dslighting/registry/dabench-133-comprehensive-data-preprocessing/checksums.yaml +2 -0
  189. dslighting/registry/dabench-133-comprehensive-data-preprocessing/config.yaml +16 -0
  190. dslighting/registry/dabench-133-comprehensive-data-preprocessing/description.md +49 -0
  191. dslighting/registry/dabench-133-comprehensive-data-preprocessing/grade.py +66 -0
  192. dslighting/registry/dabench-133-comprehensive-data-preprocessing/prepare.py +49 -0
  193. dslighting/registry/dabench-136-distribution-analysis-fare/checksums.yaml +2 -0
  194. dslighting/registry/dabench-136-distribution-analysis-fare/config.yaml +16 -0
  195. dslighting/registry/dabench-136-distribution-analysis-fare/description.md +45 -0
  196. dslighting/registry/dabench-136-distribution-analysis-fare/grade.py +66 -0
  197. dslighting/registry/dabench-136-distribution-analysis-fare/prepare.py +49 -0
  198. dslighting/registry/dabench-137-feature-engineering-creating/checksums.yaml +2 -0
  199. dslighting/registry/dabench-137-feature-engineering-creating/config.yaml +16 -0
  200. dslighting/registry/dabench-137-feature-engineering-creating/description.md +43 -0
  201. dslighting/registry/dabench-137-feature-engineering-creating/grade.py +66 -0
  202. dslighting/registry/dabench-137-feature-engineering-creating/prepare.py +49 -0
  203. dslighting/registry/dabench-139-question-percentage-votes/checksums.yaml +2 -0
  204. dslighting/registry/dabench-139-question-percentage-votes/config.yaml +16 -0
  205. dslighting/registry/dabench-139-question-percentage-votes/description.md +43 -0
  206. dslighting/registry/dabench-139-question-percentage-votes/grade.py +66 -0
  207. dslighting/registry/dabench-139-question-percentage-votes/prepare.py +49 -0
  208. dslighting/registry/dabench-14-feature-called-price/checksums.yaml +2 -0
  209. dslighting/registry/dabench-14-feature-called-price/config.yaml +16 -0
  210. dslighting/registry/dabench-14-feature-called-price/description.md +45 -0
  211. dslighting/registry/dabench-14-feature-called-price/grade.py +66 -0
  212. dslighting/registry/dabench-14-feature-called-price/prepare.py +49 -0
  213. dslighting/registry/dabench-140-question-there-correlation/checksums.yaml +2 -0
  214. dslighting/registry/dabench-140-question-there-correlation/config.yaml +16 -0
  215. dslighting/registry/dabench-140-question-there-correlation/description.md +50 -0
  216. dslighting/registry/dabench-140-question-there-correlation/grade.py +66 -0
  217. dslighting/registry/dabench-140-question-there-correlation/prepare.py +49 -0
  218. dslighting/registry/dabench-142-question-there-relationship/checksums.yaml +2 -0
  219. dslighting/registry/dabench-142-question-there-relationship/config.yaml +16 -0
  220. dslighting/registry/dabench-142-question-there-relationship/description.md +45 -0
  221. dslighting/registry/dabench-142-question-there-relationship/grade.py +66 -0
  222. dslighting/registry/dabench-142-question-there-relationship/prepare.py +49 -0
  223. dslighting/registry/dabench-144-question-mean-standard/checksums.yaml +2 -0
  224. dslighting/registry/dabench-144-question-mean-standard/config.yaml +16 -0
  225. dslighting/registry/dabench-144-question-mean-standard/description.md +46 -0
  226. dslighting/registry/dabench-144-question-mean-standard/grade.py +66 -0
  227. dslighting/registry/dabench-144-question-mean-standard/prepare.py +49 -0
  228. dslighting/registry/dabench-174-determine-skewness-fares/checksums.yaml +2 -0
  229. dslighting/registry/dabench-174-determine-skewness-fares/config.yaml +16 -0
  230. dslighting/registry/dabench-174-determine-skewness-fares/description.md +43 -0
  231. dslighting/registry/dabench-174-determine-skewness-fares/grade.py +66 -0
  232. dslighting/registry/dabench-174-determine-skewness-fares/prepare.py +49 -0
  233. dslighting/registry/dabench-175-identify-there-outliers/checksums.yaml +2 -0
  234. dslighting/registry/dabench-175-identify-there-outliers/config.yaml +16 -0
  235. dslighting/registry/dabench-175-identify-there-outliers/description.md +43 -0
  236. dslighting/registry/dabench-175-identify-there-outliers/grade.py +66 -0
  237. dslighting/registry/dabench-175-identify-there-outliers/prepare.py +49 -0
  238. dslighting/registry/dabench-176-median-male-passengers/checksums.yaml +2 -0
  239. dslighting/registry/dabench-176-median-male-passengers/config.yaml +16 -0
  240. dslighting/registry/dabench-176-median-male-passengers/description.md +46 -0
  241. dslighting/registry/dabench-176-median-male-passengers/grade.py +66 -0
  242. dslighting/registry/dabench-176-median-male-passengers/prepare.py +49 -0
  243. dslighting/registry/dabench-177-investigate-distribution-ages/checksums.yaml +2 -0
  244. dslighting/registry/dabench-177-investigate-distribution-ages/config.yaml +16 -0
  245. dslighting/registry/dabench-177-investigate-distribution-ages/description.md +47 -0
  246. dslighting/registry/dabench-177-investigate-distribution-ages/grade.py +66 -0
  247. dslighting/registry/dabench-177-investigate-distribution-ages/prepare.py +49 -0
  248. dslighting/registry/dabench-178-comprehensive-data-preprocessing/checksums.yaml +2 -0
  249. dslighting/registry/dabench-178-comprehensive-data-preprocessing/config.yaml +16 -0
  250. dslighting/registry/dabench-178-comprehensive-data-preprocessing/description.md +50 -0
  251. dslighting/registry/dabench-178-comprehensive-data-preprocessing/grade.py +66 -0
  252. dslighting/registry/dabench-178-comprehensive-data-preprocessing/prepare.py +49 -0
  253. dslighting/registry/dabench-179-pearson-correlation-coefficient/checksums.yaml +2 -0
  254. dslighting/registry/dabench-179-pearson-correlation-coefficient/config.yaml +16 -0
  255. dslighting/registry/dabench-179-pearson-correlation-coefficient/description.md +43 -0
  256. dslighting/registry/dabench-179-pearson-correlation-coefficient/grade.py +66 -0
  257. dslighting/registry/dabench-179-pearson-correlation-coefficient/prepare.py +49 -0
  258. dslighting/registry/dabench-18-mean-standard-deviation/checksums.yaml +2 -0
  259. dslighting/registry/dabench-18-mean-standard-deviation/config.yaml +16 -0
  260. dslighting/registry/dabench-18-mean-standard-deviation/description.md +43 -0
  261. dslighting/registry/dabench-18-mean-standard-deviation/grade.py +66 -0
  262. dslighting/registry/dabench-18-mean-standard-deviation/prepare.py +49 -0
  263. dslighting/registry/dabench-180-outlier-detection-fare/checksums.yaml +2 -0
  264. dslighting/registry/dabench-180-outlier-detection-fare/config.yaml +16 -0
  265. dslighting/registry/dabench-180-outlier-detection-fare/description.md +45 -0
  266. dslighting/registry/dabench-180-outlier-detection-fare/grade.py +66 -0
  267. dslighting/registry/dabench-180-outlier-detection-fare/prepare.py +49 -0
  268. dslighting/registry/dabench-19-distribution-column-adheres/checksums.yaml +2 -0
  269. dslighting/registry/dabench-19-distribution-column-adheres/config.yaml +16 -0
  270. dslighting/registry/dabench-19-distribution-column-adheres/description.md +43 -0
  271. dslighting/registry/dabench-19-distribution-column-adheres/grade.py +66 -0
  272. dslighting/registry/dabench-19-distribution-column-adheres/prepare.py +49 -0
  273. dslighting/registry/dabench-207-which-column-contain/checksums.yaml +2 -0
  274. dslighting/registry/dabench-207-which-column-contain/config.yaml +16 -0
  275. dslighting/registry/dabench-207-which-column-contain/description.md +43 -0
  276. dslighting/registry/dabench-207-which-column-contain/grade.py +66 -0
  277. dslighting/registry/dabench-207-which-column-contain/prepare.py +49 -0
  278. dslighting/registry/dabench-208-mean-standard-deviation/checksums.yaml +2 -0
  279. dslighting/registry/dabench-208-mean-standard-deviation/config.yaml +16 -0
  280. dslighting/registry/dabench-208-mean-standard-deviation/description.md +45 -0
  281. dslighting/registry/dabench-208-mean-standard-deviation/grade.py +66 -0
  282. dslighting/registry/dabench-208-mean-standard-deviation/prepare.py +49 -0
  283. dslighting/registry/dabench-209-there-correlation-between/checksums.yaml +2 -0
  284. dslighting/registry/dabench-209-there-correlation-between/config.yaml +16 -0
  285. dslighting/registry/dabench-209-there-correlation-between/description.md +43 -0
  286. dslighting/registry/dabench-209-there-correlation-between/grade.py +66 -0
  287. dslighting/registry/dabench-209-there-correlation-between/prepare.py +49 -0
  288. dslighting/registry/dabench-210-identify-remove-outliers/checksums.yaml +2 -0
  289. dslighting/registry/dabench-210-identify-remove-outliers/config.yaml +16 -0
  290. dslighting/registry/dabench-210-identify-remove-outliers/description.md +45 -0
  291. dslighting/registry/dabench-210-identify-remove-outliers/grade.py +66 -0
  292. dslighting/registry/dabench-210-identify-remove-outliers/prepare.py +49 -0
  293. dslighting/registry/dabench-214-correlation-analysis-between/checksums.yaml +2 -0
  294. dslighting/registry/dabench-214-correlation-analysis-between/config.yaml +16 -0
  295. dslighting/registry/dabench-214-correlation-analysis-between/description.md +48 -0
  296. dslighting/registry/dabench-214-correlation-analysis-between/grade.py +66 -0
  297. dslighting/registry/dabench-214-correlation-analysis-between/prepare.py +49 -0
  298. dslighting/registry/dabench-216-mean-standard-deviation/checksums.yaml +2 -0
  299. dslighting/registry/dabench-216-mean-standard-deviation/config.yaml +16 -0
  300. dslighting/registry/dabench-216-mean-standard-deviation/description.md +49 -0
  301. dslighting/registry/dabench-216-mean-standard-deviation/grade.py +66 -0
  302. dslighting/registry/dabench-216-mean-standard-deviation/prepare.py +49 -0
  303. dslighting/registry/dabench-217-find-site-identifier/checksums.yaml +2 -0
  304. dslighting/registry/dabench-217-find-site-identifier/config.yaml +16 -0
  305. dslighting/registry/dabench-217-find-site-identifier/description.md +46 -0
  306. dslighting/registry/dabench-217-find-site-identifier/grade.py +66 -0
  307. dslighting/registry/dabench-217-find-site-identifier/prepare.py +49 -0
  308. dslighting/registry/dabench-218-correlation-coefficient-between/checksums.yaml +2 -0
  309. dslighting/registry/dabench-218-correlation-coefficient-between/config.yaml +16 -0
  310. dslighting/registry/dabench-218-correlation-coefficient-between/description.md +46 -0
  311. dslighting/registry/dabench-218-correlation-coefficient-between/grade.py +66 -0
  312. dslighting/registry/dabench-218-correlation-coefficient-between/prepare.py +49 -0
  313. dslighting/registry/dabench-219-identify-site-with/checksums.yaml +2 -0
  314. dslighting/registry/dabench-219-identify-site-with/config.yaml +16 -0
  315. dslighting/registry/dabench-219-identify-site-with/description.md +45 -0
  316. dslighting/registry/dabench-219-identify-site-with/grade.py +66 -0
  317. dslighting/registry/dabench-219-identify-site-with/prepare.py +49 -0
  318. dslighting/registry/dabench-220-comprehensive-data-preprocessing/checksums.yaml +2 -0
  319. dslighting/registry/dabench-220-comprehensive-data-preprocessing/config.yaml +16 -0
  320. dslighting/registry/dabench-220-comprehensive-data-preprocessing/description.md +43 -0
  321. dslighting/registry/dabench-220-comprehensive-data-preprocessing/grade.py +66 -0
  322. dslighting/registry/dabench-220-comprehensive-data-preprocessing/prepare.py +49 -0
  323. dslighting/registry/dabench-222-explore-distribution-column/checksums.yaml +2 -0
  324. dslighting/registry/dabench-222-explore-distribution-column/config.yaml +16 -0
  325. dslighting/registry/dabench-222-explore-distribution-column/description.md +43 -0
  326. dslighting/registry/dabench-222-explore-distribution-column/grade.py +66 -0
  327. dslighting/registry/dabench-222-explore-distribution-column/prepare.py +49 -0
  328. dslighting/registry/dabench-224-utilize-machine-learning/checksums.yaml +2 -0
  329. dslighting/registry/dabench-224-utilize-machine-learning/config.yaml +16 -0
  330. dslighting/registry/dabench-224-utilize-machine-learning/description.md +43 -0
  331. dslighting/registry/dabench-224-utilize-machine-learning/grade.py +66 -0
  332. dslighting/registry/dabench-224-utilize-machine-learning/prepare.py +49 -0
  333. dslighting/registry/dabench-23-machine-learning-techniques/checksums.yaml +2 -0
  334. dslighting/registry/dabench-23-machine-learning-techniques/config.yaml +16 -0
  335. dslighting/registry/dabench-23-machine-learning-techniques/description.md +43 -0
  336. dslighting/registry/dabench-23-machine-learning-techniques/grade.py +66 -0
  337. dslighting/registry/dabench-23-machine-learning-techniques/prepare.py +49 -0
  338. dslighting/registry/dabench-234-what-average-duration/checksums.yaml +2 -0
  339. dslighting/registry/dabench-234-what-average-duration/config.yaml +16 -0
  340. dslighting/registry/dabench-234-what-average-duration/description.md +43 -0
  341. dslighting/registry/dabench-234-what-average-duration/grade.py +66 -0
  342. dslighting/registry/dabench-234-what-average-duration/prepare.py +49 -0
  343. dslighting/registry/dabench-24-mean-individuals-dataset/checksums.yaml +2 -0
  344. dslighting/registry/dabench-24-mean-individuals-dataset/config.yaml +16 -0
  345. dslighting/registry/dabench-24-mean-individuals-dataset/description.md +43 -0
  346. dslighting/registry/dabench-24-mean-individuals-dataset/grade.py +66 -0
  347. dslighting/registry/dabench-24-mean-individuals-dataset/prepare.py +49 -0
  348. dslighting/registry/dabench-243-what-mean-batting/checksums.yaml +2 -0
  349. dslighting/registry/dabench-243-what-mean-batting/config.yaml +16 -0
  350. dslighting/registry/dabench-243-what-mean-batting/description.md +43 -0
  351. dslighting/registry/dabench-243-what-mean-batting/grade.py +66 -0
  352. dslighting/registry/dabench-243-what-mean-batting/prepare.py +49 -0
  353. dslighting/registry/dabench-244-number-home-runs/checksums.yaml +2 -0
  354. dslighting/registry/dabench-244-number-home-runs/config.yaml +16 -0
  355. dslighting/registry/dabench-244-number-home-runs/description.md +44 -0
  356. dslighting/registry/dabench-244-number-home-runs/grade.py +66 -0
  357. dslighting/registry/dabench-244-number-home-runs/prepare.py +49 -0
  358. dslighting/registry/dabench-247-what-average-number/checksums.yaml +2 -0
  359. dslighting/registry/dabench-247-what-average-number/config.yaml +16 -0
  360. dslighting/registry/dabench-247-what-average-number/description.md +45 -0
  361. dslighting/registry/dabench-247-what-average-number/grade.py +66 -0
  362. dslighting/registry/dabench-247-what-average-number/prepare.py +49 -0
  363. dslighting/registry/dabench-249-there-significant-correlation/checksums.yaml +2 -0
  364. dslighting/registry/dabench-249-there-significant-correlation/config.yaml +16 -0
  365. dslighting/registry/dabench-249-there-significant-correlation/description.md +43 -0
  366. dslighting/registry/dabench-249-there-significant-correlation/grade.py +66 -0
  367. dslighting/registry/dabench-249-there-significant-correlation/prepare.py +49 -0
  368. dslighting/registry/dabench-25-distribution-values-dataset/checksums.yaml +2 -0
  369. dslighting/registry/dabench-25-distribution-values-dataset/config.yaml +16 -0
  370. dslighting/registry/dabench-25-distribution-values-dataset/description.md +43 -0
  371. dslighting/registry/dabench-25-distribution-values-dataset/grade.py +66 -0
  372. dslighting/registry/dabench-25-distribution-values-dataset/prepare.py +49 -0
  373. dslighting/registry/dabench-250-feature-called-which/checksums.yaml +2 -0
  374. dslighting/registry/dabench-250-feature-called-which/config.yaml +16 -0
  375. dslighting/registry/dabench-250-feature-called-which/description.md +45 -0
  376. dslighting/registry/dabench-250-feature-called-which/grade.py +66 -0
  377. dslighting/registry/dabench-250-feature-called-which/prepare.py +49 -0
  378. dslighting/registry/dabench-252-determine-which-country/checksums.yaml +2 -0
  379. dslighting/registry/dabench-252-determine-which-country/config.yaml +16 -0
  380. dslighting/registry/dabench-252-determine-which-country/description.md +43 -0
  381. dslighting/registry/dabench-252-determine-which-country/grade.py +66 -0
  382. dslighting/registry/dabench-252-determine-which-country/prepare.py +49 -0
  383. dslighting/registry/dabench-254-identify-outliers-gross/checksums.yaml +2 -0
  384. dslighting/registry/dabench-254-identify-outliers-gross/config.yaml +16 -0
  385. dslighting/registry/dabench-254-identify-outliers-gross/description.md +43 -0
  386. dslighting/registry/dabench-254-identify-outliers-gross/grade.py +66 -0
  387. dslighting/registry/dabench-254-identify-outliers-gross/prepare.py +49 -0
  388. dslighting/registry/dabench-255-mean-standard-deviation/checksums.yaml +2 -0
  389. dslighting/registry/dabench-255-mean-standard-deviation/config.yaml +16 -0
  390. dslighting/registry/dabench-255-mean-standard-deviation/description.md +45 -0
  391. dslighting/registry/dabench-255-mean-standard-deviation/grade.py +66 -0
  392. dslighting/registry/dabench-255-mean-standard-deviation/prepare.py +49 -0
  393. dslighting/registry/dabench-26-correlation-coefficient-between/checksums.yaml +2 -0
  394. dslighting/registry/dabench-26-correlation-coefficient-between/config.yaml +16 -0
  395. dslighting/registry/dabench-26-correlation-coefficient-between/description.md +43 -0
  396. dslighting/registry/dabench-26-correlation-coefficient-between/grade.py +66 -0
  397. dslighting/registry/dabench-26-correlation-coefficient-between/prepare.py +49 -0
  398. dslighting/registry/dabench-268-meanpot-values-normally/checksums.yaml +2 -0
  399. dslighting/registry/dabench-268-meanpot-values-normally/config.yaml +16 -0
  400. dslighting/registry/dabench-268-meanpot-values-normally/description.md +43 -0
  401. dslighting/registry/dabench-268-meanpot-values-normally/grade.py +66 -0
  402. dslighting/registry/dabench-268-meanpot-values-normally/prepare.py +49 -0
  403. dslighting/registry/dabench-269-there-correlation-between/checksums.yaml +2 -0
  404. dslighting/registry/dabench-269-there-correlation-between/config.yaml +16 -0
  405. dslighting/registry/dabench-269-there-correlation-between/description.md +45 -0
  406. dslighting/registry/dabench-269-there-correlation-between/grade.py +66 -0
  407. dslighting/registry/dabench-269-there-correlation-between/prepare.py +49 -0
  408. dslighting/registry/dabench-27-identify-outliers-charges/checksums.yaml +2 -0
  409. dslighting/registry/dabench-27-identify-outliers-charges/config.yaml +16 -0
  410. dslighting/registry/dabench-27-identify-outliers-charges/description.md +45 -0
  411. dslighting/registry/dabench-27-identify-outliers-charges/grade.py +66 -0
  412. dslighting/registry/dabench-27-identify-outliers-charges/prepare.py +49 -0
  413. dslighting/registry/dabench-271-comprehensive-data-preprocessing/checksums.yaml +2 -0
  414. dslighting/registry/dabench-271-comprehensive-data-preprocessing/config.yaml +16 -0
  415. dslighting/registry/dabench-271-comprehensive-data-preprocessing/description.md +53 -0
  416. dslighting/registry/dabench-271-comprehensive-data-preprocessing/grade.py +66 -0
  417. dslighting/registry/dabench-271-comprehensive-data-preprocessing/prepare.py +49 -0
  418. dslighting/registry/dabench-272-feature-named-dividing/checksums.yaml +2 -0
  419. dslighting/registry/dabench-272-feature-named-dividing/config.yaml +16 -0
  420. dslighting/registry/dabench-272-feature-named-dividing/description.md +45 -0
  421. dslighting/registry/dabench-272-feature-named-dividing/grade.py +66 -0
  422. dslighting/registry/dabench-272-feature-named-dividing/prepare.py +49 -0
  423. dslighting/registry/dabench-273-correlation-analysis-between/checksums.yaml +2 -0
  424. dslighting/registry/dabench-273-correlation-analysis-between/config.yaml +16 -0
  425. dslighting/registry/dabench-273-correlation-analysis-between/description.md +46 -0
  426. dslighting/registry/dabench-273-correlation-analysis-between/grade.py +66 -0
  427. dslighting/registry/dabench-273-correlation-analysis-between/prepare.py +49 -0
  428. dslighting/registry/dabench-275-comprehensive-analysis-dataset/checksums.yaml +2 -0
  429. dslighting/registry/dabench-275-comprehensive-analysis-dataset/config.yaml +16 -0
  430. dslighting/registry/dabench-275-comprehensive-analysis-dataset/description.md +58 -0
  431. dslighting/registry/dabench-275-comprehensive-analysis-dataset/grade.py +66 -0
  432. dslighting/registry/dabench-275-comprehensive-analysis-dataset/prepare.py +49 -0
  433. dslighting/registry/dabench-277-there-correlation-between/checksums.yaml +2 -0
  434. dslighting/registry/dabench-277-there-correlation-between/config.yaml +16 -0
  435. dslighting/registry/dabench-277-there-correlation-between/description.md +43 -0
  436. dslighting/registry/dabench-277-there-correlation-between/grade.py +66 -0
  437. dslighting/registry/dabench-277-there-correlation-between/prepare.py +49 -0
  438. dslighting/registry/dabench-278-there-outliers-agri/checksums.yaml +2 -0
  439. dslighting/registry/dabench-278-there-outliers-agri/config.yaml +16 -0
  440. dslighting/registry/dabench-278-there-outliers-agri/description.md +43 -0
  441. dslighting/registry/dabench-278-there-outliers-agri/grade.py +66 -0
  442. dslighting/registry/dabench-278-there-outliers-agri/prepare.py +49 -0
  443. dslighting/registry/dabench-28-comprehensive-data-preprocessing/checksums.yaml +2 -0
  444. dslighting/registry/dabench-28-comprehensive-data-preprocessing/config.yaml +16 -0
  445. dslighting/registry/dabench-28-comprehensive-data-preprocessing/description.md +45 -0
  446. dslighting/registry/dabench-28-comprehensive-data-preprocessing/grade.py +66 -0
  447. dslighting/registry/dabench-28-comprehensive-data-preprocessing/prepare.py +49 -0
  448. dslighting/registry/dabench-282-correlation-analysis-given/checksums.yaml +2 -0
  449. dslighting/registry/dabench-282-correlation-analysis-given/config.yaml +16 -0
  450. dslighting/registry/dabench-282-correlation-analysis-given/description.md +45 -0
  451. dslighting/registry/dabench-282-correlation-analysis-given/grade.py +66 -0
  452. dslighting/registry/dabench-282-correlation-analysis-given/prepare.py +49 -0
  453. dslighting/registry/dabench-297-there-significant-difference/checksums.yaml +2 -0
  454. dslighting/registry/dabench-297-there-significant-difference/config.yaml +16 -0
  455. dslighting/registry/dabench-297-there-significant-difference/description.md +48 -0
  456. dslighting/registry/dabench-297-there-significant-difference/grade.py +66 -0
  457. dslighting/registry/dabench-297-there-significant-difference/prepare.py +49 -0
  458. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/checksums.yaml +2 -0
  459. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/config.yaml +16 -0
  460. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/description.md +46 -0
  461. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/grade.py +66 -0
  462. dslighting/registry/dabench-298-distribution-analysis-nsamplecov/prepare.py +49 -0
  463. dslighting/registry/dabench-30-linear-regression-machine/checksums.yaml +2 -0
  464. dslighting/registry/dabench-30-linear-regression-machine/config.yaml +16 -0
  465. dslighting/registry/dabench-30-linear-regression-machine/description.md +43 -0
  466. dslighting/registry/dabench-30-linear-regression-machine/grade.py +66 -0
  467. dslighting/registry/dabench-30-linear-regression-machine/prepare.py +49 -0
  468. dslighting/registry/dabench-300-there-correlation-between/checksums.yaml +2 -0
  469. dslighting/registry/dabench-300-there-correlation-between/config.yaml +16 -0
  470. dslighting/registry/dabench-300-there-correlation-between/description.md +45 -0
  471. dslighting/registry/dabench-300-there-correlation-between/grade.py +66 -0
  472. dslighting/registry/dabench-300-there-correlation-between/prepare.py +49 -0
  473. dslighting/registry/dabench-304-fare-variable-follows/checksums.yaml +2 -0
  474. dslighting/registry/dabench-304-fare-variable-follows/config.yaml +16 -0
  475. dslighting/registry/dabench-304-fare-variable-follows/description.md +43 -0
  476. dslighting/registry/dabench-304-fare-variable-follows/grade.py +66 -0
  477. dslighting/registry/dabench-304-fare-variable-follows/prepare.py +49 -0
  478. dslighting/registry/dabench-308-feature-engineering-techniques/checksums.yaml +2 -0
  479. dslighting/registry/dabench-308-feature-engineering-techniques/config.yaml +16 -0
  480. dslighting/registry/dabench-308-feature-engineering-techniques/description.md +45 -0
  481. dslighting/registry/dabench-308-feature-engineering-techniques/grade.py +66 -0
  482. dslighting/registry/dabench-308-feature-engineering-techniques/prepare.py +49 -0
  483. dslighting/registry/dabench-309-distribution-analysis-fare/checksums.yaml +2 -0
  484. dslighting/registry/dabench-309-distribution-analysis-fare/config.yaml +16 -0
  485. dslighting/registry/dabench-309-distribution-analysis-fare/description.md +45 -0
  486. dslighting/registry/dabench-309-distribution-analysis-fare/grade.py +66 -0
  487. dslighting/registry/dabench-309-distribution-analysis-fare/prepare.py +49 -0
  488. dslighting/registry/dabench-310-correlation-analysis-numerical/checksums.yaml +2 -0
  489. dslighting/registry/dabench-310-correlation-analysis-numerical/config.yaml +16 -0
  490. dslighting/registry/dabench-310-correlation-analysis-numerical/description.md +43 -0
  491. dslighting/registry/dabench-310-correlation-analysis-numerical/grade.py +66 -0
  492. dslighting/registry/dabench-310-correlation-analysis-numerical/prepare.py +49 -0
  493. dslighting/registry/dabench-32-mean-standard-deviation/checksums.yaml +2 -0
  494. dslighting/registry/dabench-32-mean-standard-deviation/config.yaml +16 -0
  495. dslighting/registry/dabench-32-mean-standard-deviation/description.md +45 -0
  496. dslighting/registry/dabench-32-mean-standard-deviation/grade.py +66 -0
  497. dslighting/registry/dabench-32-mean-standard-deviation/prepare.py +49 -0
  498. dslighting/registry/dabench-320-what-mean-eventmsgtype/checksums.yaml +2 -0
  499. dslighting/registry/dabench-320-what-mean-eventmsgtype/config.yaml +16 -0
  500. dslighting/registry/dabench-320-what-mean-eventmsgtype/description.md +43 -0
  501. dslighting/registry/dabench-320-what-mean-eventmsgtype/grade.py +66 -0
  502. dslighting/registry/dabench-320-what-mean-eventmsgtype/prepare.py +49 -0
  503. dslighting/registry/dabench-321-there-outliers-scoremargin/checksums.yaml +2 -0
  504. dslighting/registry/dabench-321-there-outliers-scoremargin/config.yaml +16 -0
  505. dslighting/registry/dabench-321-there-outliers-scoremargin/description.md +43 -0
  506. dslighting/registry/dabench-321-there-outliers-scoremargin/grade.py +66 -0
  507. dslighting/registry/dabench-321-there-outliers-scoremargin/prepare.py +49 -0
  508. dslighting/registry/dabench-324-there-missing-values/checksums.yaml +2 -0
  509. dslighting/registry/dabench-324-there-missing-values/config.yaml +16 -0
  510. dslighting/registry/dabench-324-there-missing-values/description.md +43 -0
  511. dslighting/registry/dabench-324-there-missing-values/grade.py +66 -0
  512. dslighting/registry/dabench-324-there-missing-values/prepare.py +49 -0
  513. dslighting/registry/dabench-326-feature-named-that/checksums.yaml +2 -0
  514. dslighting/registry/dabench-326-feature-named-that/config.yaml +16 -0
  515. dslighting/registry/dabench-326-feature-named-that/description.md +47 -0
  516. dslighting/registry/dabench-326-feature-named-that/grade.py +66 -0
  517. dslighting/registry/dabench-326-feature-named-that/prepare.py +49 -0
  518. dslighting/registry/dabench-33-column-normally-distributed/checksums.yaml +2 -0
  519. dslighting/registry/dabench-33-column-normally-distributed/config.yaml +16 -0
  520. dslighting/registry/dabench-33-column-normally-distributed/description.md +43 -0
  521. dslighting/registry/dabench-33-column-normally-distributed/grade.py +66 -0
  522. dslighting/registry/dabench-33-column-normally-distributed/prepare.py +49 -0
  523. dslighting/registry/dabench-337-distribution-median-sold/checksums.yaml +2 -0
  524. dslighting/registry/dabench-337-distribution-median-sold/config.yaml +16 -0
  525. dslighting/registry/dabench-337-distribution-median-sold/description.md +45 -0
  526. dslighting/registry/dabench-337-distribution-median-sold/grade.py +66 -0
  527. dslighting/registry/dabench-337-distribution-median-sold/prepare.py +49 -0
  528. dslighting/registry/dabench-338-there-correlation-between/checksums.yaml +2 -0
  529. dslighting/registry/dabench-338-there-correlation-between/config.yaml +16 -0
  530. dslighting/registry/dabench-338-there-correlation-between/description.md +45 -0
  531. dslighting/registry/dabench-338-there-correlation-between/grade.py +66 -0
  532. dslighting/registry/dabench-338-there-correlation-between/prepare.py +49 -0
  533. dslighting/registry/dabench-34-there-correlation-between/checksums.yaml +2 -0
  534. dslighting/registry/dabench-34-there-correlation-between/config.yaml +16 -0
  535. dslighting/registry/dabench-34-there-correlation-between/description.md +45 -0
  536. dslighting/registry/dabench-34-there-correlation-between/grade.py +66 -0
  537. dslighting/registry/dabench-34-there-correlation-between/prepare.py +49 -0
  538. dslighting/registry/dabench-349-mean-passengers/checksums.yaml +2 -0
  539. dslighting/registry/dabench-349-mean-passengers/config.yaml +16 -0
  540. dslighting/registry/dabench-349-mean-passengers/description.md +43 -0
  541. dslighting/registry/dabench-349-mean-passengers/grade.py +66 -0
  542. dslighting/registry/dabench-349-mean-passengers/prepare.py +49 -0
  543. dslighting/registry/dabench-35-identify-remove-outliers/checksums.yaml +2 -0
  544. dslighting/registry/dabench-35-identify-remove-outliers/config.yaml +16 -0
  545. dslighting/registry/dabench-35-identify-remove-outliers/description.md +43 -0
  546. dslighting/registry/dabench-35-identify-remove-outliers/grade.py +66 -0
  547. dslighting/registry/dabench-35-identify-remove-outliers/prepare.py +49 -0
  548. dslighting/registry/dabench-350-fare-column-follows/checksums.yaml +2 -0
  549. dslighting/registry/dabench-350-fare-column-follows/config.yaml +16 -0
  550. dslighting/registry/dabench-350-fare-column-follows/description.md +43 -0
  551. dslighting/registry/dabench-350-fare-column-follows/grade.py +66 -0
  552. dslighting/registry/dabench-350-fare-column-follows/prepare.py +49 -0
  553. dslighting/registry/dabench-351-determine-correlation-coefficient/checksums.yaml +2 -0
  554. dslighting/registry/dabench-351-determine-correlation-coefficient/config.yaml +16 -0
  555. dslighting/registry/dabench-351-determine-correlation-coefficient/description.md +43 -0
  556. dslighting/registry/dabench-351-determine-correlation-coefficient/grade.py +66 -0
  557. dslighting/registry/dabench-351-determine-correlation-coefficient/prepare.py +49 -0
  558. dslighting/registry/dabench-352-identify-outliers-fare/checksums.yaml +2 -0
  559. dslighting/registry/dabench-352-identify-outliers-fare/config.yaml +16 -0
  560. dslighting/registry/dabench-352-identify-outliers-fare/description.md +45 -0
  561. dslighting/registry/dabench-352-identify-outliers-fare/grade.py +66 -0
  562. dslighting/registry/dabench-352-identify-outliers-fare/prepare.py +49 -0
  563. dslighting/registry/dabench-354-feature-familysize-summing/checksums.yaml +2 -0
  564. dslighting/registry/dabench-354-feature-familysize-summing/config.yaml +16 -0
  565. dslighting/registry/dabench-354-feature-familysize-summing/description.md +44 -0
  566. dslighting/registry/dabench-354-feature-familysize-summing/grade.py +66 -0
  567. dslighting/registry/dabench-354-feature-familysize-summing/prepare.py +49 -0
  568. dslighting/registry/dabench-355-linear-regression-analysis/checksums.yaml +2 -0
  569. dslighting/registry/dabench-355-linear-regression-analysis/config.yaml +16 -0
  570. dslighting/registry/dabench-355-linear-regression-analysis/description.md +49 -0
  571. dslighting/registry/dabench-355-linear-regression-analysis/grade.py +66 -0
  572. dslighting/registry/dabench-355-linear-regression-analysis/prepare.py +49 -0
  573. dslighting/registry/dabench-359-distribution-wind-speed/checksums.yaml +2 -0
  574. dslighting/registry/dabench-359-distribution-wind-speed/config.yaml +16 -0
  575. dslighting/registry/dabench-359-distribution-wind-speed/description.md +48 -0
  576. dslighting/registry/dabench-359-distribution-wind-speed/grade.py +66 -0
  577. dslighting/registry/dabench-359-distribution-wind-speed/prepare.py +49 -0
  578. dslighting/registry/dabench-360-determine-correlation-coefficient/checksums.yaml +2 -0
  579. dslighting/registry/dabench-360-determine-correlation-coefficient/config.yaml +16 -0
  580. dslighting/registry/dabench-360-determine-correlation-coefficient/description.md +47 -0
  581. dslighting/registry/dabench-360-determine-correlation-coefficient/grade.py +66 -0
  582. dslighting/registry/dabench-360-determine-correlation-coefficient/prepare.py +49 -0
  583. dslighting/registry/dabench-361-identify-remove-outliers/checksums.yaml +2 -0
  584. dslighting/registry/dabench-361-identify-remove-outliers/config.yaml +16 -0
  585. dslighting/registry/dabench-361-identify-remove-outliers/description.md +47 -0
  586. dslighting/registry/dabench-361-identify-remove-outliers/grade.py +66 -0
  587. dslighting/registry/dabench-361-identify-remove-outliers/prepare.py +49 -0
  588. dslighting/registry/dabench-363-train-machine-learning/checksums.yaml +2 -0
  589. dslighting/registry/dabench-363-train-machine-learning/config.yaml +16 -0
  590. dslighting/registry/dabench-363-train-machine-learning/description.md +47 -0
  591. dslighting/registry/dabench-363-train-machine-learning/grade.py +66 -0
  592. dslighting/registry/dabench-363-train-machine-learning/prepare.py +49 -0
  593. dslighting/registry/dabench-372-find-mean-median/checksums.yaml +2 -0
  594. dslighting/registry/dabench-372-find-mean-median/config.yaml +16 -0
  595. dslighting/registry/dabench-372-find-mean-median/description.md +43 -0
  596. dslighting/registry/dabench-372-find-mean-median/grade.py +66 -0
  597. dslighting/registry/dabench-372-find-mean-median/prepare.py +49 -0
  598. dslighting/registry/dabench-375-distribution-analysis-trips/checksums.yaml +2 -0
  599. dslighting/registry/dabench-375-distribution-analysis-trips/config.yaml +16 -0
  600. dslighting/registry/dabench-375-distribution-analysis-trips/description.md +45 -0
  601. dslighting/registry/dabench-375-distribution-analysis-trips/grade.py +66 -0
  602. dslighting/registry/dabench-375-distribution-analysis-trips/prepare.py +49 -0
  603. dslighting/registry/dabench-376-feature-engineering-dataset/checksums.yaml +2 -0
  604. dslighting/registry/dabench-376-feature-engineering-dataset/config.yaml +16 -0
  605. dslighting/registry/dabench-376-feature-engineering-dataset/description.md +45 -0
  606. dslighting/registry/dabench-376-feature-engineering-dataset/grade.py +66 -0
  607. dslighting/registry/dabench-376-feature-engineering-dataset/prepare.py +49 -0
  608. dslighting/registry/dabench-378-preprocess-dataset-handling/checksums.yaml +2 -0
  609. dslighting/registry/dabench-378-preprocess-dataset-handling/config.yaml +16 -0
  610. dslighting/registry/dabench-378-preprocess-dataset-handling/description.md +45 -0
  611. dslighting/registry/dabench-378-preprocess-dataset-handling/grade.py +66 -0
  612. dslighting/registry/dabench-378-preprocess-dataset-handling/prepare.py +49 -0
  613. dslighting/registry/dabench-39-explore-distribution-importance/checksums.yaml +2 -0
  614. dslighting/registry/dabench-39-explore-distribution-importance/config.yaml +16 -0
  615. dslighting/registry/dabench-39-explore-distribution-importance/description.md +45 -0
  616. dslighting/registry/dabench-39-explore-distribution-importance/grade.py +66 -0
  617. dslighting/registry/dabench-39-explore-distribution-importance/prepare.py +49 -0
  618. dslighting/registry/dabench-408-there-correlation-between/checksums.yaml +2 -0
  619. dslighting/registry/dabench-408-there-correlation-between/config.yaml +16 -0
  620. dslighting/registry/dabench-408-there-correlation-between/description.md +49 -0
  621. dslighting/registry/dabench-408-there-correlation-between/grade.py +66 -0
  622. dslighting/registry/dabench-408-there-correlation-between/prepare.py +49 -0
  623. dslighting/registry/dabench-409-many-missing-values/checksums.yaml +2 -0
  624. dslighting/registry/dabench-409-many-missing-values/config.yaml +16 -0
  625. dslighting/registry/dabench-409-many-missing-values/description.md +43 -0
  626. dslighting/registry/dabench-409-many-missing-values/grade.py +66 -0
  627. dslighting/registry/dabench-409-many-missing-values/prepare.py +49 -0
  628. dslighting/registry/dabench-410-what-distribution-ages/checksums.yaml +2 -0
  629. dslighting/registry/dabench-410-what-distribution-ages/config.yaml +16 -0
  630. dslighting/registry/dabench-410-what-distribution-ages/description.md +43 -0
  631. dslighting/registry/dabench-410-what-distribution-ages/grade.py +66 -0
  632. dslighting/registry/dabench-410-what-distribution-ages/prepare.py +49 -0
  633. dslighting/registry/dabench-411-there-outliers-fare/checksums.yaml +2 -0
  634. dslighting/registry/dabench-411-there-outliers-fare/config.yaml +16 -0
  635. dslighting/registry/dabench-411-there-outliers-fare/description.md +43 -0
  636. dslighting/registry/dabench-411-there-outliers-fare/grade.py +66 -0
  637. dslighting/registry/dabench-411-there-outliers-fare/prepare.py +49 -0
  638. dslighting/registry/dabench-412-feature-called-familysize/checksums.yaml +2 -0
  639. dslighting/registry/dabench-412-feature-called-familysize/config.yaml +16 -0
  640. dslighting/registry/dabench-412-feature-called-familysize/description.md +43 -0
  641. dslighting/registry/dabench-412-feature-called-familysize/grade.py +66 -0
  642. dslighting/registry/dabench-412-feature-called-familysize/prepare.py +49 -0
  643. dslighting/registry/dabench-413-there-correlation-between/checksums.yaml +2 -0
  644. dslighting/registry/dabench-413-there-correlation-between/config.yaml +16 -0
  645. dslighting/registry/dabench-413-there-correlation-between/description.md +47 -0
  646. dslighting/registry/dabench-413-there-correlation-between/grade.py +66 -0
  647. dslighting/registry/dabench-413-there-correlation-between/prepare.py +49 -0
  648. dslighting/registry/dabench-414-what-average-passengers/checksums.yaml +2 -0
  649. dslighting/registry/dabench-414-what-average-passengers/config.yaml +16 -0
  650. dslighting/registry/dabench-414-what-average-passengers/description.md +45 -0
  651. dslighting/registry/dabench-414-what-average-passengers/grade.py +66 -0
  652. dslighting/registry/dabench-414-what-average-passengers/prepare.py +49 -0
  653. dslighting/registry/dabench-415-what-distribution-fare/checksums.yaml +2 -0
  654. dslighting/registry/dabench-415-what-distribution-fare/config.yaml +16 -0
  655. dslighting/registry/dabench-415-what-distribution-fare/description.md +46 -0
  656. dslighting/registry/dabench-415-what-distribution-fare/grade.py +66 -0
  657. dslighting/registry/dabench-415-what-distribution-fare/prepare.py +49 -0
  658. dslighting/registry/dabench-418-there-outliers-trading/checksums.yaml +2 -0
  659. dslighting/registry/dabench-418-there-outliers-trading/config.yaml +16 -0
  660. dslighting/registry/dabench-418-there-outliers-trading/description.md +43 -0
  661. dslighting/registry/dabench-418-there-outliers-trading/grade.py +66 -0
  662. dslighting/registry/dabench-418-there-outliers-trading/prepare.py +49 -0
  663. dslighting/registry/dabench-419-there-significant-difference/checksums.yaml +2 -0
  664. dslighting/registry/dabench-419-there-significant-difference/config.yaml +16 -0
  665. dslighting/registry/dabench-419-there-significant-difference/description.md +43 -0
  666. dslighting/registry/dabench-419-there-significant-difference/grade.py +66 -0
  667. dslighting/registry/dabench-419-there-significant-difference/prepare.py +49 -0
  668. dslighting/registry/dabench-421-comprehensive-data-preprocessing/checksums.yaml +2 -0
  669. dslighting/registry/dabench-421-comprehensive-data-preprocessing/config.yaml +16 -0
  670. dslighting/registry/dabench-421-comprehensive-data-preprocessing/description.md +43 -0
  671. dslighting/registry/dabench-421-comprehensive-data-preprocessing/grade.py +66 -0
  672. dslighting/registry/dabench-421-comprehensive-data-preprocessing/prepare.py +49 -0
  673. dslighting/registry/dabench-423-feature-engineering-given/checksums.yaml +2 -0
  674. dslighting/registry/dabench-423-feature-engineering-given/config.yaml +16 -0
  675. dslighting/registry/dabench-423-feature-engineering-given/description.md +43 -0
  676. dslighting/registry/dabench-423-feature-engineering-given/grade.py +66 -0
  677. dslighting/registry/dabench-423-feature-engineering-given/prepare.py +49 -0
  678. dslighting/registry/dabench-424-develop-machine-learning/checksums.yaml +2 -0
  679. dslighting/registry/dabench-424-develop-machine-learning/config.yaml +16 -0
  680. dslighting/registry/dabench-424-develop-machine-learning/description.md +43 -0
  681. dslighting/registry/dabench-424-develop-machine-learning/grade.py +66 -0
  682. dslighting/registry/dabench-424-develop-machine-learning/prepare.py +49 -0
  683. dslighting/registry/dabench-425-many-missing-values/checksums.yaml +2 -0
  684. dslighting/registry/dabench-425-many-missing-values/config.yaml +16 -0
  685. dslighting/registry/dabench-425-many-missing-values/description.md +43 -0
  686. dslighting/registry/dabench-425-many-missing-values/grade.py +66 -0
  687. dslighting/registry/dabench-425-many-missing-values/prepare.py +49 -0
  688. dslighting/registry/dabench-426-what-maximum-sustained/checksums.yaml +2 -0
  689. dslighting/registry/dabench-426-what-maximum-sustained/config.yaml +16 -0
  690. dslighting/registry/dabench-426-what-maximum-sustained/description.md +43 -0
  691. dslighting/registry/dabench-426-what-maximum-sustained/grade.py +66 -0
  692. dslighting/registry/dabench-426-what-maximum-sustained/prepare.py +49 -0
  693. dslighting/registry/dabench-427-many-storms-have/checksums.yaml +2 -0
  694. dslighting/registry/dabench-427-many-storms-have/config.yaml +16 -0
  695. dslighting/registry/dabench-427-many-storms-have/description.md +43 -0
  696. dslighting/registry/dabench-427-many-storms-have/grade.py +66 -0
  697. dslighting/registry/dabench-427-many-storms-have/prepare.py +49 -0
  698. dslighting/registry/dabench-428-what-average-damage/checksums.yaml +2 -0
  699. dslighting/registry/dabench-428-what-average-damage/config.yaml +16 -0
  700. dslighting/registry/dabench-428-what-average-damage/description.md +50 -0
  701. dslighting/registry/dabench-428-what-average-damage/grade.py +66 -0
  702. dslighting/registry/dabench-428-what-average-damage/prepare.py +49 -0
  703. dslighting/registry/dabench-429-there-correlation-between/checksums.yaml +2 -0
  704. dslighting/registry/dabench-429-there-correlation-between/config.yaml +16 -0
  705. dslighting/registry/dabench-429-there-correlation-between/description.md +50 -0
  706. dslighting/registry/dabench-429-there-correlation-between/grade.py +66 -0
  707. dslighting/registry/dabench-429-there-correlation-between/prepare.py +49 -0
  708. dslighting/registry/dabench-431-there-relationship-between/checksums.yaml +2 -0
  709. dslighting/registry/dabench-431-there-relationship-between/config.yaml +16 -0
  710. dslighting/registry/dabench-431-there-relationship-between/description.md +50 -0
  711. dslighting/registry/dabench-431-there-relationship-between/grade.py +66 -0
  712. dslighting/registry/dabench-431-there-relationship-between/prepare.py +49 -0
  713. dslighting/registry/dabench-432-predict-maximum-sustained/checksums.yaml +2 -0
  714. dslighting/registry/dabench-432-predict-maximum-sustained/config.yaml +16 -0
  715. dslighting/registry/dabench-432-predict-maximum-sustained/description.md +48 -0
  716. dslighting/registry/dabench-432-predict-maximum-sustained/grade.py +66 -0
  717. dslighting/registry/dabench-432-predict-maximum-sustained/prepare.py +49 -0
  718. dslighting/registry/dabench-446-what-mean-wind/checksums.yaml +2 -0
  719. dslighting/registry/dabench-446-what-mean-wind/config.yaml +16 -0
  720. dslighting/registry/dabench-446-what-mean-wind/description.md +43 -0
  721. dslighting/registry/dabench-446-what-mean-wind/grade.py +66 -0
  722. dslighting/registry/dabench-446-what-mean-wind/prepare.py +49 -0
  723. dslighting/registry/dabench-447-there-outliers-atmospheric/checksums.yaml +2 -0
  724. dslighting/registry/dabench-447-there-outliers-atmospheric/config.yaml +16 -0
  725. dslighting/registry/dabench-447-there-outliers-atmospheric/description.md +43 -0
  726. dslighting/registry/dabench-447-there-outliers-atmospheric/grade.py +66 -0
  727. dslighting/registry/dabench-447-there-outliers-atmospheric/prepare.py +49 -0
  728. dslighting/registry/dabench-449-what-distribution-wind/checksums.yaml +2 -0
  729. dslighting/registry/dabench-449-what-distribution-wind/config.yaml +16 -0
  730. dslighting/registry/dabench-449-what-distribution-wind/description.md +43 -0
  731. dslighting/registry/dabench-449-what-distribution-wind/grade.py +66 -0
  732. dslighting/registry/dabench-449-what-distribution-wind/prepare.py +49 -0
  733. dslighting/registry/dabench-450-average-wind-speed/checksums.yaml +2 -0
  734. dslighting/registry/dabench-450-average-wind-speed/config.yaml +16 -0
  735. dslighting/registry/dabench-450-average-wind-speed/description.md +43 -0
  736. dslighting/registry/dabench-450-average-wind-speed/grade.py +66 -0
  737. dslighting/registry/dabench-450-average-wind-speed/prepare.py +49 -0
  738. dslighting/registry/dabench-451-detect-missing-values/checksums.yaml +2 -0
  739. dslighting/registry/dabench-451-detect-missing-values/config.yaml +16 -0
  740. dslighting/registry/dabench-451-detect-missing-values/description.md +41 -0
  741. dslighting/registry/dabench-451-detect-missing-values/grade.py +66 -0
  742. dslighting/registry/dabench-451-detect-missing-values/prepare.py +49 -0
  743. dslighting/registry/dabench-452-there-relationship-between/checksums.yaml +2 -0
  744. dslighting/registry/dabench-452-there-relationship-between/config.yaml +16 -0
  745. dslighting/registry/dabench-452-there-relationship-between/description.md +48 -0
  746. dslighting/registry/dabench-452-there-relationship-between/grade.py +66 -0
  747. dslighting/registry/dabench-452-there-relationship-between/prepare.py +49 -0
  748. dslighting/registry/dabench-453-data-preprocessing-dataset/checksums.yaml +2 -0
  749. dslighting/registry/dabench-453-data-preprocessing-dataset/config.yaml +16 -0
  750. dslighting/registry/dabench-453-data-preprocessing-dataset/description.md +46 -0
  751. dslighting/registry/dabench-453-data-preprocessing-dataset/grade.py +66 -0
  752. dslighting/registry/dabench-453-data-preprocessing-dataset/prepare.py +49 -0
  753. dslighting/registry/dabench-465-distribution-offender-ages/checksums.yaml +2 -0
  754. dslighting/registry/dabench-465-distribution-offender-ages/config.yaml +16 -0
  755. dslighting/registry/dabench-465-distribution-offender-ages/description.md +43 -0
  756. dslighting/registry/dabench-465-distribution-offender-ages/grade.py +66 -0
  757. dslighting/registry/dabench-465-distribution-offender-ages/prepare.py +49 -0
  758. dslighting/registry/dabench-466-there-correlation-between/checksums.yaml +2 -0
  759. dslighting/registry/dabench-466-there-correlation-between/config.yaml +16 -0
  760. dslighting/registry/dabench-466-there-correlation-between/description.md +43 -0
  761. dslighting/registry/dabench-466-there-correlation-between/grade.py +66 -0
  762. dslighting/registry/dabench-466-there-correlation-between/prepare.py +49 -0
  763. dslighting/registry/dabench-468-there-outliers-distribution/checksums.yaml +2 -0
  764. dslighting/registry/dabench-468-there-outliers-distribution/config.yaml +16 -0
  765. dslighting/registry/dabench-468-there-outliers-distribution/description.md +43 -0
  766. dslighting/registry/dabench-468-there-outliers-distribution/grade.py +66 -0
  767. dslighting/registry/dabench-468-there-outliers-distribution/prepare.py +49 -0
  768. dslighting/registry/dabench-472-what-mean-value/checksums.yaml +2 -0
  769. dslighting/registry/dabench-472-what-mean-value/config.yaml +16 -0
  770. dslighting/registry/dabench-472-what-mean-value/description.md +44 -0
  771. dslighting/registry/dabench-472-what-mean-value/grade.py +66 -0
  772. dslighting/registry/dabench-472-what-mean-value/prepare.py +49 -0
  773. dslighting/registry/dabench-473-there-outliers-value/checksums.yaml +2 -0
  774. dslighting/registry/dabench-473-there-outliers-value/config.yaml +16 -0
  775. dslighting/registry/dabench-473-there-outliers-value/description.md +45 -0
  776. dslighting/registry/dabench-473-there-outliers-value/grade.py +66 -0
  777. dslighting/registry/dabench-473-there-outliers-value/prepare.py +49 -0
  778. dslighting/registry/dabench-474-there-correlation-between/checksums.yaml +2 -0
  779. dslighting/registry/dabench-474-there-correlation-between/config.yaml +16 -0
  780. dslighting/registry/dabench-474-there-correlation-between/description.md +45 -0
  781. dslighting/registry/dabench-474-there-correlation-between/grade.py +66 -0
  782. dslighting/registry/dabench-474-there-correlation-between/prepare.py +49 -0
  783. dslighting/registry/dabench-480-feature-engineering-techniques/checksums.yaml +2 -0
  784. dslighting/registry/dabench-480-feature-engineering-techniques/config.yaml +16 -0
  785. dslighting/registry/dabench-480-feature-engineering-techniques/description.md +43 -0
  786. dslighting/registry/dabench-480-feature-engineering-techniques/grade.py +66 -0
  787. dslighting/registry/dabench-480-feature-engineering-techniques/prepare.py +49 -0
  788. dslighting/registry/dabench-490-what-mean-percentage/checksums.yaml +2 -0
  789. dslighting/registry/dabench-490-what-mean-percentage/config.yaml +16 -0
  790. dslighting/registry/dabench-490-what-mean-percentage/description.md +43 -0
  791. dslighting/registry/dabench-490-what-mean-percentage/grade.py +66 -0
  792. dslighting/registry/dabench-490-what-mean-percentage/prepare.py +49 -0
  793. dslighting/registry/dabench-492-which-field-highest/checksums.yaml +2 -0
  794. dslighting/registry/dabench-492-which-field-highest/config.yaml +16 -0
  795. dslighting/registry/dabench-492-which-field-highest/description.md +43 -0
  796. dslighting/registry/dabench-492-which-field-highest/grade.py +66 -0
  797. dslighting/registry/dabench-492-which-field-highest/prepare.py +49 -0
  798. dslighting/registry/dabench-495-outlier-detection-percentage/checksums.yaml +2 -0
  799. dslighting/registry/dabench-495-outlier-detection-percentage/config.yaml +16 -0
  800. dslighting/registry/dabench-495-outlier-detection-percentage/description.md +45 -0
  801. dslighting/registry/dabench-495-outlier-detection-percentage/grade.py +66 -0
  802. dslighting/registry/dabench-495-outlier-detection-percentage/prepare.py +49 -0
  803. dslighting/registry/dabench-496-feature-engineering-creating/checksums.yaml +2 -0
  804. dslighting/registry/dabench-496-feature-engineering-creating/config.yaml +16 -0
  805. dslighting/registry/dabench-496-feature-engineering-creating/description.md +44 -0
  806. dslighting/registry/dabench-496-feature-engineering-creating/grade.py +66 -0
  807. dslighting/registry/dabench-496-feature-engineering-creating/prepare.py +49 -0
  808. dslighting/registry/dabench-5-generate-feature-called/checksums.yaml +2 -0
  809. dslighting/registry/dabench-5-generate-feature-called/config.yaml +16 -0
  810. dslighting/registry/dabench-5-generate-feature-called/description.md +45 -0
  811. dslighting/registry/dabench-5-generate-feature-called/grade.py +66 -0
  812. dslighting/registry/dabench-5-generate-feature-called/prepare.py +49 -0
  813. dslighting/registry/dabench-506-what-average-number/checksums.yaml +2 -0
  814. dslighting/registry/dabench-506-what-average-number/config.yaml +16 -0
  815. dslighting/registry/dabench-506-what-average-number/description.md +43 -0
  816. dslighting/registry/dabench-506-what-average-number/grade.py +66 -0
  817. dslighting/registry/dabench-506-what-average-number/prepare.py +49 -0
  818. dslighting/registry/dabench-507-there-hotels-dataset/checksums.yaml +2 -0
  819. dslighting/registry/dabench-507-there-hotels-dataset/config.yaml +16 -0
  820. dslighting/registry/dabench-507-there-hotels-dataset/description.md +43 -0
  821. dslighting/registry/dabench-507-there-hotels-dataset/grade.py +66 -0
  822. dslighting/registry/dabench-507-there-hotels-dataset/prepare.py +49 -0
  823. dslighting/registry/dabench-508-there-correlation-between/checksums.yaml +2 -0
  824. dslighting/registry/dabench-508-there-correlation-between/config.yaml +16 -0
  825. dslighting/registry/dabench-508-there-correlation-between/description.md +43 -0
  826. dslighting/registry/dabench-508-there-correlation-between/grade.py +66 -0
  827. dslighting/registry/dabench-508-there-correlation-between/prepare.py +49 -0
  828. dslighting/registry/dabench-510-which-hotel-brand/checksums.yaml +2 -0
  829. dslighting/registry/dabench-510-which-hotel-brand/config.yaml +16 -0
  830. dslighting/registry/dabench-510-which-hotel-brand/description.md +43 -0
  831. dslighting/registry/dabench-510-which-hotel-brand/grade.py +66 -0
  832. dslighting/registry/dabench-510-which-hotel-brand/prepare.py +49 -0
  833. dslighting/registry/dabench-513-among-hotels-with/checksums.yaml +2 -0
  834. dslighting/registry/dabench-513-among-hotels-with/config.yaml +16 -0
  835. dslighting/registry/dabench-513-among-hotels-with/description.md +43 -0
  836. dslighting/registry/dabench-513-among-hotels-with/grade.py +66 -0
  837. dslighting/registry/dabench-513-among-hotels-with/prepare.py +49 -0
  838. dslighting/registry/dabench-514-what-average-review/checksums.yaml +2 -0
  839. dslighting/registry/dabench-514-what-average-review/config.yaml +16 -0
  840. dslighting/registry/dabench-514-what-average-review/description.md +43 -0
  841. dslighting/registry/dabench-514-what-average-review/grade.py +66 -0
  842. dslighting/registry/dabench-514-what-average-review/prepare.py +49 -0
  843. dslighting/registry/dabench-516-fare-distribution-skewed/checksums.yaml +2 -0
  844. dslighting/registry/dabench-516-fare-distribution-skewed/config.yaml +16 -0
  845. dslighting/registry/dabench-516-fare-distribution-skewed/description.md +43 -0
  846. dslighting/registry/dabench-516-fare-distribution-skewed/grade.py +66 -0
  847. dslighting/registry/dabench-516-fare-distribution-skewed/prepare.py +49 -0
  848. dslighting/registry/dabench-517-find-correlation-coefficient/checksums.yaml +2 -0
  849. dslighting/registry/dabench-517-find-correlation-coefficient/config.yaml +16 -0
  850. dslighting/registry/dabench-517-find-correlation-coefficient/description.md +43 -0
  851. dslighting/registry/dabench-517-find-correlation-coefficient/grade.py +66 -0
  852. dslighting/registry/dabench-517-find-correlation-coefficient/prepare.py +49 -0
  853. dslighting/registry/dabench-518-identify-remove-outliers/checksums.yaml +2 -0
  854. dslighting/registry/dabench-518-identify-remove-outliers/config.yaml +16 -0
  855. dslighting/registry/dabench-518-identify-remove-outliers/description.md +43 -0
  856. dslighting/registry/dabench-518-identify-remove-outliers/grade.py +66 -0
  857. dslighting/registry/dabench-518-identify-remove-outliers/prepare.py +49 -0
  858. dslighting/registry/dabench-520-feature-called-familysize/checksums.yaml +2 -0
  859. dslighting/registry/dabench-520-feature-called-familysize/config.yaml +16 -0
  860. dslighting/registry/dabench-520-feature-called-familysize/description.md +43 -0
  861. dslighting/registry/dabench-520-feature-called-familysize/grade.py +66 -0
  862. dslighting/registry/dabench-520-feature-called-familysize/prepare.py +49 -0
  863. dslighting/registry/dabench-521-using-machine-learning/checksums.yaml +2 -0
  864. dslighting/registry/dabench-521-using-machine-learning/config.yaml +16 -0
  865. dslighting/registry/dabench-521-using-machine-learning/description.md +43 -0
  866. dslighting/registry/dabench-521-using-machine-learning/grade.py +66 -0
  867. dslighting/registry/dabench-521-using-machine-learning/prepare.py +49 -0
  868. dslighting/registry/dabench-522-feature-engineering-creating/checksums.yaml +2 -0
  869. dslighting/registry/dabench-522-feature-engineering-creating/config.yaml +16 -0
  870. dslighting/registry/dabench-522-feature-engineering-creating/description.md +43 -0
  871. dslighting/registry/dabench-522-feature-engineering-creating/grade.py +66 -0
  872. dslighting/registry/dabench-522-feature-engineering-creating/prepare.py +49 -0
  873. dslighting/registry/dabench-523-preprocess-dataset-using/checksums.yaml +2 -0
  874. dslighting/registry/dabench-523-preprocess-dataset-using/config.yaml +16 -0
  875. dslighting/registry/dabench-523-preprocess-dataset-using/description.md +45 -0
  876. dslighting/registry/dabench-523-preprocess-dataset-using/grade.py +66 -0
  877. dslighting/registry/dabench-523-preprocess-dataset-using/prepare.py +49 -0
  878. dslighting/registry/dabench-526-there-correlation-between/checksums.yaml +2 -0
  879. dslighting/registry/dabench-526-there-correlation-between/config.yaml +16 -0
  880. dslighting/registry/dabench-526-there-correlation-between/description.md +43 -0
  881. dslighting/registry/dabench-526-there-correlation-between/grade.py +66 -0
  882. dslighting/registry/dabench-526-there-correlation-between/prepare.py +49 -0
  883. dslighting/registry/dabench-527-what-average-male/checksums.yaml +2 -0
  884. dslighting/registry/dabench-527-what-average-male/config.yaml +16 -0
  885. dslighting/registry/dabench-527-what-average-male/description.md +45 -0
  886. dslighting/registry/dabench-527-what-average-male/grade.py +66 -0
  887. dslighting/registry/dabench-527-what-average-male/prepare.py +49 -0
  888. dslighting/registry/dabench-528-there-outliers-fare/checksums.yaml +2 -0
  889. dslighting/registry/dabench-528-there-outliers-fare/config.yaml +16 -0
  890. dslighting/registry/dabench-528-there-outliers-fare/description.md +45 -0
  891. dslighting/registry/dabench-528-there-outliers-fare/grade.py +66 -0
  892. dslighting/registry/dabench-528-there-outliers-fare/prepare.py +49 -0
  893. dslighting/registry/dabench-529-identify-patterns-relationships/checksums.yaml +2 -0
  894. dslighting/registry/dabench-529-identify-patterns-relationships/config.yaml +16 -0
  895. dslighting/registry/dabench-529-identify-patterns-relationships/description.md +45 -0
  896. dslighting/registry/dabench-529-identify-patterns-relationships/grade.py +66 -0
  897. dslighting/registry/dabench-529-identify-patterns-relationships/prepare.py +49 -0
  898. dslighting/registry/dabench-530-there-correlation-between/checksums.yaml +2 -0
  899. dslighting/registry/dabench-530-there-correlation-between/config.yaml +16 -0
  900. dslighting/registry/dabench-530-there-correlation-between/description.md +45 -0
  901. dslighting/registry/dabench-530-there-correlation-between/grade.py +66 -0
  902. dslighting/registry/dabench-530-there-correlation-between/prepare.py +49 -0
  903. dslighting/registry/dabench-542-what-mean-length/checksums.yaml +2 -0
  904. dslighting/registry/dabench-542-what-mean-length/config.yaml +16 -0
  905. dslighting/registry/dabench-542-what-mean-length/description.md +43 -0
  906. dslighting/registry/dabench-542-what-mean-length/grade.py +66 -0
  907. dslighting/registry/dabench-542-what-mean-length/prepare.py +49 -0
  908. dslighting/registry/dabench-543-there-correlation-between/checksums.yaml +2 -0
  909. dslighting/registry/dabench-543-there-correlation-between/config.yaml +16 -0
  910. dslighting/registry/dabench-543-there-correlation-between/description.md +47 -0
  911. dslighting/registry/dabench-543-there-correlation-between/grade.py +66 -0
  912. dslighting/registry/dabench-543-there-correlation-between/prepare.py +49 -0
  913. dslighting/registry/dabench-549-explore-correlation-between/checksums.yaml +2 -0
  914. dslighting/registry/dabench-549-explore-correlation-between/config.yaml +16 -0
  915. dslighting/registry/dabench-549-explore-correlation-between/description.md +45 -0
  916. dslighting/registry/dabench-549-explore-correlation-between/grade.py +66 -0
  917. dslighting/registry/dabench-549-explore-correlation-between/prepare.py +49 -0
  918. dslighting/registry/dabench-55-what-mean-number/checksums.yaml +2 -0
  919. dslighting/registry/dabench-55-what-mean-number/config.yaml +16 -0
  920. dslighting/registry/dabench-55-what-mean-number/description.md +43 -0
  921. dslighting/registry/dabench-55-what-mean-number/grade.py +66 -0
  922. dslighting/registry/dabench-55-what-mean-number/prepare.py +49 -0
  923. dslighting/registry/dabench-550-comprehensive-data-preprocessing/checksums.yaml +2 -0
  924. dslighting/registry/dabench-550-comprehensive-data-preprocessing/config.yaml +16 -0
  925. dslighting/registry/dabench-550-comprehensive-data-preprocessing/description.md +45 -0
  926. dslighting/registry/dabench-550-comprehensive-data-preprocessing/grade.py +66 -0
  927. dslighting/registry/dabench-550-comprehensive-data-preprocessing/prepare.py +49 -0
  928. dslighting/registry/dabench-551-what-mean-column/checksums.yaml +2 -0
  929. dslighting/registry/dabench-551-what-mean-column/config.yaml +16 -0
  930. dslighting/registry/dabench-551-what-mean-column/description.md +43 -0
  931. dslighting/registry/dabench-551-what-mean-column/grade.py +66 -0
  932. dslighting/registry/dabench-551-what-mean-column/prepare.py +49 -0
  933. dslighting/registry/dabench-552-column-column-correlated/checksums.yaml +2 -0
  934. dslighting/registry/dabench-552-column-column-correlated/config.yaml +16 -0
  935. dslighting/registry/dabench-552-column-column-correlated/description.md +45 -0
  936. dslighting/registry/dabench-552-column-column-correlated/grade.py +66 -0
  937. dslighting/registry/dabench-552-column-column-correlated/prepare.py +49 -0
  938. dslighting/registry/dabench-553-many-outliers-there/checksums.yaml +2 -0
  939. dslighting/registry/dabench-553-many-outliers-there/config.yaml +16 -0
  940. dslighting/registry/dabench-553-many-outliers-there/description.md +43 -0
  941. dslighting/registry/dabench-553-many-outliers-there/grade.py +66 -0
  942. dslighting/registry/dabench-553-many-outliers-there/prepare.py +49 -0
  943. dslighting/registry/dabench-554-what-median-value/checksums.yaml +2 -0
  944. dslighting/registry/dabench-554-what-median-value/config.yaml +16 -0
  945. dslighting/registry/dabench-554-what-median-value/description.md +43 -0
  946. dslighting/registry/dabench-554-what-median-value/grade.py +66 -0
  947. dslighting/registry/dabench-554-what-median-value/prepare.py +49 -0
  948. dslighting/registry/dabench-555-many-unique-plant/checksums.yaml +2 -0
  949. dslighting/registry/dabench-555-many-unique-plant/config.yaml +16 -0
  950. dslighting/registry/dabench-555-many-unique-plant/description.md +43 -0
  951. dslighting/registry/dabench-555-many-unique-plant/grade.py +66 -0
  952. dslighting/registry/dabench-555-many-unique-plant/prepare.py +49 -0
  953. dslighting/registry/dabench-56-which-country-highest/checksums.yaml +2 -0
  954. dslighting/registry/dabench-56-which-country-highest/config.yaml +16 -0
  955. dslighting/registry/dabench-56-which-country-highest/description.md +43 -0
  956. dslighting/registry/dabench-56-which-country-highest/grade.py +66 -0
  957. dslighting/registry/dabench-56-which-country-highest/prepare.py +49 -0
  958. dslighting/registry/dabench-57-there-correlation-between/checksums.yaml +2 -0
  959. dslighting/registry/dabench-57-there-correlation-between/config.yaml +16 -0
  960. dslighting/registry/dabench-57-there-correlation-between/description.md +43 -0
  961. dslighting/registry/dabench-57-there-correlation-between/grade.py +66 -0
  962. dslighting/registry/dabench-57-there-correlation-between/prepare.py +49 -0
  963. dslighting/registry/dabench-572-identify-date-with/checksums.yaml +2 -0
  964. dslighting/registry/dabench-572-identify-date-with/config.yaml +16 -0
  965. dslighting/registry/dabench-572-identify-date-with/description.md +48 -0
  966. dslighting/registry/dabench-572-identify-date-with/grade.py +66 -0
  967. dslighting/registry/dabench-572-identify-date-with/prepare.py +49 -0
  968. dslighting/registry/dabench-574-data-preprocessing-stock/checksums.yaml +2 -0
  969. dslighting/registry/dabench-574-data-preprocessing-stock/config.yaml +16 -0
  970. dslighting/registry/dabench-574-data-preprocessing-stock/description.md +48 -0
  971. dslighting/registry/dabench-574-data-preprocessing-stock/grade.py +66 -0
  972. dslighting/registry/dabench-574-data-preprocessing-stock/prepare.py +49 -0
  973. dslighting/registry/dabench-575-using-feature-engineering/checksums.yaml +2 -0
  974. dslighting/registry/dabench-575-using-feature-engineering/config.yaml +16 -0
  975. dslighting/registry/dabench-575-using-feature-engineering/description.md +50 -0
  976. dslighting/registry/dabench-575-using-feature-engineering/grade.py +66 -0
  977. dslighting/registry/dabench-575-using-feature-engineering/prepare.py +49 -0
  978. dslighting/registry/dabench-578-what-average-trading/checksums.yaml +2 -0
  979. dslighting/registry/dabench-578-what-average-trading/config.yaml +16 -0
  980. dslighting/registry/dabench-578-what-average-trading/description.md +43 -0
  981. dslighting/registry/dabench-578-what-average-trading/grade.py +66 -0
  982. dslighting/registry/dabench-578-what-average-trading/prepare.py +49 -0
  983. dslighting/registry/dabench-58-what-percentage-missing/checksums.yaml +2 -0
  984. dslighting/registry/dabench-58-what-percentage-missing/config.yaml +16 -0
  985. dslighting/registry/dabench-58-what-percentage-missing/description.md +45 -0
  986. dslighting/registry/dabench-58-what-percentage-missing/grade.py +66 -0
  987. dslighting/registry/dabench-58-what-percentage-missing/prepare.py +49 -0
  988. dslighting/registry/dabench-586-find-total-number/checksums.yaml +2 -0
  989. dslighting/registry/dabench-586-find-total-number/config.yaml +16 -0
  990. dslighting/registry/dabench-586-find-total-number/description.md +43 -0
  991. dslighting/registry/dabench-586-find-total-number/grade.py +66 -0
  992. dslighting/registry/dabench-586-find-total-number/prepare.py +49 -0
  993. dslighting/registry/dabench-587-examine-correlation-between/checksums.yaml +2 -0
  994. dslighting/registry/dabench-587-examine-correlation-between/config.yaml +16 -0
  995. dslighting/registry/dabench-587-examine-correlation-between/description.md +43 -0
  996. dslighting/registry/dabench-587-examine-correlation-between/grade.py +66 -0
  997. dslighting/registry/dabench-587-examine-correlation-between/prepare.py +49 -0
  998. dslighting/registry/dabench-588-there-outliers-average/checksums.yaml +2 -0
  999. dslighting/registry/dabench-588-there-outliers-average/config.yaml +16 -0
  1000. dslighting/registry/dabench-588-there-outliers-average/description.md +43 -0
  1001. dslighting/registry/dabench-588-there-outliers-average/grade.py +66 -0
  1002. dslighting/registry/dabench-588-there-outliers-average/prepare.py +49 -0
  1003. dslighting/registry/dabench-589-generate-feature-representing/checksums.yaml +2 -0
  1004. dslighting/registry/dabench-589-generate-feature-representing/config.yaml +16 -0
  1005. dslighting/registry/dabench-589-generate-feature-representing/description.md +43 -0
  1006. dslighting/registry/dabench-589-generate-feature-representing/grade.py +66 -0
  1007. dslighting/registry/dabench-589-generate-feature-representing/prepare.py +49 -0
  1008. dslighting/registry/dabench-59-among-countries-americas/checksums.yaml +2 -0
  1009. dslighting/registry/dabench-59-among-countries-americas/config.yaml +16 -0
  1010. dslighting/registry/dabench-59-among-countries-americas/description.md +43 -0
  1011. dslighting/registry/dabench-59-among-countries-americas/grade.py +66 -0
  1012. dslighting/registry/dabench-59-among-countries-americas/prepare.py +49 -0
  1013. dslighting/registry/dabench-590-using-machine-learning/checksums.yaml +2 -0
  1014. dslighting/registry/dabench-590-using-machine-learning/config.yaml +16 -0
  1015. dslighting/registry/dabench-590-using-machine-learning/description.md +43 -0
  1016. dslighting/registry/dabench-590-using-machine-learning/grade.py +66 -0
  1017. dslighting/registry/dabench-590-using-machine-learning/prepare.py +49 -0
  1018. dslighting/registry/dabench-593-using-feature-engineering/checksums.yaml +2 -0
  1019. dslighting/registry/dabench-593-using-feature-engineering/config.yaml +16 -0
  1020. dslighting/registry/dabench-593-using-feature-engineering/description.md +43 -0
  1021. dslighting/registry/dabench-593-using-feature-engineering/grade.py +66 -0
  1022. dslighting/registry/dabench-593-using-feature-engineering/prepare.py +49 -0
  1023. dslighting/registry/dabench-6-column-called-agegroup/checksums.yaml +2 -0
  1024. dslighting/registry/dabench-6-column-called-agegroup/config.yaml +16 -0
  1025. dslighting/registry/dabench-6-column-called-agegroup/description.md +45 -0
  1026. dslighting/registry/dabench-6-column-called-agegroup/grade.py +66 -0
  1027. dslighting/registry/dabench-6-column-called-agegroup/prepare.py +49 -0
  1028. dslighting/registry/dabench-602-column-follows-normal/checksums.yaml +2 -0
  1029. dslighting/registry/dabench-602-column-follows-normal/config.yaml +16 -0
  1030. dslighting/registry/dabench-602-column-follows-normal/description.md +43 -0
  1031. dslighting/registry/dabench-602-column-follows-normal/grade.py +66 -0
  1032. dslighting/registry/dabench-602-column-follows-normal/prepare.py +49 -0
  1033. dslighting/registry/dabench-604-identify-remove-outliers/checksums.yaml +2 -0
  1034. dslighting/registry/dabench-604-identify-remove-outliers/config.yaml +16 -0
  1035. dslighting/registry/dabench-604-identify-remove-outliers/description.md +46 -0
  1036. dslighting/registry/dabench-604-identify-remove-outliers/grade.py +66 -0
  1037. dslighting/registry/dabench-604-identify-remove-outliers/prepare.py +49 -0
  1038. dslighting/registry/dabench-618-find-correlation-coefficient/checksums.yaml +2 -0
  1039. dslighting/registry/dabench-618-find-correlation-coefficient/config.yaml +16 -0
  1040. dslighting/registry/dabench-618-find-correlation-coefficient/description.md +43 -0
  1041. dslighting/registry/dabench-618-find-correlation-coefficient/grade.py +66 -0
  1042. dslighting/registry/dabench-618-find-correlation-coefficient/prepare.py +49 -0
  1043. dslighting/registry/dabench-619-identify-remove-outliers/checksums.yaml +2 -0
  1044. dslighting/registry/dabench-619-identify-remove-outliers/config.yaml +16 -0
  1045. dslighting/registry/dabench-619-identify-remove-outliers/description.md +43 -0
  1046. dslighting/registry/dabench-619-identify-remove-outliers/grade.py +66 -0
  1047. dslighting/registry/dabench-619-identify-remove-outliers/prepare.py +49 -0
  1048. dslighting/registry/dabench-62-there-outliers-column/checksums.yaml +2 -0
  1049. dslighting/registry/dabench-62-there-outliers-column/config.yaml +16 -0
  1050. dslighting/registry/dabench-62-there-outliers-column/description.md +45 -0
  1051. dslighting/registry/dabench-62-there-outliers-column/grade.py +66 -0
  1052. dslighting/registry/dabench-62-there-outliers-column/prepare.py +49 -0
  1053. dslighting/registry/dabench-64-mean-standard-deviation/checksums.yaml +2 -0
  1054. dslighting/registry/dabench-64-mean-standard-deviation/config.yaml +16 -0
  1055. dslighting/registry/dabench-64-mean-standard-deviation/description.md +45 -0
  1056. dslighting/registry/dabench-64-mean-standard-deviation/grade.py +66 -0
  1057. dslighting/registry/dabench-64-mean-standard-deviation/prepare.py +49 -0
  1058. dslighting/registry/dabench-643-mean-standard-deviation/checksums.yaml +2 -0
  1059. dslighting/registry/dabench-643-mean-standard-deviation/config.yaml +16 -0
  1060. dslighting/registry/dabench-643-mean-standard-deviation/description.md +43 -0
  1061. dslighting/registry/dabench-643-mean-standard-deviation/grade.py +66 -0
  1062. dslighting/registry/dabench-643-mean-standard-deviation/prepare.py +49 -0
  1063. dslighting/registry/dabench-644-close-column-follows/checksums.yaml +2 -0
  1064. dslighting/registry/dabench-644-close-column-follows/config.yaml +16 -0
  1065. dslighting/registry/dabench-644-close-column-follows/description.md +43 -0
  1066. dslighting/registry/dabench-644-close-column-follows/grade.py +66 -0
  1067. dslighting/registry/dabench-644-close-column-follows/prepare.py +49 -0
  1068. dslighting/registry/dabench-647-feature-called-price/checksums.yaml +2 -0
  1069. dslighting/registry/dabench-647-feature-called-price/config.yaml +16 -0
  1070. dslighting/registry/dabench-647-feature-called-price/description.md +43 -0
  1071. dslighting/registry/dabench-647-feature-called-price/grade.py +66 -0
  1072. dslighting/registry/dabench-647-feature-called-price/prepare.py +49 -0
  1073. dslighting/registry/dabench-649-mean-standard-deviation/checksums.yaml +2 -0
  1074. dslighting/registry/dabench-649-mean-standard-deviation/config.yaml +16 -0
  1075. dslighting/registry/dabench-649-mean-standard-deviation/description.md +43 -0
  1076. dslighting/registry/dabench-649-mean-standard-deviation/grade.py +66 -0
  1077. dslighting/registry/dabench-649-mean-standard-deviation/prepare.py +49 -0
  1078. dslighting/registry/dabench-650-there-correlation-between/checksums.yaml +2 -0
  1079. dslighting/registry/dabench-650-there-correlation-between/config.yaml +16 -0
  1080. dslighting/registry/dabench-650-there-correlation-between/description.md +43 -0
  1081. dslighting/registry/dabench-650-there-correlation-between/grade.py +66 -0
  1082. dslighting/registry/dabench-650-there-correlation-between/prepare.py +49 -0
  1083. dslighting/registry/dabench-651-there-outliers-coordinate/checksums.yaml +2 -0
  1084. dslighting/registry/dabench-651-there-outliers-coordinate/config.yaml +16 -0
  1085. dslighting/registry/dabench-651-there-outliers-coordinate/description.md +43 -0
  1086. dslighting/registry/dabench-651-there-outliers-coordinate/grade.py +66 -0
  1087. dslighting/registry/dabench-651-there-outliers-coordinate/prepare.py +49 -0
  1088. dslighting/registry/dabench-652-distribution-analysis-coordinate/checksums.yaml +2 -0
  1089. dslighting/registry/dabench-652-distribution-analysis-coordinate/config.yaml +16 -0
  1090. dslighting/registry/dabench-652-distribution-analysis-coordinate/description.md +43 -0
  1091. dslighting/registry/dabench-652-distribution-analysis-coordinate/grade.py +66 -0
  1092. dslighting/registry/dabench-652-distribution-analysis-coordinate/prepare.py +49 -0
  1093. dslighting/registry/dabench-655-correlation-analysis-coordinate/checksums.yaml +2 -0
  1094. dslighting/registry/dabench-655-correlation-analysis-coordinate/config.yaml +16 -0
  1095. dslighting/registry/dabench-655-correlation-analysis-coordinate/description.md +44 -0
  1096. dslighting/registry/dabench-655-correlation-analysis-coordinate/grade.py +66 -0
  1097. dslighting/registry/dabench-655-correlation-analysis-coordinate/prepare.py +49 -0
  1098. dslighting/registry/dabench-656-outlier-analysis-coordinate/checksums.yaml +2 -0
  1099. dslighting/registry/dabench-656-outlier-analysis-coordinate/config.yaml +16 -0
  1100. dslighting/registry/dabench-656-outlier-analysis-coordinate/description.md +47 -0
  1101. dslighting/registry/dabench-656-outlier-analysis-coordinate/grade.py +66 -0
  1102. dslighting/registry/dabench-656-outlier-analysis-coordinate/prepare.py +49 -0
  1103. dslighting/registry/dabench-657-mean-median-standard/checksums.yaml +2 -0
  1104. dslighting/registry/dabench-657-mean-median-standard/config.yaml +16 -0
  1105. dslighting/registry/dabench-657-mean-median-standard/description.md +43 -0
  1106. dslighting/registry/dabench-657-mean-median-standard/grade.py +66 -0
  1107. dslighting/registry/dabench-657-mean-median-standard/prepare.py +49 -0
  1108. dslighting/registry/dabench-658-volume-column-adheres/checksums.yaml +2 -0
  1109. dslighting/registry/dabench-658-volume-column-adheres/config.yaml +16 -0
  1110. dslighting/registry/dabench-658-volume-column-adheres/description.md +43 -0
  1111. dslighting/registry/dabench-658-volume-column-adheres/grade.py +66 -0
  1112. dslighting/registry/dabench-658-volume-column-adheres/prepare.py +49 -0
  1113. dslighting/registry/dabench-659-find-correlation-between/checksums.yaml +2 -0
  1114. dslighting/registry/dabench-659-find-correlation-between/config.yaml +16 -0
  1115. dslighting/registry/dabench-659-find-correlation-between/description.md +43 -0
  1116. dslighting/registry/dabench-659-find-correlation-between/grade.py +66 -0
  1117. dslighting/registry/dabench-659-find-correlation-between/prepare.py +49 -0
  1118. dslighting/registry/dabench-66-correlation-between-wage/checksums.yaml +2 -0
  1119. dslighting/registry/dabench-66-correlation-between-wage/config.yaml +16 -0
  1120. dslighting/registry/dabench-66-correlation-between-wage/description.md +45 -0
  1121. dslighting/registry/dabench-66-correlation-between-wage/grade.py +66 -0
  1122. dslighting/registry/dabench-66-correlation-between-wage/prepare.py +49 -0
  1123. dslighting/registry/dabench-662-feature-engineering-creating/checksums.yaml +2 -0
  1124. dslighting/registry/dabench-662-feature-engineering-creating/config.yaml +16 -0
  1125. dslighting/registry/dabench-662-feature-engineering-creating/description.md +43 -0
  1126. dslighting/registry/dabench-662-feature-engineering-creating/grade.py +66 -0
  1127. dslighting/registry/dabench-662-feature-engineering-creating/prepare.py +49 -0
  1128. dslighting/registry/dabench-663-scatter-plot-high/checksums.yaml +2 -0
  1129. dslighting/registry/dabench-663-scatter-plot-high/config.yaml +16 -0
  1130. dslighting/registry/dabench-663-scatter-plot-high/description.md +46 -0
  1131. dslighting/registry/dabench-663-scatter-plot-high/grade.py +66 -0
  1132. dslighting/registry/dabench-663-scatter-plot-high/prepare.py +49 -0
  1133. dslighting/registry/dabench-665-data-preprocessing-filling/checksums.yaml +2 -0
  1134. dslighting/registry/dabench-665-data-preprocessing-filling/config.yaml +16 -0
  1135. dslighting/registry/dabench-665-data-preprocessing-filling/description.md +46 -0
  1136. dslighting/registry/dabench-665-data-preprocessing-filling/grade.py +66 -0
  1137. dslighting/registry/dabench-665-data-preprocessing-filling/prepare.py +49 -0
  1138. dslighting/registry/dabench-666-mean-standard-deviation/checksums.yaml +2 -0
  1139. dslighting/registry/dabench-666-mean-standard-deviation/config.yaml +16 -0
  1140. dslighting/registry/dabench-666-mean-standard-deviation/description.md +43 -0
  1141. dslighting/registry/dabench-666-mean-standard-deviation/grade.py +66 -0
  1142. dslighting/registry/dabench-666-mean-standard-deviation/prepare.py +49 -0
  1143. dslighting/registry/dabench-667-medinc-column-adheres/checksums.yaml +2 -0
  1144. dslighting/registry/dabench-667-medinc-column-adheres/config.yaml +16 -0
  1145. dslighting/registry/dabench-667-medinc-column-adheres/description.md +43 -0
  1146. dslighting/registry/dabench-667-medinc-column-adheres/grade.py +66 -0
  1147. dslighting/registry/dabench-667-medinc-column-adheres/prepare.py +49 -0
  1148. dslighting/registry/dabench-668-correlation-coefficient-between/checksums.yaml +2 -0
  1149. dslighting/registry/dabench-668-correlation-coefficient-between/config.yaml +16 -0
  1150. dslighting/registry/dabench-668-correlation-coefficient-between/description.md +43 -0
  1151. dslighting/registry/dabench-668-correlation-coefficient-between/grade.py +66 -0
  1152. dslighting/registry/dabench-668-correlation-coefficient-between/prepare.py +49 -0
  1153. dslighting/registry/dabench-669-identify-remove-outliers/checksums.yaml +2 -0
  1154. dslighting/registry/dabench-669-identify-remove-outliers/config.yaml +16 -0
  1155. dslighting/registry/dabench-669-identify-remove-outliers/description.md +43 -0
  1156. dslighting/registry/dabench-669-identify-remove-outliers/grade.py +66 -0
  1157. dslighting/registry/dabench-669-identify-remove-outliers/prepare.py +49 -0
  1158. dslighting/registry/dabench-671-build-machine-learning/checksums.yaml +2 -0
  1159. dslighting/registry/dabench-671-build-machine-learning/config.yaml +16 -0
  1160. dslighting/registry/dabench-671-build-machine-learning/description.md +55 -0
  1161. dslighting/registry/dabench-671-build-machine-learning/grade.py +66 -0
  1162. dslighting/registry/dabench-671-build-machine-learning/prepare.py +49 -0
  1163. dslighting/registry/dabench-673-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1164. dslighting/registry/dabench-673-comprehensive-data-preprocessing/config.yaml +16 -0
  1165. dslighting/registry/dabench-673-comprehensive-data-preprocessing/description.md +53 -0
  1166. dslighting/registry/dabench-673-comprehensive-data-preprocessing/grade.py +66 -0
  1167. dslighting/registry/dabench-673-comprehensive-data-preprocessing/prepare.py +49 -0
  1168. dslighting/registry/dabench-674-build-machine-learning/checksums.yaml +2 -0
  1169. dslighting/registry/dabench-674-build-machine-learning/config.yaml +16 -0
  1170. dslighting/registry/dabench-674-build-machine-learning/description.md +65 -0
  1171. dslighting/registry/dabench-674-build-machine-learning/grade.py +66 -0
  1172. dslighting/registry/dabench-674-build-machine-learning/prepare.py +49 -0
  1173. dslighting/registry/dabench-683-what-mean-temperature/checksums.yaml +2 -0
  1174. dslighting/registry/dabench-683-what-mean-temperature/config.yaml +16 -0
  1175. dslighting/registry/dabench-683-what-mean-temperature/description.md +43 -0
  1176. dslighting/registry/dabench-683-what-mean-temperature/grade.py +66 -0
  1177. dslighting/registry/dabench-683-what-mean-temperature/prepare.py +49 -0
  1178. dslighting/registry/dabench-684-does-humidity-level/checksums.yaml +2 -0
  1179. dslighting/registry/dabench-684-does-humidity-level/config.yaml +16 -0
  1180. dslighting/registry/dabench-684-does-humidity-level/description.md +43 -0
  1181. dslighting/registry/dabench-684-does-humidity-level/grade.py +66 -0
  1182. dslighting/registry/dabench-684-does-humidity-level/prepare.py +49 -0
  1183. dslighting/registry/dabench-685-there-correlation-between/checksums.yaml +2 -0
  1184. dslighting/registry/dabench-685-there-correlation-between/config.yaml +16 -0
  1185. dslighting/registry/dabench-685-there-correlation-between/description.md +43 -0
  1186. dslighting/registry/dabench-685-there-correlation-between/grade.py +66 -0
  1187. dslighting/registry/dabench-685-there-correlation-between/prepare.py +49 -0
  1188. dslighting/registry/dabench-688-using-feature-engineering/checksums.yaml +2 -0
  1189. dslighting/registry/dabench-688-using-feature-engineering/config.yaml +16 -0
  1190. dslighting/registry/dabench-688-using-feature-engineering/description.md +43 -0
  1191. dslighting/registry/dabench-688-using-feature-engineering/grade.py +66 -0
  1192. dslighting/registry/dabench-688-using-feature-engineering/prepare.py +49 -0
  1193. dslighting/registry/dabench-69-feature-engineering-creating/checksums.yaml +2 -0
  1194. dslighting/registry/dabench-69-feature-engineering-creating/config.yaml +16 -0
  1195. dslighting/registry/dabench-69-feature-engineering-creating/description.md +43 -0
  1196. dslighting/registry/dabench-69-feature-engineering-creating/grade.py +66 -0
  1197. dslighting/registry/dabench-69-feature-engineering-creating/prepare.py +49 -0
  1198. dslighting/registry/dabench-690-outlier-detection-wind/checksums.yaml +2 -0
  1199. dslighting/registry/dabench-690-outlier-detection-wind/config.yaml +16 -0
  1200. dslighting/registry/dabench-690-outlier-detection-wind/description.md +41 -0
  1201. dslighting/registry/dabench-690-outlier-detection-wind/grade.py +66 -0
  1202. dslighting/registry/dabench-690-outlier-detection-wind/prepare.py +49 -0
  1203. dslighting/registry/dabench-7-linear-regression-algorithm/checksums.yaml +2 -0
  1204. dslighting/registry/dabench-7-linear-regression-algorithm/config.yaml +16 -0
  1205. dslighting/registry/dabench-7-linear-regression-algorithm/description.md +43 -0
  1206. dslighting/registry/dabench-7-linear-regression-algorithm/grade.py +66 -0
  1207. dslighting/registry/dabench-7-linear-regression-algorithm/prepare.py +49 -0
  1208. dslighting/registry/dabench-70-machine-learning-training/checksums.yaml +2 -0
  1209. dslighting/registry/dabench-70-machine-learning-training/config.yaml +16 -0
  1210. dslighting/registry/dabench-70-machine-learning-training/description.md +43 -0
  1211. dslighting/registry/dabench-70-machine-learning-training/grade.py +66 -0
  1212. dslighting/registry/dabench-70-machine-learning-training/prepare.py +49 -0
  1213. dslighting/registry/dabench-71-mean-standard-deviation/checksums.yaml +2 -0
  1214. dslighting/registry/dabench-71-mean-standard-deviation/config.yaml +16 -0
  1215. dslighting/registry/dabench-71-mean-standard-deviation/description.md +43 -0
  1216. dslighting/registry/dabench-71-mean-standard-deviation/grade.py +66 -0
  1217. dslighting/registry/dabench-71-mean-standard-deviation/prepare.py +49 -0
  1218. dslighting/registry/dabench-710-what-mean-number/checksums.yaml +2 -0
  1219. dslighting/registry/dabench-710-what-mean-number/config.yaml +16 -0
  1220. dslighting/registry/dabench-710-what-mean-number/description.md +41 -0
  1221. dslighting/registry/dabench-710-what-mean-number/grade.py +66 -0
  1222. dslighting/registry/dabench-710-what-mean-number/prepare.py +49 -0
  1223. dslighting/registry/dabench-715-what-percentage-missing/checksums.yaml +2 -0
  1224. dslighting/registry/dabench-715-what-percentage-missing/config.yaml +16 -0
  1225. dslighting/registry/dabench-715-what-percentage-missing/description.md +43 -0
  1226. dslighting/registry/dabench-715-what-percentage-missing/grade.py +66 -0
  1227. dslighting/registry/dabench-715-what-percentage-missing/prepare.py +49 -0
  1228. dslighting/registry/dabench-716-data-preprocessing-dropping/checksums.yaml +2 -0
  1229. dslighting/registry/dabench-716-data-preprocessing-dropping/config.yaml +16 -0
  1230. dslighting/registry/dabench-716-data-preprocessing-dropping/description.md +47 -0
  1231. dslighting/registry/dabench-716-data-preprocessing-dropping/grade.py +66 -0
  1232. dslighting/registry/dabench-716-data-preprocessing-dropping/prepare.py +49 -0
  1233. dslighting/registry/dabench-719-mean-median-column/checksums.yaml +2 -0
  1234. dslighting/registry/dabench-719-mean-median-column/config.yaml +16 -0
  1235. dslighting/registry/dabench-719-mean-median-column/description.md +43 -0
  1236. dslighting/registry/dabench-719-mean-median-column/grade.py +66 -0
  1237. dslighting/registry/dabench-719-mean-median-column/prepare.py +49 -0
  1238. dslighting/registry/dabench-72-close-column-adheres/checksums.yaml +2 -0
  1239. dslighting/registry/dabench-72-close-column-adheres/config.yaml +16 -0
  1240. dslighting/registry/dabench-72-close-column-adheres/description.md +43 -0
  1241. dslighting/registry/dabench-72-close-column-adheres/grade.py +66 -0
  1242. dslighting/registry/dabench-72-close-column-adheres/prepare.py +49 -0
  1243. dslighting/registry/dabench-721-find-correlation-coefficient/checksums.yaml +2 -0
  1244. dslighting/registry/dabench-721-find-correlation-coefficient/config.yaml +16 -0
  1245. dslighting/registry/dabench-721-find-correlation-coefficient/description.md +43 -0
  1246. dslighting/registry/dabench-721-find-correlation-coefficient/grade.py +66 -0
  1247. dslighting/registry/dabench-721-find-correlation-coefficient/prepare.py +49 -0
  1248. dslighting/registry/dabench-722-identify-vehicle-with/checksums.yaml +2 -0
  1249. dslighting/registry/dabench-722-identify-vehicle-with/config.yaml +16 -0
  1250. dslighting/registry/dabench-722-identify-vehicle-with/description.md +43 -0
  1251. dslighting/registry/dabench-722-identify-vehicle-with/grade.py +66 -0
  1252. dslighting/registry/dabench-722-identify-vehicle-with/prepare.py +49 -0
  1253. dslighting/registry/dabench-723-generate-feature-called/checksums.yaml +2 -0
  1254. dslighting/registry/dabench-723-generate-feature-called/config.yaml +16 -0
  1255. dslighting/registry/dabench-723-generate-feature-called/description.md +43 -0
  1256. dslighting/registry/dabench-723-generate-feature-called/grade.py +66 -0
  1257. dslighting/registry/dabench-723-generate-feature-called/prepare.py +49 -0
  1258. dslighting/registry/dabench-724-outlier-detection-acceleration/checksums.yaml +2 -0
  1259. dslighting/registry/dabench-724-outlier-detection-acceleration/config.yaml +16 -0
  1260. dslighting/registry/dabench-724-outlier-detection-acceleration/description.md +43 -0
  1261. dslighting/registry/dabench-724-outlier-detection-acceleration/grade.py +66 -0
  1262. dslighting/registry/dabench-724-outlier-detection-acceleration/prepare.py +49 -0
  1263. dslighting/registry/dabench-725-investigate-relationship-between/checksums.yaml +2 -0
  1264. dslighting/registry/dabench-725-investigate-relationship-between/config.yaml +16 -0
  1265. dslighting/registry/dabench-725-investigate-relationship-between/description.md +47 -0
  1266. dslighting/registry/dabench-725-investigate-relationship-between/grade.py +66 -0
  1267. dslighting/registry/dabench-725-investigate-relationship-between/prepare.py +49 -0
  1268. dslighting/registry/dabench-726-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1269. dslighting/registry/dabench-726-comprehensive-data-preprocessing/config.yaml +16 -0
  1270. dslighting/registry/dabench-726-comprehensive-data-preprocessing/description.md +47 -0
  1271. dslighting/registry/dabench-726-comprehensive-data-preprocessing/grade.py +66 -0
  1272. dslighting/registry/dabench-726-comprehensive-data-preprocessing/prepare.py +49 -0
  1273. dslighting/registry/dabench-727-machine-learning-techniques/checksums.yaml +2 -0
  1274. dslighting/registry/dabench-727-machine-learning-techniques/config.yaml +16 -0
  1275. dslighting/registry/dabench-727-machine-learning-techniques/description.md +47 -0
  1276. dslighting/registry/dabench-727-machine-learning-techniques/grade.py +66 -0
  1277. dslighting/registry/dabench-727-machine-learning-techniques/prepare.py +49 -0
  1278. dslighting/registry/dabench-729-does-distribution-capita/checksums.yaml +2 -0
  1279. dslighting/registry/dabench-729-does-distribution-capita/config.yaml +16 -0
  1280. dslighting/registry/dabench-729-does-distribution-capita/description.md +43 -0
  1281. dslighting/registry/dabench-729-does-distribution-capita/grade.py +66 -0
  1282. dslighting/registry/dabench-729-does-distribution-capita/prepare.py +49 -0
  1283. dslighting/registry/dabench-73-correlation-coefficient-between/checksums.yaml +2 -0
  1284. dslighting/registry/dabench-73-correlation-coefficient-between/config.yaml +16 -0
  1285. dslighting/registry/dabench-73-correlation-coefficient-between/description.md +43 -0
  1286. dslighting/registry/dabench-73-correlation-coefficient-between/grade.py +66 -0
  1287. dslighting/registry/dabench-73-correlation-coefficient-between/prepare.py +49 -0
  1288. dslighting/registry/dabench-730-there-correlation-between/checksums.yaml +2 -0
  1289. dslighting/registry/dabench-730-there-correlation-between/config.yaml +16 -0
  1290. dslighting/registry/dabench-730-there-correlation-between/description.md +43 -0
  1291. dslighting/registry/dabench-730-there-correlation-between/grade.py +66 -0
  1292. dslighting/registry/dabench-730-there-correlation-between/prepare.py +49 -0
  1293. dslighting/registry/dabench-732-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1294. dslighting/registry/dabench-732-comprehensive-data-preprocessing/config.yaml +16 -0
  1295. dslighting/registry/dabench-732-comprehensive-data-preprocessing/description.md +45 -0
  1296. dslighting/registry/dabench-732-comprehensive-data-preprocessing/grade.py +66 -0
  1297. dslighting/registry/dabench-732-comprehensive-data-preprocessing/prepare.py +49 -0
  1298. dslighting/registry/dabench-733-feature-engineering-techniques/checksums.yaml +2 -0
  1299. dslighting/registry/dabench-733-feature-engineering-techniques/config.yaml +16 -0
  1300. dslighting/registry/dabench-733-feature-engineering-techniques/description.md +44 -0
  1301. dslighting/registry/dabench-733-feature-engineering-techniques/grade.py +66 -0
  1302. dslighting/registry/dabench-733-feature-engineering-techniques/prepare.py +49 -0
  1303. dslighting/registry/dabench-734-there-correlation-between/checksums.yaml +2 -0
  1304. dslighting/registry/dabench-734-there-correlation-between/config.yaml +16 -0
  1305. dslighting/registry/dabench-734-there-correlation-between/description.md +43 -0
  1306. dslighting/registry/dabench-734-there-correlation-between/grade.py +66 -0
  1307. dslighting/registry/dabench-734-there-correlation-between/prepare.py +49 -0
  1308. dslighting/registry/dabench-736-feature-combining-population/checksums.yaml +2 -0
  1309. dslighting/registry/dabench-736-feature-combining-population/config.yaml +16 -0
  1310. dslighting/registry/dabench-736-feature-combining-population/description.md +43 -0
  1311. dslighting/registry/dabench-736-feature-combining-population/grade.py +66 -0
  1312. dslighting/registry/dabench-736-feature-combining-population/prepare.py +49 -0
  1313. dslighting/registry/dabench-737-mean-standard-deviation/checksums.yaml +2 -0
  1314. dslighting/registry/dabench-737-mean-standard-deviation/config.yaml +16 -0
  1315. dslighting/registry/dabench-737-mean-standard-deviation/description.md +43 -0
  1316. dslighting/registry/dabench-737-mean-standard-deviation/grade.py +66 -0
  1317. dslighting/registry/dabench-737-mean-standard-deviation/prepare.py +49 -0
  1318. dslighting/registry/dabench-738-distribution-column-credit/checksums.yaml +2 -0
  1319. dslighting/registry/dabench-738-distribution-column-credit/config.yaml +16 -0
  1320. dslighting/registry/dabench-738-distribution-column-credit/description.md +43 -0
  1321. dslighting/registry/dabench-738-distribution-column-credit/grade.py +66 -0
  1322. dslighting/registry/dabench-738-distribution-column-credit/prepare.py +49 -0
  1323. dslighting/registry/dabench-739-determine-correlation-coefficient/checksums.yaml +2 -0
  1324. dslighting/registry/dabench-739-determine-correlation-coefficient/config.yaml +16 -0
  1325. dslighting/registry/dabench-739-determine-correlation-coefficient/description.md +43 -0
  1326. dslighting/registry/dabench-739-determine-correlation-coefficient/grade.py +66 -0
  1327. dslighting/registry/dabench-739-determine-correlation-coefficient/prepare.py +49 -0
  1328. dslighting/registry/dabench-740-identify-outliers-balance/checksums.yaml +2 -0
  1329. dslighting/registry/dabench-740-identify-outliers-balance/config.yaml +16 -0
  1330. dslighting/registry/dabench-740-identify-outliers-balance/description.md +43 -0
  1331. dslighting/registry/dabench-740-identify-outliers-balance/grade.py +66 -0
  1332. dslighting/registry/dabench-740-identify-outliers-balance/prepare.py +49 -0
  1333. dslighting/registry/dabench-741-feature-credit-file/checksums.yaml +2 -0
  1334. dslighting/registry/dabench-741-feature-credit-file/config.yaml +16 -0
  1335. dslighting/registry/dabench-741-feature-credit-file/description.md +43 -0
  1336. dslighting/registry/dabench-741-feature-credit-file/grade.py +66 -0
  1337. dslighting/registry/dabench-741-feature-credit-file/prepare.py +49 -0
  1338. dslighting/registry/dabench-743-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1339. dslighting/registry/dabench-743-comprehensive-data-preprocessing/config.yaml +16 -0
  1340. dslighting/registry/dabench-743-comprehensive-data-preprocessing/description.md +47 -0
  1341. dslighting/registry/dabench-743-comprehensive-data-preprocessing/grade.py +66 -0
  1342. dslighting/registry/dabench-743-comprehensive-data-preprocessing/prepare.py +49 -0
  1343. dslighting/registry/dabench-75-column-called-daily/checksums.yaml +2 -0
  1344. dslighting/registry/dabench-75-column-called-daily/config.yaml +16 -0
  1345. dslighting/registry/dabench-75-column-called-daily/description.md +45 -0
  1346. dslighting/registry/dabench-75-column-called-daily/grade.py +66 -0
  1347. dslighting/registry/dabench-75-column-called-daily/prepare.py +49 -0
  1348. dslighting/registry/dabench-755-what-mean-value/checksums.yaml +2 -0
  1349. dslighting/registry/dabench-755-what-mean-value/config.yaml +16 -0
  1350. dslighting/registry/dabench-755-what-mean-value/description.md +43 -0
  1351. dslighting/registry/dabench-755-what-mean-value/grade.py +66 -0
  1352. dslighting/registry/dabench-755-what-mean-value/prepare.py +49 -0
  1353. dslighting/registry/dabench-756-there-correlation-between/checksums.yaml +2 -0
  1354. dslighting/registry/dabench-756-there-correlation-between/config.yaml +16 -0
  1355. dslighting/registry/dabench-756-there-correlation-between/description.md +43 -0
  1356. dslighting/registry/dabench-756-there-correlation-between/grade.py +66 -0
  1357. dslighting/registry/dabench-756-there-correlation-between/prepare.py +49 -0
  1358. dslighting/registry/dabench-757-there-outliers-observation/checksums.yaml +2 -0
  1359. dslighting/registry/dabench-757-there-outliers-observation/config.yaml +16 -0
  1360. dslighting/registry/dabench-757-there-outliers-observation/description.md +43 -0
  1361. dslighting/registry/dabench-757-there-outliers-observation/grade.py +66 -0
  1362. dslighting/registry/dabench-757-there-outliers-observation/prepare.py +49 -0
  1363. dslighting/registry/dabench-759-median-range-maximum/checksums.yaml +2 -0
  1364. dslighting/registry/dabench-759-median-range-maximum/config.yaml +16 -0
  1365. dslighting/registry/dabench-759-median-range-maximum/description.md +46 -0
  1366. dslighting/registry/dabench-759-median-range-maximum/grade.py +66 -0
  1367. dslighting/registry/dabench-759-median-range-maximum/prepare.py +49 -0
  1368. dslighting/registry/dabench-760-each-station-there/checksums.yaml +2 -0
  1369. dslighting/registry/dabench-760-each-station-there/config.yaml +16 -0
  1370. dslighting/registry/dabench-760-each-station-there/description.md +45 -0
  1371. dslighting/registry/dabench-760-each-station-there/grade.py +66 -0
  1372. dslighting/registry/dabench-760-each-station-there/prepare.py +49 -0
  1373. dslighting/registry/dabench-77-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1374. dslighting/registry/dabench-77-comprehensive-data-preprocessing/config.yaml +16 -0
  1375. dslighting/registry/dabench-77-comprehensive-data-preprocessing/description.md +45 -0
  1376. dslighting/registry/dabench-77-comprehensive-data-preprocessing/grade.py +66 -0
  1377. dslighting/registry/dabench-77-comprehensive-data-preprocessing/prepare.py +49 -0
  1378. dslighting/registry/dabench-8-distribution-analysis-fare/checksums.yaml +2 -0
  1379. dslighting/registry/dabench-8-distribution-analysis-fare/config.yaml +16 -0
  1380. dslighting/registry/dabench-8-distribution-analysis-fare/description.md +45 -0
  1381. dslighting/registry/dabench-8-distribution-analysis-fare/grade.py +66 -0
  1382. dslighting/registry/dabench-8-distribution-analysis-fare/prepare.py +49 -0
  1383. dslighting/registry/dabench-9-mean-value-close/checksums.yaml +2 -0
  1384. dslighting/registry/dabench-9-mean-value-close/config.yaml +16 -0
  1385. dslighting/registry/dabench-9-mean-value-close/description.md +43 -0
  1386. dslighting/registry/dabench-9-mean-value-close/grade.py +66 -0
  1387. dslighting/registry/dabench-9-mean-value-close/prepare.py +49 -0
  1388. dslighting/registry/demand-forecasting-kernels-only/__init__.py +0 -0
  1389. dslighting/registry/demand-forecasting-kernels-only/config.yaml +15 -0
  1390. dslighting/registry/demand-forecasting-kernels-only/description.md +44 -0
  1391. dslighting/registry/demand-forecasting-kernels-only/grade.py +66 -0
  1392. dslighting/registry/demand-forecasting-kernels-only/prepare.py +27 -0
  1393. dslighting/registry/demand_forecasting_kernels_only/__init__.py +0 -0
  1394. dslighting/registry/demand_forecasting_kernels_only/grade.py +66 -0
  1395. dslighting/registry/demand_forecasting_kernels_only/prepare.py +27 -0
  1396. dslighting/registry/denoising-dirty-documents/checksums.yaml +5 -0
  1397. dslighting/registry/denoising-dirty-documents/config.yaml +16 -0
  1398. dslighting/registry/denoising-dirty-documents/description.md +59 -0
  1399. dslighting/registry/denoising-dirty-documents/description_obfuscated.md +23 -0
  1400. dslighting/registry/denoising-dirty-documents/grade.py +44 -0
  1401. dslighting/registry/denoising-dirty-documents/prepare.py +134 -0
  1402. dslighting/registry/denoising-dirty-documents/prepare_val.py +178 -0
  1403. dslighting/registry/detecting-insults-in-social-commentary/checksums.yaml +8 -0
  1404. dslighting/registry/detecting-insults-in-social-commentary/config.yaml +23 -0
  1405. dslighting/registry/detecting-insults-in-social-commentary/description.md +164 -0
  1406. dslighting/registry/detecting-insults-in-social-commentary/description_obfuscated.md +31 -0
  1407. dslighting/registry/detecting-insults-in-social-commentary/grade.py +11 -0
  1408. dslighting/registry/detecting-insults-in-social-commentary/prepare.py +72 -0
  1409. dslighting/registry/detecting-insults-in-social-commentary/prepare_val.py +128 -0
  1410. dslighting/registry/dog-breed-identification/checksums.yaml +6 -0
  1411. dslighting/registry/dog-breed-identification/config.yaml +16 -0
  1412. dslighting/registry/dog-breed-identification/description.md +169 -0
  1413. dslighting/registry/dog-breed-identification/description_obfuscated.md +23 -0
  1414. dslighting/registry/dog-breed-identification/dogs.py +124 -0
  1415. dslighting/registry/dog-breed-identification/grade.py +42 -0
  1416. dslighting/registry/dog-breed-identification/prepare.py +55 -0
  1417. dslighting/registry/dog-breed-identification/prepare_val.py +104 -0
  1418. dslighting/registry/dogs-vs-cats-redux-kernels-edition/checksums.yaml +5 -0
  1419. dslighting/registry/dogs-vs-cats-redux-kernels-edition/config.yaml +16 -0
  1420. dslighting/registry/dogs-vs-cats-redux-kernels-edition/description.md +50 -0
  1421. dslighting/registry/dogs-vs-cats-redux-kernels-edition/description_obfuscated.md +23 -0
  1422. dslighting/registry/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
  1423. dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
  1424. dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
  1425. dslighting/registry/ethanol-concentration/checksums.yaml +3 -0
  1426. dslighting/registry/ethanol-concentration/config.yaml +16 -0
  1427. dslighting/registry/ethanol-concentration/description.md +64 -0
  1428. dslighting/registry/ethanol-concentration/grade.py +23 -0
  1429. dslighting/registry/ethanol-concentration/prepare.py +90 -0
  1430. dslighting/registry/facebook-recruiting-iii-keyword-extraction/checksums.yaml +7 -0
  1431. dslighting/registry/facebook-recruiting-iii-keyword-extraction/config.yaml +16 -0
  1432. dslighting/registry/facebook-recruiting-iii-keyword-extraction/description.md +74 -0
  1433. dslighting/registry/facebook-recruiting-iii-keyword-extraction/description_obfuscated.md +33 -0
  1434. dslighting/registry/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
  1435. dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
  1436. dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
  1437. dslighting/registry/feedback-prize-english-language-learning/__init__.py +0 -0
  1438. dslighting/registry/feedback-prize-english-language-learning/config.yaml +15 -0
  1439. dslighting/registry/feedback-prize-english-language-learning/description.md +43 -0
  1440. dslighting/registry/feedback-prize-english-language-learning/grade.py +60 -0
  1441. dslighting/registry/feedback-prize-english-language-learning/prepare.py +39 -0
  1442. dslighting/registry/freesound-audio-tagging-2019/checksums.yaml +7 -0
  1443. dslighting/registry/freesound-audio-tagging-2019/config.yaml +24 -0
  1444. dslighting/registry/freesound-audio-tagging-2019/description.md +276 -0
  1445. dslighting/registry/freesound-audio-tagging-2019/description_obfuscated.md +42 -0
  1446. dslighting/registry/freesound-audio-tagging-2019/grade.py +64 -0
  1447. dslighting/registry/freesound-audio-tagging-2019/prepare.py +94 -0
  1448. dslighting/registry/freesound-audio-tagging-2019/prepare_val.py +175 -0
  1449. dslighting/registry/freesound-audio-tagging-2019/vocabulary.py +83 -0
  1450. dslighting/registry/google-quest-challenge/checksums.yaml +7 -0
  1451. dslighting/registry/google-quest-challenge/classes.py +32 -0
  1452. dslighting/registry/google-quest-challenge/config.yaml +26 -0
  1453. dslighting/registry/google-quest-challenge/description.md +83 -0
  1454. dslighting/registry/google-quest-challenge/description_obfuscated.md +29 -0
  1455. dslighting/registry/google-quest-challenge/grade.py +45 -0
  1456. dslighting/registry/google-quest-challenge/prepare.py +58 -0
  1457. dslighting/registry/google-quest-challenge/prepare_val.py +120 -0
  1458. dslighting/registry/google-research-identify-contrails-reduce-global-warming/checksums.yaml +7 -0
  1459. dslighting/registry/google-research-identify-contrails-reduce-global-warming/config.yaml +28 -0
  1460. dslighting/registry/google-research-identify-contrails-reduce-global-warming/description.md +129 -0
  1461. dslighting/registry/google-research-identify-contrails-reduce-global-warming/description_obfuscated.md +51 -0
  1462. dslighting/registry/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
  1463. dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
  1464. dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
  1465. dslighting/registry/h-and-m-personalized-fashion-recommendations/checksums.yaml +8 -0
  1466. dslighting/registry/h-and-m-personalized-fashion-recommendations/config.yaml +28 -0
  1467. dslighting/registry/h-and-m-personalized-fashion-recommendations/description.md +74 -0
  1468. dslighting/registry/h-and-m-personalized-fashion-recommendations/description_obfuscated.md +34 -0
  1469. dslighting/registry/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
  1470. dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
  1471. dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
  1472. dslighting/registry/handwriting/checksums.yaml +3 -0
  1473. dslighting/registry/handwriting/config.yaml +16 -0
  1474. dslighting/registry/handwriting/description.md +39 -0
  1475. dslighting/registry/handwriting/grade.py +23 -0
  1476. dslighting/registry/handwriting/prepare.py +179 -0
  1477. dslighting/registry/herbarium-2020-fgvc7/checksums.yaml +5 -0
  1478. dslighting/registry/herbarium-2020-fgvc7/config.yaml +16 -0
  1479. dslighting/registry/herbarium-2020-fgvc7/description.md +159 -0
  1480. dslighting/registry/herbarium-2020-fgvc7/description_obfuscated.md +27 -0
  1481. dslighting/registry/herbarium-2020-fgvc7/grade.py +34 -0
  1482. dslighting/registry/herbarium-2020-fgvc7/prepare.py +251 -0
  1483. dslighting/registry/herbarium-2020-fgvc7/prepare_val.py +242 -0
  1484. dslighting/registry/herbarium-2021-fgvc8/checksums.yaml +5 -0
  1485. dslighting/registry/herbarium-2021-fgvc8/config.yaml +16 -0
  1486. dslighting/registry/herbarium-2021-fgvc8/description.md +168 -0
  1487. dslighting/registry/herbarium-2021-fgvc8/description_obfuscated.md +27 -0
  1488. dslighting/registry/herbarium-2021-fgvc8/grade.py +34 -0
  1489. dslighting/registry/herbarium-2021-fgvc8/prepare.py +251 -0
  1490. dslighting/registry/herbarium-2021-fgvc8/prepare_val.py +222 -0
  1491. dslighting/registry/herbarium-2022-fgvc9/checksums.yaml +7 -0
  1492. dslighting/registry/herbarium-2022-fgvc9/config.yaml +16 -0
  1493. dslighting/registry/herbarium-2022-fgvc9/description.md +154 -0
  1494. dslighting/registry/herbarium-2022-fgvc9/description_obfuscated.md +28 -0
  1495. dslighting/registry/herbarium-2022-fgvc9/grade.py +31 -0
  1496. dslighting/registry/herbarium-2022-fgvc9/prepare.py +233 -0
  1497. dslighting/registry/herbarium-2022-fgvc9/prepare_val.py +213 -0
  1498. dslighting/registry/histopathologic-cancer-detection/checksums.yaml +6 -0
  1499. dslighting/registry/histopathologic-cancer-detection/config.yaml +16 -0
  1500. dslighting/registry/histopathologic-cancer-detection/description.md +63 -0
  1501. dslighting/registry/histopathologic-cancer-detection/description_obfuscated.md +23 -0
  1502. dslighting/registry/histopathologic-cancer-detection/grade.py +12 -0
  1503. dslighting/registry/histopathologic-cancer-detection/prepare.py +59 -0
  1504. dslighting/registry/histopathologic-cancer-detection/prepare_val.py +131 -0
  1505. dslighting/registry/hms-harmful-brain-activity-classification/checksums.yaml +8 -0
  1506. dslighting/registry/hms-harmful-brain-activity-classification/config.yaml +27 -0
  1507. dslighting/registry/hms-harmful-brain-activity-classification/constants.py +9 -0
  1508. dslighting/registry/hms-harmful-brain-activity-classification/description.md +166 -0
  1509. dslighting/registry/hms-harmful-brain-activity-classification/description_obfuscated.md +56 -0
  1510. dslighting/registry/hms-harmful-brain-activity-classification/grade.py +43 -0
  1511. dslighting/registry/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
  1512. dslighting/registry/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
  1513. dslighting/registry/hms-harmful-brain-activity-classification/prepare.py +121 -0
  1514. dslighting/registry/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
  1515. dslighting/registry/hotel-id-2021-fgvc8/checksums.yaml +6 -0
  1516. dslighting/registry/hotel-id-2021-fgvc8/config.yaml +16 -0
  1517. dslighting/registry/hotel-id-2021-fgvc8/description.md +120 -0
  1518. dslighting/registry/hotel-id-2021-fgvc8/description_obfuscated.md +40 -0
  1519. dslighting/registry/hotel-id-2021-fgvc8/grade.py +41 -0
  1520. dslighting/registry/hotel-id-2021-fgvc8/prepare.py +63 -0
  1521. dslighting/registry/hotel-id-2021-fgvc8/prepare_val.py +132 -0
  1522. dslighting/registry/hubmap-kidney-segmentation/checksums.yaml +8 -0
  1523. dslighting/registry/hubmap-kidney-segmentation/config.yaml +29 -0
  1524. dslighting/registry/hubmap-kidney-segmentation/description.md +211 -0
  1525. dslighting/registry/hubmap-kidney-segmentation/description_obfuscated.md +46 -0
  1526. dslighting/registry/hubmap-kidney-segmentation/grade.py +62 -0
  1527. dslighting/registry/hubmap-kidney-segmentation/prepare.py +108 -0
  1528. dslighting/registry/hubmap-kidney-segmentation/prepare_val.py +153 -0
  1529. dslighting/registry/icecube-neutrinos-in-deep-ice/checksums.yaml +8 -0
  1530. dslighting/registry/icecube-neutrinos-in-deep-ice/config.yaml +34 -0
  1531. dslighting/registry/icecube-neutrinos-in-deep-ice/description.md +231 -0
  1532. dslighting/registry/icecube-neutrinos-in-deep-ice/description_obfuscated.md +48 -0
  1533. dslighting/registry/icecube-neutrinos-in-deep-ice/grade.py +111 -0
  1534. dslighting/registry/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
  1535. dslighting/registry/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
  1536. dslighting/registry/ili/checksums.yaml +3 -0
  1537. dslighting/registry/ili/config.yaml +16 -0
  1538. dslighting/registry/ili/description.md +61 -0
  1539. dslighting/registry/ili/grade.py +60 -0
  1540. dslighting/registry/ili/prepare.py +99 -0
  1541. dslighting/registry/imet-2020-fgvc7/checksums.yaml +7 -0
  1542. dslighting/registry/imet-2020-fgvc7/config.yaml +16 -0
  1543. dslighting/registry/imet-2020-fgvc7/description.md +81 -0
  1544. dslighting/registry/imet-2020-fgvc7/description_obfuscated.md +29 -0
  1545. dslighting/registry/imet-2020-fgvc7/grade.py +54 -0
  1546. dslighting/registry/imet-2020-fgvc7/prepare.py +77 -0
  1547. dslighting/registry/imet-2020-fgvc7/prepare_val.py +157 -0
  1548. dslighting/registry/inaturalist-2019-fgvc6/checksums.yaml +8 -0
  1549. dslighting/registry/inaturalist-2019-fgvc6/config.yaml +16 -0
  1550. dslighting/registry/inaturalist-2019-fgvc6/description.md +122 -0
  1551. dslighting/registry/inaturalist-2019-fgvc6/description_obfuscated.md +31 -0
  1552. dslighting/registry/inaturalist-2019-fgvc6/grade.py +35 -0
  1553. dslighting/registry/inaturalist-2019-fgvc6/prepare.py +259 -0
  1554. dslighting/registry/inaturalist-2019-fgvc6/prepare_val.py +304 -0
  1555. dslighting/registry/instant-gratification/__init__.py +0 -0
  1556. dslighting/registry/instant-gratification/config.yaml +15 -0
  1557. dslighting/registry/instant-gratification/description.md +37 -0
  1558. dslighting/registry/instant-gratification/grade.py +55 -0
  1559. dslighting/registry/instant-gratification/prepare.py +25 -0
  1560. dslighting/registry/instant_gratification/__init__.py +0 -0
  1561. dslighting/registry/instant_gratification/grade.py +55 -0
  1562. dslighting/registry/instant_gratification/prepare.py +25 -0
  1563. dslighting/registry/invasive-species-monitoring/checksums.yaml +5 -0
  1564. dslighting/registry/invasive-species-monitoring/config.yaml +16 -0
  1565. dslighting/registry/invasive-species-monitoring/description.md +55 -0
  1566. dslighting/registry/invasive-species-monitoring/description_obfuscated.md +33 -0
  1567. dslighting/registry/invasive-species-monitoring/grade.py +11 -0
  1568. dslighting/registry/invasive-species-monitoring/prepare.py +97 -0
  1569. dslighting/registry/invasive-species-monitoring/prepare_val.py +164 -0
  1570. dslighting/registry/iwildcam-2019-fgvc6/checksums.yaml +8 -0
  1571. dslighting/registry/iwildcam-2019-fgvc6/config.yaml +16 -0
  1572. dslighting/registry/iwildcam-2019-fgvc6/description.md +109 -0
  1573. dslighting/registry/iwildcam-2019-fgvc6/description_obfuscated.md +52 -0
  1574. dslighting/registry/iwildcam-2019-fgvc6/grade.py +44 -0
  1575. dslighting/registry/iwildcam-2019-fgvc6/prepare.py +118 -0
  1576. dslighting/registry/iwildcam-2019-fgvc6/prepare_val.py +194 -0
  1577. dslighting/registry/iwildcam-2020-fgvc7/checksums.yaml +8 -0
  1578. dslighting/registry/iwildcam-2020-fgvc7/config.yaml +16 -0
  1579. dslighting/registry/iwildcam-2020-fgvc7/description.md +89 -0
  1580. dslighting/registry/iwildcam-2020-fgvc7/description_obfuscated.md +29 -0
  1581. dslighting/registry/iwildcam-2020-fgvc7/grade.py +11 -0
  1582. dslighting/registry/iwildcam-2020-fgvc7/prepare.py +164 -0
  1583. dslighting/registry/iwildcam-2020-fgvc7/prepare_val.py +245 -0
  1584. dslighting/registry/jigsaw-toxic-comment-classification-challenge/checksums.yaml +7 -0
  1585. dslighting/registry/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
  1586. dslighting/registry/jigsaw-toxic-comment-classification-challenge/config.yaml +22 -0
  1587. dslighting/registry/jigsaw-toxic-comment-classification-challenge/description.md +69 -0
  1588. dslighting/registry/jigsaw-toxic-comment-classification-challenge/description_obfuscated.md +24 -0
  1589. dslighting/registry/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
  1590. dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
  1591. dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
  1592. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/checksums.yaml +7 -0
  1593. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/config.yaml +36 -0
  1594. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description.md +286 -0
  1595. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description_obfuscated.md +85 -0
  1596. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
  1597. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
  1598. dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
  1599. dslighting/registry/kuzushiji-recognition/checksums.yaml +8 -0
  1600. dslighting/registry/kuzushiji-recognition/config.yaml +27 -0
  1601. dslighting/registry/kuzushiji-recognition/description.md +124 -0
  1602. dslighting/registry/kuzushiji-recognition/description_obfuscated.md +36 -0
  1603. dslighting/registry/kuzushiji-recognition/grade.py +58 -0
  1604. dslighting/registry/kuzushiji-recognition/kuzushiji_metric.py +118 -0
  1605. dslighting/registry/kuzushiji-recognition/prepare.py +92 -0
  1606. dslighting/registry/kuzushiji-recognition/prepare_val.py +149 -0
  1607. dslighting/registry/leaf-classification/checksums.yaml +7 -0
  1608. dslighting/registry/leaf-classification/classes.py +101 -0
  1609. dslighting/registry/leaf-classification/config.yaml +16 -0
  1610. dslighting/registry/leaf-classification/description.md +70 -0
  1611. dslighting/registry/leaf-classification/description_obfuscated.md +41 -0
  1612. dslighting/registry/leaf-classification/grade.py +44 -0
  1613. dslighting/registry/leaf-classification/prepare.py +60 -0
  1614. dslighting/registry/leaf-classification/prepare_val.py +116 -0
  1615. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/checksums.yaml +7 -0
  1616. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/config.yaml +28 -0
  1617. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description.md +153 -0
  1618. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description_obfuscated.md +30 -0
  1619. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
  1620. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
  1621. dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
  1622. dslighting/registry/liverpool-ion-switching/__init__.py +0 -0
  1623. dslighting/registry/liverpool-ion-switching/config.yaml +15 -0
  1624. dslighting/registry/liverpool-ion-switching/description.md +44 -0
  1625. dslighting/registry/liverpool-ion-switching/grade.py +52 -0
  1626. dslighting/registry/liverpool-ion-switching/prepare.py +27 -0
  1627. dslighting/registry/liverpool_ion_switching/__init__.py +0 -0
  1628. dslighting/registry/liverpool_ion_switching/grade.py +52 -0
  1629. dslighting/registry/liverpool_ion_switching/prepare.py +27 -0
  1630. dslighting/registry/lmsys-chatbot-arena/checksums.yaml +7 -0
  1631. dslighting/registry/lmsys-chatbot-arena/config.yaml +26 -0
  1632. dslighting/registry/lmsys-chatbot-arena/description.md +98 -0
  1633. dslighting/registry/lmsys-chatbot-arena/description_obfuscated.md +40 -0
  1634. dslighting/registry/lmsys-chatbot-arena/grade.py +63 -0
  1635. dslighting/registry/lmsys-chatbot-arena/prepare.py +52 -0
  1636. dslighting/registry/lmsys-chatbot-arena/prepare_val.py +115 -0
  1637. dslighting/registry/mcm-2025-c/config.yaml +8 -0
  1638. dslighting/registry/mcm-2025-c/description.md +3 -0
  1639. dslighting/registry/mcm-2025-c/eda_report.md +61 -0
  1640. dslighting/registry/mcm-2025-c/report.md +32 -0
  1641. dslighting/registry/mcm_2024_c/config.yaml +8 -0
  1642. dslighting/registry/mcm_2024_c/description.md +1 -0
  1643. dslighting/registry/mcm_2024_c/report.md +128 -0
  1644. dslighting/registry/mcm_2024_c/rubric.md +0 -0
  1645. dslighting/registry/mcm_2024_c_test/config.yaml +16 -0
  1646. dslighting/registry/mcm_2024_c_test/description.md +3 -0
  1647. dslighting/registry/mcm_2024_c_test/grade.py +107 -0
  1648. dslighting/registry/mcm_2024_c_test/prepare.py +2 -0
  1649. dslighting/registry/mcm_2024_c_test/report.md +76 -0
  1650. dslighting/registry/mcm_2024_c_test/rubric.md +3 -0
  1651. dslighting/registry/ml2021spring-hw2/checksums.yaml +5 -0
  1652. dslighting/registry/ml2021spring-hw2/config.yaml +16 -0
  1653. dslighting/registry/ml2021spring-hw2/description.md +35 -0
  1654. dslighting/registry/ml2021spring-hw2/description_obfuscated.md +7 -0
  1655. dslighting/registry/ml2021spring-hw2/grade.py +11 -0
  1656. dslighting/registry/ml2021spring-hw2/prepare.py +58 -0
  1657. dslighting/registry/ml2021spring-hw2/prepare_val.py +135 -0
  1658. dslighting/registry/mlsp-2013-birds/checksums.yaml +5 -0
  1659. dslighting/registry/mlsp-2013-birds/config.yaml +22 -0
  1660. dslighting/registry/mlsp-2013-birds/description.md +269 -0
  1661. dslighting/registry/mlsp-2013-birds/description_obfuscated.md +135 -0
  1662. dslighting/registry/mlsp-2013-birds/grade.py +11 -0
  1663. dslighting/registry/mlsp-2013-birds/prepare.py +182 -0
  1664. dslighting/registry/mlsp-2013-birds/prepare_val.py +241 -0
  1665. dslighting/registry/movie-review-sentiment-analysis-kernels-only/checksums.yaml +5 -0
  1666. dslighting/registry/movie-review-sentiment-analysis-kernels-only/config.yaml +16 -0
  1667. dslighting/registry/movie-review-sentiment-analysis-kernels-only/description.md +72 -0
  1668. dslighting/registry/movie-review-sentiment-analysis-kernels-only/description_obfuscated.md +35 -0
  1669. dslighting/registry/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
  1670. dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
  1671. dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
  1672. dslighting/registry/multi-modal-gesture-recognition/checksums.yaml +7 -0
  1673. dslighting/registry/multi-modal-gesture-recognition/config.yaml +28 -0
  1674. dslighting/registry/multi-modal-gesture-recognition/description.md +324 -0
  1675. dslighting/registry/multi-modal-gesture-recognition/description_obfuscated.md +133 -0
  1676. dslighting/registry/multi-modal-gesture-recognition/grade.py +58 -0
  1677. dslighting/registry/multi-modal-gesture-recognition/leaderboard_readme.md +35 -0
  1678. dslighting/registry/multi-modal-gesture-recognition/prepare.py +85 -0
  1679. dslighting/registry/multi-modal-gesture-recognition/prepare_val.py +139 -0
  1680. dslighting/registry/my-custom-task-01/config.yaml +15 -0
  1681. dslighting/registry/my-custom-task-01/description.md +51 -0
  1682. dslighting/registry/my-custom-task-01/prepare.py +2 -0
  1683. dslighting/registry/my-custom-task-01/report.md +74 -0
  1684. dslighting/registry/new-my-task-01/config.yaml +15 -0
  1685. dslighting/registry/new-my-task-01/description.md +5 -0
  1686. dslighting/registry/new-my-task-01/prepare.py +2 -0
  1687. dslighting/registry/new-my-task-01/report.md +120 -0
  1688. dslighting/registry/new-my-task-02/config.yaml +9 -0
  1689. dslighting/registry/new-my-task-02/description.md +3 -0
  1690. dslighting/registry/new-my-task-02/report.md +76 -0
  1691. dslighting/registry/new-my-task-03/config.yaml +16 -0
  1692. dslighting/registry/new-my-task-03/description.md +1 -0
  1693. dslighting/registry/new-my-task-03/grade.py +107 -0
  1694. dslighting/registry/new-my-task-03/prepare.py +2 -0
  1695. dslighting/registry/new-my-task-03/report.md +1 -0
  1696. dslighting/registry/new-my-task-03/rubric.md +10 -0
  1697. dslighting/registry/new-york-city-taxi-fare-prediction/checksums.yaml +7 -0
  1698. dslighting/registry/new-york-city-taxi-fare-prediction/config.yaml +17 -0
  1699. dslighting/registry/new-york-city-taxi-fare-prediction/description.md +100 -0
  1700. dslighting/registry/new-york-city-taxi-fare-prediction/description_obfuscated.md +46 -0
  1701. dslighting/registry/new-york-city-taxi-fare-prediction/grade.py +28 -0
  1702. dslighting/registry/new-york-city-taxi-fare-prediction/prepare.py +44 -0
  1703. dslighting/registry/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
  1704. dslighting/registry/nfl-player-contact-detection/checksums.yaml +12 -0
  1705. dslighting/registry/nfl-player-contact-detection/config.yaml +26 -0
  1706. dslighting/registry/nfl-player-contact-detection/description.md +165 -0
  1707. dslighting/registry/nfl-player-contact-detection/description_obfuscated.md +87 -0
  1708. dslighting/registry/nfl-player-contact-detection/grade.py +36 -0
  1709. dslighting/registry/nfl-player-contact-detection/prepare.py +101 -0
  1710. dslighting/registry/nfl-player-contact-detection/prepare_val.py +186 -0
  1711. dslighting/registry/nomad2018-predict-transparent-conductors/checksums.yaml +7 -0
  1712. dslighting/registry/nomad2018-predict-transparent-conductors/config.yaml +22 -0
  1713. dslighting/registry/nomad2018-predict-transparent-conductors/description.md +89 -0
  1714. dslighting/registry/nomad2018-predict-transparent-conductors/description_obfuscated.md +35 -0
  1715. dslighting/registry/nomad2018-predict-transparent-conductors/grade.py +47 -0
  1716. dslighting/registry/nomad2018-predict-transparent-conductors/prepare.py +77 -0
  1717. dslighting/registry/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
  1718. dslighting/registry/osic-pulmonary-fibrosis-progression/checksums.yaml +7 -0
  1719. dslighting/registry/osic-pulmonary-fibrosis-progression/config.yaml +22 -0
  1720. dslighting/registry/osic-pulmonary-fibrosis-progression/description.md +122 -0
  1721. dslighting/registry/osic-pulmonary-fibrosis-progression/description_obfuscated.md +65 -0
  1722. dslighting/registry/osic-pulmonary-fibrosis-progression/grade.py +74 -0
  1723. dslighting/registry/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
  1724. dslighting/registry/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
  1725. dslighting/registry/paddy-disease-classification/checksums.yaml +6 -0
  1726. dslighting/registry/paddy-disease-classification/config.yaml +16 -0
  1727. dslighting/registry/paddy-disease-classification/description.md +72 -0
  1728. dslighting/registry/paddy-disease-classification/description_obfuscated.md +31 -0
  1729. dslighting/registry/paddy-disease-classification/grade.py +35 -0
  1730. dslighting/registry/paddy-disease-classification/prepare.py +69 -0
  1731. dslighting/registry/paddy-disease-classification/prepare_val.py +122 -0
  1732. dslighting/registry/petfinder-pawpularity-score/checksums.yaml +7 -0
  1733. dslighting/registry/petfinder-pawpularity-score/config.yaml +22 -0
  1734. dslighting/registry/petfinder-pawpularity-score/description.md +132 -0
  1735. dslighting/registry/petfinder-pawpularity-score/description_obfuscated.md +41 -0
  1736. dslighting/registry/petfinder-pawpularity-score/grade.py +41 -0
  1737. dslighting/registry/petfinder-pawpularity-score/prepare.py +76 -0
  1738. dslighting/registry/petfinder-pawpularity-score/prepare_val.py +154 -0
  1739. dslighting/registry/plant-pathology-2020-fgvc7/checksums.yaml +7 -0
  1740. dslighting/registry/plant-pathology-2020-fgvc7/config.yaml +16 -0
  1741. dslighting/registry/plant-pathology-2020-fgvc7/description.md +94 -0
  1742. dslighting/registry/plant-pathology-2020-fgvc7/description_obfuscated.md +47 -0
  1743. dslighting/registry/plant-pathology-2020-fgvc7/grade.py +41 -0
  1744. dslighting/registry/plant-pathology-2020-fgvc7/prepare.py +74 -0
  1745. dslighting/registry/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
  1746. dslighting/registry/plant-pathology-2021-fgvc8/checksums.yaml +6 -0
  1747. dslighting/registry/plant-pathology-2021-fgvc8/config.yaml +16 -0
  1748. dslighting/registry/plant-pathology-2021-fgvc8/description.md +101 -0
  1749. dslighting/registry/plant-pathology-2021-fgvc8/description_obfuscated.md +36 -0
  1750. dslighting/registry/plant-pathology-2021-fgvc8/grade.py +54 -0
  1751. dslighting/registry/plant-pathology-2021-fgvc8/prepare.py +65 -0
  1752. dslighting/registry/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
  1753. dslighting/registry/plant-seedlings-classification/checksums.yaml +5 -0
  1754. dslighting/registry/plant-seedlings-classification/config.yaml +16 -0
  1755. dslighting/registry/plant-seedlings-classification/description.md +84 -0
  1756. dslighting/registry/plant-seedlings-classification/description_obfuscated.md +42 -0
  1757. dslighting/registry/plant-seedlings-classification/grade.py +39 -0
  1758. dslighting/registry/plant-seedlings-classification/prepare.py +91 -0
  1759. dslighting/registry/plant-seedlings-classification/prepare_val.py +158 -0
  1760. dslighting/registry/playground-series-s3e1/__init__.py +0 -0
  1761. dslighting/registry/playground-series-s3e1/config.yaml +15 -0
  1762. dslighting/registry/playground-series-s3e1/description.md +34 -0
  1763. dslighting/registry/playground-series-s3e1/grade.py +52 -0
  1764. dslighting/registry/playground-series-s3e1/prepare.py +25 -0
  1765. dslighting/registry/playground-series-s3e11/__init__.py +0 -0
  1766. dslighting/registry/playground-series-s3e11/config.yaml +15 -0
  1767. dslighting/registry/playground-series-s3e11/description.md +34 -0
  1768. dslighting/registry/playground-series-s3e11/grade.py +55 -0
  1769. dslighting/registry/playground-series-s3e11/prepare.py +25 -0
  1770. dslighting/registry/playground-series-s3e18/checksums.yaml +7 -0
  1771. dslighting/registry/playground-series-s3e18/config.yaml +16 -0
  1772. dslighting/registry/playground-series-s3e18/description.md +56 -0
  1773. dslighting/registry/playground-series-s3e18/description_obfuscated.md +27 -0
  1774. dslighting/registry/playground-series-s3e18/grade.py +39 -0
  1775. dslighting/registry/playground-series-s3e18/prepare.py +36 -0
  1776. dslighting/registry/playground-series-s3e18/prepare_val.py +89 -0
  1777. dslighting/registry/playground_series_s3e1/__init__.py +0 -0
  1778. dslighting/registry/playground_series_s3e1/grade.py +52 -0
  1779. dslighting/registry/playground_series_s3e1/prepare.py +25 -0
  1780. dslighting/registry/playground_series_s3e11/__init__.py +0 -0
  1781. dslighting/registry/playground_series_s3e11/grade.py +55 -0
  1782. dslighting/registry/playground_series_s3e11/prepare.py +25 -0
  1783. dslighting/registry/predict-volcanic-eruptions-ingv-oe/checksums.yaml +6 -0
  1784. dslighting/registry/predict-volcanic-eruptions-ingv-oe/config.yaml +16 -0
  1785. dslighting/registry/predict-volcanic-eruptions-ingv-oe/description.md +70 -0
  1786. dslighting/registry/predict-volcanic-eruptions-ingv-oe/description_obfuscated.md +33 -0
  1787. dslighting/registry/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
  1788. dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
  1789. dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
  1790. dslighting/registry/random-acts-of-pizza/checksums.yaml +7 -0
  1791. dslighting/registry/random-acts-of-pizza/config.yaml +16 -0
  1792. dslighting/registry/random-acts-of-pizza/description.md +117 -0
  1793. dslighting/registry/random-acts-of-pizza/description_obfuscated.md +90 -0
  1794. dslighting/registry/random-acts-of-pizza/grade.py +14 -0
  1795. dslighting/registry/random-acts-of-pizza/prepare.py +80 -0
  1796. dslighting/registry/random-acts-of-pizza/prepare_val.py +144 -0
  1797. dslighting/registry/ranzcr-clip-catheter-line-classification/checksums.yaml +7 -0
  1798. dslighting/registry/ranzcr-clip-catheter-line-classification/classes.py +11 -0
  1799. dslighting/registry/ranzcr-clip-catheter-line-classification/config.yaml +31 -0
  1800. dslighting/registry/ranzcr-clip-catheter-line-classification/description.md +172 -0
  1801. dslighting/registry/ranzcr-clip-catheter-line-classification/description_obfuscated.md +53 -0
  1802. dslighting/registry/ranzcr-clip-catheter-line-classification/grade.py +31 -0
  1803. dslighting/registry/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
  1804. dslighting/registry/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
  1805. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/checksums.yaml +8 -0
  1806. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/config.yaml +32 -0
  1807. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description.md +276 -0
  1808. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description_obfuscated.md +66 -0
  1809. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
  1810. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
  1811. dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
  1812. dslighting/registry/rsna-breast-cancer-detection/checksums.yaml +7 -0
  1813. dslighting/registry/rsna-breast-cancer-detection/config.yaml +32 -0
  1814. dslighting/registry/rsna-breast-cancer-detection/description.md +190 -0
  1815. dslighting/registry/rsna-breast-cancer-detection/description_obfuscated.md +58 -0
  1816. dslighting/registry/rsna-breast-cancer-detection/grade.py +65 -0
  1817. dslighting/registry/rsna-breast-cancer-detection/prepare.py +141 -0
  1818. dslighting/registry/rsna-breast-cancer-detection/prepare_val.py +201 -0
  1819. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/checksums.yaml +6 -0
  1820. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/config.yaml +32 -0
  1821. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description.md +202 -0
  1822. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description_obfuscated.md +26 -0
  1823. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
  1824. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
  1825. dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
  1826. dslighting/registry/santander-customer-satisfaction/checksums.yaml +8 -0
  1827. dslighting/registry/santander-customer-satisfaction/config.yaml +17 -0
  1828. dslighting/registry/santander-customer-satisfaction/description.md +36 -0
  1829. dslighting/registry/santander-customer-satisfaction/grade.py +10 -0
  1830. dslighting/registry/santander-customer-satisfaction/prepare.py +41 -0
  1831. dslighting/registry/sciencebench-001-clintox-nn/__init__.py +0 -0
  1832. dslighting/registry/sciencebench-001-clintox-nn/checksums.yaml +3 -0
  1833. dslighting/registry/sciencebench-001-clintox-nn/config.yaml +16 -0
  1834. dslighting/registry/sciencebench-001-clintox-nn/description.md +30 -0
  1835. dslighting/registry/sciencebench-001-clintox-nn/grade.py +56 -0
  1836. dslighting/registry/sciencebench-001-clintox-nn/prepare.py +75 -0
  1837. dslighting/registry/sciencebench-015-aai/checksums.yaml +5 -0
  1838. dslighting/registry/sciencebench-015-aai/config.yaml +16 -0
  1839. dslighting/registry/sciencebench-015-aai/description.md +31 -0
  1840. dslighting/registry/sciencebench-015-aai/grade.py +37 -0
  1841. dslighting/registry/sciencebench-015-aai/prepare.py +102 -0
  1842. dslighting/registry/sciencebench-051-brain-blood-qsar/config.yaml +16 -0
  1843. dslighting/registry/sciencebench-051-brain-blood-qsar/description.md +31 -0
  1844. dslighting/registry/sciencebench-051-brain-blood-qsar/grade.py +58 -0
  1845. dslighting/registry/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
  1846. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/checksums.yaml +5 -0
  1847. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/config.yaml +16 -0
  1848. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/description.md +26 -0
  1849. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
  1850. dslighting/registry/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
  1851. dslighting/registry/see-click-predict-fix/__init__.py +0 -0
  1852. dslighting/registry/see-click-predict-fix/config.yaml +15 -0
  1853. dslighting/registry/see-click-predict-fix/description.md +47 -0
  1854. dslighting/registry/see-click-predict-fix/grade.py +66 -0
  1855. dslighting/registry/see-click-predict-fix/prepare.py +25 -0
  1856. dslighting/registry/see_click_predict_fix/__init__.py +0 -0
  1857. dslighting/registry/see_click_predict_fix/grade.py +66 -0
  1858. dslighting/registry/see_click_predict_fix/prepare.py +25 -0
  1859. dslighting/registry/seti-breakthrough-listen/checksums.yaml +6 -0
  1860. dslighting/registry/seti-breakthrough-listen/config.yaml +24 -0
  1861. dslighting/registry/seti-breakthrough-listen/description.md +112 -0
  1862. dslighting/registry/seti-breakthrough-listen/description_obfuscated.md +58 -0
  1863. dslighting/registry/seti-breakthrough-listen/grade.py +11 -0
  1864. dslighting/registry/seti-breakthrough-listen/prepare.py +71 -0
  1865. dslighting/registry/seti-breakthrough-listen/prepare_val.py +159 -0
  1866. dslighting/registry/siim-covid19-detection/checksums.yaml +7 -0
  1867. dslighting/registry/siim-covid19-detection/config.yaml +36 -0
  1868. dslighting/registry/siim-covid19-detection/description.md +345 -0
  1869. dslighting/registry/siim-covid19-detection/description_obfuscated.md +73 -0
  1870. dslighting/registry/siim-covid19-detection/grade.py +194 -0
  1871. dslighting/registry/siim-covid19-detection/prepare.py +123 -0
  1872. dslighting/registry/siim-covid19-detection/prepare_val.py +164 -0
  1873. dslighting/registry/siim-isic-melanoma-classification/checksums.yaml +7 -0
  1874. dslighting/registry/siim-isic-melanoma-classification/config.yaml +26 -0
  1875. dslighting/registry/siim-isic-melanoma-classification/description.md +176 -0
  1876. dslighting/registry/siim-isic-melanoma-classification/description_obfuscated.md +46 -0
  1877. dslighting/registry/siim-isic-melanoma-classification/grade.py +11 -0
  1878. dslighting/registry/siim-isic-melanoma-classification/prepare.py +127 -0
  1879. dslighting/registry/siim-isic-melanoma-classification/prepare_val.py +158 -0
  1880. dslighting/registry/smartphone-decimeter-2022/checksums.yaml +5 -0
  1881. dslighting/registry/smartphone-decimeter-2022/config.yaml +22 -0
  1882. dslighting/registry/smartphone-decimeter-2022/description.md +321 -0
  1883. dslighting/registry/smartphone-decimeter-2022/description_obfuscated.md +259 -0
  1884. dslighting/registry/smartphone-decimeter-2022/grade.py +55 -0
  1885. dslighting/registry/smartphone-decimeter-2022/notebook.py +86 -0
  1886. dslighting/registry/smartphone-decimeter-2022/prepare.py +143 -0
  1887. dslighting/registry/smartphone-decimeter-2022/prepare_val.py +199 -0
  1888. dslighting/registry/spaceship-titanic/checksums.yaml +7 -0
  1889. dslighting/registry/spaceship-titanic/config.yaml +16 -0
  1890. dslighting/registry/spaceship-titanic/description.md +93 -0
  1891. dslighting/registry/spaceship-titanic/description_obfuscated.md +38 -0
  1892. dslighting/registry/spaceship-titanic/grade.py +11 -0
  1893. dslighting/registry/spaceship-titanic/prepare.py +23 -0
  1894. dslighting/registry/spaceship-titanic/prepare_val.py +61 -0
  1895. dslighting/registry/spooky-author-identification/checksums.yaml +7 -0
  1896. dslighting/registry/spooky-author-identification/classes.py +1 -0
  1897. dslighting/registry/spooky-author-identification/config.yaml +16 -0
  1898. dslighting/registry/spooky-author-identification/description.md +98 -0
  1899. dslighting/registry/spooky-author-identification/description_obfuscated.md +35 -0
  1900. dslighting/registry/spooky-author-identification/grade.py +38 -0
  1901. dslighting/registry/spooky-author-identification/prepare.py +40 -0
  1902. dslighting/registry/spooky-author-identification/prepare_val.py +78 -0
  1903. dslighting/registry/stanford-covid-vaccine/checksums.yaml +7 -0
  1904. dslighting/registry/stanford-covid-vaccine/config.yaml +22 -0
  1905. dslighting/registry/stanford-covid-vaccine/description.md +125 -0
  1906. dslighting/registry/stanford-covid-vaccine/description_obfuscated.md +63 -0
  1907. dslighting/registry/stanford-covid-vaccine/grade.py +65 -0
  1908. dslighting/registry/stanford-covid-vaccine/prepare.py +129 -0
  1909. dslighting/registry/stanford-covid-vaccine/prepare_val.py +199 -0
  1910. dslighting/registry/statoil-iceberg-classifier-challenge/checksums.yaml +5 -0
  1911. dslighting/registry/statoil-iceberg-classifier-challenge/config.yaml +22 -0
  1912. dslighting/registry/statoil-iceberg-classifier-challenge/description.md +99 -0
  1913. dslighting/registry/statoil-iceberg-classifier-challenge/description_obfuscated.md +36 -0
  1914. dslighting/registry/statoil-iceberg-classifier-challenge/grade.py +41 -0
  1915. dslighting/registry/statoil-iceberg-classifier-challenge/prepare.py +105 -0
  1916. dslighting/registry/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
  1917. dslighting/registry/tabular-playground-series-dec-2021/checksums.yaml +7 -0
  1918. dslighting/registry/tabular-playground-series-dec-2021/config.yaml +16 -0
  1919. dslighting/registry/tabular-playground-series-dec-2021/description.md +59 -0
  1920. dslighting/registry/tabular-playground-series-dec-2021/description_obfuscated.md +22 -0
  1921. dslighting/registry/tabular-playground-series-dec-2021/grade.py +11 -0
  1922. dslighting/registry/tabular-playground-series-dec-2021/prepare.py +39 -0
  1923. dslighting/registry/tabular-playground-series-dec-2021/prepare_val.py +99 -0
  1924. dslighting/registry/tabular-playground-series-may-2022/checksums.yaml +8 -0
  1925. dslighting/registry/tabular-playground-series-may-2022/config.yaml +17 -0
  1926. dslighting/registry/tabular-playground-series-may-2022/description.md +79 -0
  1927. dslighting/registry/tabular-playground-series-may-2022/description_obfuscated.md +25 -0
  1928. dslighting/registry/tabular-playground-series-may-2022/grade.py +9 -0
  1929. dslighting/registry/tabular-playground-series-may-2022/prepare.py +56 -0
  1930. dslighting/registry/tabular-playground-series-may-2022/prepare_val.py +116 -0
  1931. dslighting/registry/tensorflow-speech-recognition-challenge/checksums.yaml +5 -0
  1932. dslighting/registry/tensorflow-speech-recognition-challenge/config.yaml +24 -0
  1933. dslighting/registry/tensorflow-speech-recognition-challenge/description.md +328 -0
  1934. dslighting/registry/tensorflow-speech-recognition-challenge/description_obfuscated.md +36 -0
  1935. dslighting/registry/tensorflow-speech-recognition-challenge/grade.py +11 -0
  1936. dslighting/registry/tensorflow-speech-recognition-challenge/prepare.py +90 -0
  1937. dslighting/registry/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
  1938. dslighting/registry/tensorflow2-question-answering/checksums.yaml +8 -0
  1939. dslighting/registry/tensorflow2-question-answering/config.yaml +29 -0
  1940. dslighting/registry/tensorflow2-question-answering/description.md +173 -0
  1941. dslighting/registry/tensorflow2-question-answering/description_obfuscated.md +43 -0
  1942. dslighting/registry/tensorflow2-question-answering/grade.py +122 -0
  1943. dslighting/registry/tensorflow2-question-answering/prepare.py +122 -0
  1944. dslighting/registry/tensorflow2-question-answering/prepare_val.py +187 -0
  1945. dslighting/registry/text-normalization-challenge-english-language/checksums.yaml +5 -0
  1946. dslighting/registry/text-normalization-challenge-english-language/config.yaml +22 -0
  1947. dslighting/registry/text-normalization-challenge-english-language/description.md +77 -0
  1948. dslighting/registry/text-normalization-challenge-english-language/description_obfuscated.md +27 -0
  1949. dslighting/registry/text-normalization-challenge-english-language/grade.py +49 -0
  1950. dslighting/registry/text-normalization-challenge-english-language/prepare.py +115 -0
  1951. dslighting/registry/text-normalization-challenge-english-language/prepare_val.py +213 -0
  1952. dslighting/registry/text-normalization-challenge-russian-language/checksums.yaml +5 -0
  1953. dslighting/registry/text-normalization-challenge-russian-language/config.yaml +22 -0
  1954. dslighting/registry/text-normalization-challenge-russian-language/description.md +79 -0
  1955. dslighting/registry/text-normalization-challenge-russian-language/description_obfuscated.md +29 -0
  1956. dslighting/registry/text-normalization-challenge-russian-language/grade.py +49 -0
  1957. dslighting/registry/text-normalization-challenge-russian-language/prepare.py +113 -0
  1958. dslighting/registry/text-normalization-challenge-russian-language/prepare_val.py +165 -0
  1959. dslighting/registry/tgs-salt-identification-challenge/checksums.yaml +7 -0
  1960. dslighting/registry/tgs-salt-identification-challenge/config.yaml +24 -0
  1961. dslighting/registry/tgs-salt-identification-challenge/description.md +83 -0
  1962. dslighting/registry/tgs-salt-identification-challenge/description_obfuscated.md +42 -0
  1963. dslighting/registry/tgs-salt-identification-challenge/grade.py +144 -0
  1964. dslighting/registry/tgs-salt-identification-challenge/prepare.py +158 -0
  1965. dslighting/registry/tgs-salt-identification-challenge/prepare_val.py +166 -0
  1966. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/checksums.yaml +5 -0
  1967. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/config.yaml +20 -0
  1968. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description.md +72 -0
  1969. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description_obfuscated.md +25 -0
  1970. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
  1971. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
  1972. dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
  1973. dslighting/registry/tmdb-box-office-prediction/__init__.py +0 -0
  1974. dslighting/registry/tmdb-box-office-prediction/config.yaml +15 -0
  1975. dslighting/registry/tmdb-box-office-prediction/description.md +47 -0
  1976. dslighting/registry/tmdb-box-office-prediction/grade.py +55 -0
  1977. dslighting/registry/tmdb-box-office-prediction/prepare.py +35 -0
  1978. dslighting/registry/tweet-sentiment-extraction/checksums.yaml +7 -0
  1979. dslighting/registry/tweet-sentiment-extraction/config.yaml +22 -0
  1980. dslighting/registry/tweet-sentiment-extraction/description.md +130 -0
  1981. dslighting/registry/tweet-sentiment-extraction/description_obfuscated.md +30 -0
  1982. dslighting/registry/tweet-sentiment-extraction/grade.py +67 -0
  1983. dslighting/registry/tweet-sentiment-extraction/prepare.py +36 -0
  1984. dslighting/registry/tweet-sentiment-extraction/prepare_val.py +106 -0
  1985. dslighting/registry/us-patent-phrase-to-phrase-matching/checksums.yaml +7 -0
  1986. dslighting/registry/us-patent-phrase-to-phrase-matching/config.yaml +22 -0
  1987. dslighting/registry/us-patent-phrase-to-phrase-matching/description.md +118 -0
  1988. dslighting/registry/us-patent-phrase-to-phrase-matching/description_obfuscated.md +46 -0
  1989. dslighting/registry/us-patent-phrase-to-phrase-matching/grade.py +31 -0
  1990. dslighting/registry/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
  1991. dslighting/registry/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
  1992. dslighting/registry/utils.py +266 -0
  1993. dslighting/registry/uw-madison-gi-tract-image-segmentation/checksums.yaml +7 -0
  1994. dslighting/registry/uw-madison-gi-tract-image-segmentation/config.yaml +22 -0
  1995. dslighting/registry/uw-madison-gi-tract-image-segmentation/description.md +126 -0
  1996. dslighting/registry/uw-madison-gi-tract-image-segmentation/description_obfuscated.md +58 -0
  1997. dslighting/registry/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
  1998. dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
  1999. dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
  2000. dslighting/registry/ventilator-pressure-prediction/__init__.py +0 -0
  2001. dslighting/registry/ventilator-pressure-prediction/checksums.yaml +7 -0
  2002. dslighting/registry/ventilator-pressure-prediction/config.yaml +15 -0
  2003. dslighting/registry/ventilator-pressure-prediction/description.md +48 -0
  2004. dslighting/registry/ventilator-pressure-prediction/description_obfuscated.md +46 -0
  2005. dslighting/registry/ventilator-pressure-prediction/grade.py +52 -0
  2006. dslighting/registry/ventilator-pressure-prediction/prepare.py +27 -0
  2007. dslighting/registry/ventilator-pressure-prediction/prepare_val.py +142 -0
  2008. dslighting/registry/ventilator_pressure_prediction/__init__.py +0 -0
  2009. dslighting/registry/ventilator_pressure_prediction/grade.py +52 -0
  2010. dslighting/registry/ventilator_pressure_prediction/prepare.py +27 -0
  2011. dslighting/registry/vesuvius-challenge-ink-detection/checksums.yaml +6 -0
  2012. dslighting/registry/vesuvius-challenge-ink-detection/config.yaml +37 -0
  2013. dslighting/registry/vesuvius-challenge-ink-detection/description.md +135 -0
  2014. dslighting/registry/vesuvius-challenge-ink-detection/description_obfuscated.md +39 -0
  2015. dslighting/registry/vesuvius-challenge-ink-detection/grade.py +97 -0
  2016. dslighting/registry/vesuvius-challenge-ink-detection/prepare.py +122 -0
  2017. dslighting/registry/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
  2018. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/checksums.yaml +7 -0
  2019. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/config.yaml +25 -0
  2020. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description.md +132 -0
  2021. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description_obfuscated.md +63 -0
  2022. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
  2023. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
  2024. dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
  2025. dslighting/registry/whale-categorization-playground/checksums.yaml +6 -0
  2026. dslighting/registry/whale-categorization-playground/config.yaml +16 -0
  2027. dslighting/registry/whale-categorization-playground/description.md +51 -0
  2028. dslighting/registry/whale-categorization-playground/description_obfuscated.md +27 -0
  2029. dslighting/registry/whale-categorization-playground/grade.py +41 -0
  2030. dslighting/registry/whale-categorization-playground/prepare.py +103 -0
  2031. dslighting/registry/whale-categorization-playground/prepare_val.py +196 -0
  2032. dslighting/utils/package_detector.py +320 -0
  2033. {dslighting-1.3.9.dist-info → dslighting-1.7.6.dist-info}/METADATA +42 -8
  2034. dslighting-1.7.6.dist-info/RECORD +2453 -0
  2035. dslighting-1.7.6.dist-info/entry_points.txt +3 -0
  2036. {dslighting-1.3.9.dist-info → dslighting-1.7.6.dist-info}/top_level.txt +1 -0
  2037. mlebench/README.md +39 -0
  2038. mlebench/__init__.py +0 -0
  2039. mlebench/cli.py +221 -0
  2040. mlebench/competitions/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
  2041. mlebench/competitions/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
  2042. mlebench/competitions/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
  2043. mlebench/competitions/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
  2044. mlebench/competitions/AI4Code/grade.py +70 -0
  2045. mlebench/competitions/AI4Code/prepare.py +84 -0
  2046. mlebench/competitions/AI4Code/prepare_val.py +159 -0
  2047. mlebench/competitions/__init__.py +0 -0
  2048. mlebench/competitions/aerial-cactus-identification/grade.py +11 -0
  2049. mlebench/competitions/aerial-cactus-identification/prepare.py +71 -0
  2050. mlebench/competitions/aerial-cactus-identification/prepare_val.py +133 -0
  2051. mlebench/competitions/alaska2-image-steganalysis/grade.py +136 -0
  2052. mlebench/competitions/alaska2-image-steganalysis/prepare.py +88 -0
  2053. mlebench/competitions/alaska2-image-steganalysis/prepare_val.py +148 -0
  2054. mlebench/competitions/aptos2019-blindness-detection/grade.py +35 -0
  2055. mlebench/competitions/aptos2019-blindness-detection/prepare.py +75 -0
  2056. mlebench/competitions/aptos2019-blindness-detection/prepare_val.py +123 -0
  2057. mlebench/competitions/bike-sharing-demand/__init__.py +0 -0
  2058. mlebench/competitions/bike-sharing-demand/grade.py +55 -0
  2059. mlebench/competitions/bike-sharing-demand/prepare.py +37 -0
  2060. mlebench/competitions/billion-word-imputation/grade.py +37 -0
  2061. mlebench/competitions/billion-word-imputation/prepare.py +107 -0
  2062. mlebench/competitions/billion-word-imputation/prepare_val.py +179 -0
  2063. mlebench/competitions/bms-molecular-translation/grade.py +40 -0
  2064. mlebench/competitions/bms-molecular-translation/prepare.py +68 -0
  2065. mlebench/competitions/bms-molecular-translation/prepare_val.py +131 -0
  2066. mlebench/competitions/cassava-leaf-disease-classification/grade.py +12 -0
  2067. mlebench/competitions/cassava-leaf-disease-classification/prepare.py +113 -0
  2068. mlebench/competitions/cassava-leaf-disease-classification/prepare_val.py +186 -0
  2069. mlebench/competitions/cdiscount-image-classification-challenge/grade.py +11 -0
  2070. mlebench/competitions/cdiscount-image-classification-challenge/prepare.py +144 -0
  2071. mlebench/competitions/cdiscount-image-classification-challenge/prepare_val.py +205 -0
  2072. mlebench/competitions/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
  2073. mlebench/competitions/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
  2074. mlebench/competitions/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
  2075. mlebench/competitions/champs-scalar-coupling/grade.py +60 -0
  2076. mlebench/competitions/champs-scalar-coupling/prepare.py +116 -0
  2077. mlebench/competitions/champs-scalar-coupling/prepare_val.py +155 -0
  2078. mlebench/competitions/conways-reverse-game-of-life-2020/__init__.py +0 -0
  2079. mlebench/competitions/conways-reverse-game-of-life-2020/grade.py +40 -0
  2080. mlebench/competitions/conways-reverse-game-of-life-2020/prepare.py +41 -0
  2081. mlebench/competitions/demand-forecasting-kernels-only/__init__.py +0 -0
  2082. mlebench/competitions/demand-forecasting-kernels-only/grade.py +66 -0
  2083. mlebench/competitions/demand-forecasting-kernels-only/prepare.py +27 -0
  2084. mlebench/competitions/demand_forecasting_kernels_only/__init__.py +0 -0
  2085. mlebench/competitions/demand_forecasting_kernels_only/grade.py +66 -0
  2086. mlebench/competitions/demand_forecasting_kernels_only/prepare.py +27 -0
  2087. mlebench/competitions/denoising-dirty-documents/grade.py +44 -0
  2088. mlebench/competitions/denoising-dirty-documents/prepare.py +134 -0
  2089. mlebench/competitions/denoising-dirty-documents/prepare_val.py +178 -0
  2090. mlebench/competitions/detecting-insults-in-social-commentary/grade.py +11 -0
  2091. mlebench/competitions/detecting-insults-in-social-commentary/prepare.py +72 -0
  2092. mlebench/competitions/detecting-insults-in-social-commentary/prepare_val.py +128 -0
  2093. mlebench/competitions/dog-breed-identification/dogs.py +124 -0
  2094. mlebench/competitions/dog-breed-identification/grade.py +42 -0
  2095. mlebench/competitions/dog-breed-identification/prepare.py +55 -0
  2096. mlebench/competitions/dog-breed-identification/prepare_val.py +104 -0
  2097. mlebench/competitions/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
  2098. mlebench/competitions/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
  2099. mlebench/competitions/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
  2100. mlebench/competitions/ethanol-concentration/grade.py +23 -0
  2101. mlebench/competitions/ethanol-concentration/prepare.py +90 -0
  2102. mlebench/competitions/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
  2103. mlebench/competitions/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
  2104. mlebench/competitions/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
  2105. mlebench/competitions/feedback-prize-english-language-learning/__init__.py +0 -0
  2106. mlebench/competitions/feedback-prize-english-language-learning/grade.py +60 -0
  2107. mlebench/competitions/feedback-prize-english-language-learning/prepare.py +39 -0
  2108. mlebench/competitions/freesound-audio-tagging-2019/grade.py +64 -0
  2109. mlebench/competitions/freesound-audio-tagging-2019/prepare.py +94 -0
  2110. mlebench/competitions/freesound-audio-tagging-2019/prepare_val.py +175 -0
  2111. mlebench/competitions/freesound-audio-tagging-2019/vocabulary.py +83 -0
  2112. mlebench/competitions/google-quest-challenge/classes.py +32 -0
  2113. mlebench/competitions/google-quest-challenge/grade.py +45 -0
  2114. mlebench/competitions/google-quest-challenge/prepare.py +58 -0
  2115. mlebench/competitions/google-quest-challenge/prepare_val.py +120 -0
  2116. mlebench/competitions/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
  2117. mlebench/competitions/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
  2118. mlebench/competitions/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
  2119. mlebench/competitions/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
  2120. mlebench/competitions/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
  2121. mlebench/competitions/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
  2122. mlebench/competitions/handwriting/grade.py +23 -0
  2123. mlebench/competitions/handwriting/prepare.py +179 -0
  2124. mlebench/competitions/herbarium-2020-fgvc7/grade.py +34 -0
  2125. mlebench/competitions/herbarium-2020-fgvc7/prepare.py +251 -0
  2126. mlebench/competitions/herbarium-2020-fgvc7/prepare_val.py +242 -0
  2127. mlebench/competitions/herbarium-2021-fgvc8/grade.py +34 -0
  2128. mlebench/competitions/herbarium-2021-fgvc8/prepare.py +251 -0
  2129. mlebench/competitions/herbarium-2021-fgvc8/prepare_val.py +222 -0
  2130. mlebench/competitions/herbarium-2022-fgvc9/grade.py +31 -0
  2131. mlebench/competitions/herbarium-2022-fgvc9/prepare.py +233 -0
  2132. mlebench/competitions/herbarium-2022-fgvc9/prepare_val.py +213 -0
  2133. mlebench/competitions/histopathologic-cancer-detection/grade.py +12 -0
  2134. mlebench/competitions/histopathologic-cancer-detection/prepare.py +59 -0
  2135. mlebench/competitions/histopathologic-cancer-detection/prepare_val.py +131 -0
  2136. mlebench/competitions/hms-harmful-brain-activity-classification/constants.py +9 -0
  2137. mlebench/competitions/hms-harmful-brain-activity-classification/grade.py +43 -0
  2138. mlebench/competitions/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
  2139. mlebench/competitions/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
  2140. mlebench/competitions/hms-harmful-brain-activity-classification/prepare.py +121 -0
  2141. mlebench/competitions/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
  2142. mlebench/competitions/hotel-id-2021-fgvc8/grade.py +41 -0
  2143. mlebench/competitions/hotel-id-2021-fgvc8/prepare.py +63 -0
  2144. mlebench/competitions/hotel-id-2021-fgvc8/prepare_val.py +132 -0
  2145. mlebench/competitions/hubmap-kidney-segmentation/grade.py +62 -0
  2146. mlebench/competitions/hubmap-kidney-segmentation/prepare.py +108 -0
  2147. mlebench/competitions/hubmap-kidney-segmentation/prepare_val.py +153 -0
  2148. mlebench/competitions/icecube-neutrinos-in-deep-ice/grade.py +111 -0
  2149. mlebench/competitions/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
  2150. mlebench/competitions/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
  2151. mlebench/competitions/ili/grade.py +60 -0
  2152. mlebench/competitions/ili/prepare.py +99 -0
  2153. mlebench/competitions/imet-2020-fgvc7/grade.py +54 -0
  2154. mlebench/competitions/imet-2020-fgvc7/prepare.py +77 -0
  2155. mlebench/competitions/imet-2020-fgvc7/prepare_val.py +157 -0
  2156. mlebench/competitions/inaturalist-2019-fgvc6/grade.py +35 -0
  2157. mlebench/competitions/inaturalist-2019-fgvc6/prepare.py +259 -0
  2158. mlebench/competitions/inaturalist-2019-fgvc6/prepare_val.py +304 -0
  2159. mlebench/competitions/instant-gratification/__init__.py +0 -0
  2160. mlebench/competitions/instant-gratification/grade.py +55 -0
  2161. mlebench/competitions/instant-gratification/prepare.py +25 -0
  2162. mlebench/competitions/instant_gratification/__init__.py +0 -0
  2163. mlebench/competitions/instant_gratification/grade.py +55 -0
  2164. mlebench/competitions/instant_gratification/prepare.py +25 -0
  2165. mlebench/competitions/invasive-species-monitoring/grade.py +11 -0
  2166. mlebench/competitions/invasive-species-monitoring/prepare.py +97 -0
  2167. mlebench/competitions/invasive-species-monitoring/prepare_val.py +164 -0
  2168. mlebench/competitions/iwildcam-2019-fgvc6/grade.py +44 -0
  2169. mlebench/competitions/iwildcam-2019-fgvc6/prepare.py +118 -0
  2170. mlebench/competitions/iwildcam-2019-fgvc6/prepare_val.py +194 -0
  2171. mlebench/competitions/iwildcam-2020-fgvc7/grade.py +11 -0
  2172. mlebench/competitions/iwildcam-2020-fgvc7/prepare.py +164 -0
  2173. mlebench/competitions/iwildcam-2020-fgvc7/prepare_val.py +245 -0
  2174. mlebench/competitions/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
  2175. mlebench/competitions/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
  2176. mlebench/competitions/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
  2177. mlebench/competitions/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
  2178. mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
  2179. mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
  2180. mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
  2181. mlebench/competitions/kuzushiji-recognition/grade.py +58 -0
  2182. mlebench/competitions/kuzushiji-recognition/kuzushiji_metric.py +118 -0
  2183. mlebench/competitions/kuzushiji-recognition/prepare.py +92 -0
  2184. mlebench/competitions/kuzushiji-recognition/prepare_val.py +149 -0
  2185. mlebench/competitions/leaf-classification/classes.py +101 -0
  2186. mlebench/competitions/leaf-classification/grade.py +44 -0
  2187. mlebench/competitions/leaf-classification/prepare.py +60 -0
  2188. mlebench/competitions/leaf-classification/prepare_val.py +116 -0
  2189. mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
  2190. mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
  2191. mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
  2192. mlebench/competitions/liverpool-ion-switching/__init__.py +0 -0
  2193. mlebench/competitions/liverpool-ion-switching/grade.py +52 -0
  2194. mlebench/competitions/liverpool-ion-switching/prepare.py +27 -0
  2195. mlebench/competitions/liverpool_ion_switching/__init__.py +0 -0
  2196. mlebench/competitions/liverpool_ion_switching/grade.py +52 -0
  2197. mlebench/competitions/liverpool_ion_switching/prepare.py +27 -0
  2198. mlebench/competitions/lmsys-chatbot-arena/grade.py +63 -0
  2199. mlebench/competitions/lmsys-chatbot-arena/prepare.py +52 -0
  2200. mlebench/competitions/lmsys-chatbot-arena/prepare_val.py +115 -0
  2201. mlebench/competitions/mcm_2024_c_test/grade.py +107 -0
  2202. mlebench/competitions/mcm_2024_c_test/prepare.py +2 -0
  2203. mlebench/competitions/ml2021spring-hw2/grade.py +11 -0
  2204. mlebench/competitions/ml2021spring-hw2/prepare.py +58 -0
  2205. mlebench/competitions/ml2021spring-hw2/prepare_val.py +135 -0
  2206. mlebench/competitions/mlsp-2013-birds/grade.py +11 -0
  2207. mlebench/competitions/mlsp-2013-birds/prepare.py +182 -0
  2208. mlebench/competitions/mlsp-2013-birds/prepare_val.py +241 -0
  2209. mlebench/competitions/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
  2210. mlebench/competitions/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
  2211. mlebench/competitions/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
  2212. mlebench/competitions/multi-modal-gesture-recognition/grade.py +58 -0
  2213. mlebench/competitions/multi-modal-gesture-recognition/prepare.py +85 -0
  2214. mlebench/competitions/multi-modal-gesture-recognition/prepare_val.py +139 -0
  2215. mlebench/competitions/my-custom-task-01/prepare.py +2 -0
  2216. mlebench/competitions/new-my-task-01/prepare.py +2 -0
  2217. mlebench/competitions/new-my-task-03/grade.py +107 -0
  2218. mlebench/competitions/new-my-task-03/prepare.py +2 -0
  2219. mlebench/competitions/new-york-city-taxi-fare-prediction/grade.py +28 -0
  2220. mlebench/competitions/new-york-city-taxi-fare-prediction/prepare.py +44 -0
  2221. mlebench/competitions/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
  2222. mlebench/competitions/nfl-player-contact-detection/grade.py +36 -0
  2223. mlebench/competitions/nfl-player-contact-detection/prepare.py +101 -0
  2224. mlebench/competitions/nfl-player-contact-detection/prepare_val.py +186 -0
  2225. mlebench/competitions/nomad2018-predict-transparent-conductors/grade.py +47 -0
  2226. mlebench/competitions/nomad2018-predict-transparent-conductors/prepare.py +77 -0
  2227. mlebench/competitions/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
  2228. mlebench/competitions/osic-pulmonary-fibrosis-progression/grade.py +74 -0
  2229. mlebench/competitions/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
  2230. mlebench/competitions/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
  2231. mlebench/competitions/paddy-disease-classification/grade.py +35 -0
  2232. mlebench/competitions/paddy-disease-classification/prepare.py +69 -0
  2233. mlebench/competitions/paddy-disease-classification/prepare_val.py +122 -0
  2234. mlebench/competitions/petfinder-pawpularity-score/grade.py +41 -0
  2235. mlebench/competitions/petfinder-pawpularity-score/prepare.py +76 -0
  2236. mlebench/competitions/petfinder-pawpularity-score/prepare_val.py +154 -0
  2237. mlebench/competitions/plant-pathology-2020-fgvc7/grade.py +41 -0
  2238. mlebench/competitions/plant-pathology-2020-fgvc7/prepare.py +74 -0
  2239. mlebench/competitions/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
  2240. mlebench/competitions/plant-pathology-2021-fgvc8/grade.py +54 -0
  2241. mlebench/competitions/plant-pathology-2021-fgvc8/prepare.py +65 -0
  2242. mlebench/competitions/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
  2243. mlebench/competitions/plant-seedlings-classification/grade.py +39 -0
  2244. mlebench/competitions/plant-seedlings-classification/prepare.py +91 -0
  2245. mlebench/competitions/plant-seedlings-classification/prepare_val.py +158 -0
  2246. mlebench/competitions/playground-series-s3e1/__init__.py +0 -0
  2247. mlebench/competitions/playground-series-s3e1/grade.py +52 -0
  2248. mlebench/competitions/playground-series-s3e1/prepare.py +25 -0
  2249. mlebench/competitions/playground-series-s3e11/__init__.py +0 -0
  2250. mlebench/competitions/playground-series-s3e11/grade.py +55 -0
  2251. mlebench/competitions/playground-series-s3e11/prepare.py +25 -0
  2252. mlebench/competitions/playground-series-s3e18/grade.py +39 -0
  2253. mlebench/competitions/playground-series-s3e18/prepare.py +36 -0
  2254. mlebench/competitions/playground-series-s3e18/prepare_val.py +89 -0
  2255. mlebench/competitions/playground_series_s3e1/__init__.py +0 -0
  2256. mlebench/competitions/playground_series_s3e1/grade.py +52 -0
  2257. mlebench/competitions/playground_series_s3e1/prepare.py +25 -0
  2258. mlebench/competitions/playground_series_s3e11/__init__.py +0 -0
  2259. mlebench/competitions/playground_series_s3e11/grade.py +55 -0
  2260. mlebench/competitions/playground_series_s3e11/prepare.py +25 -0
  2261. mlebench/competitions/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
  2262. mlebench/competitions/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
  2263. mlebench/competitions/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
  2264. mlebench/competitions/random-acts-of-pizza/grade.py +14 -0
  2265. mlebench/competitions/random-acts-of-pizza/prepare.py +80 -0
  2266. mlebench/competitions/random-acts-of-pizza/prepare_val.py +144 -0
  2267. mlebench/competitions/ranzcr-clip-catheter-line-classification/classes.py +11 -0
  2268. mlebench/competitions/ranzcr-clip-catheter-line-classification/grade.py +31 -0
  2269. mlebench/competitions/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
  2270. mlebench/competitions/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
  2271. mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
  2272. mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
  2273. mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
  2274. mlebench/competitions/rsna-breast-cancer-detection/grade.py +65 -0
  2275. mlebench/competitions/rsna-breast-cancer-detection/prepare.py +141 -0
  2276. mlebench/competitions/rsna-breast-cancer-detection/prepare_val.py +201 -0
  2277. mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
  2278. mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
  2279. mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
  2280. mlebench/competitions/santander-customer-satisfaction/grade.py +10 -0
  2281. mlebench/competitions/santander-customer-satisfaction/prepare.py +41 -0
  2282. mlebench/competitions/sciencebench-001-clintox-nn/__init__.py +0 -0
  2283. mlebench/competitions/sciencebench-001-clintox-nn/grade.py +56 -0
  2284. mlebench/competitions/sciencebench-001-clintox-nn/prepare.py +75 -0
  2285. mlebench/competitions/sciencebench-015-aai/grade.py +37 -0
  2286. mlebench/competitions/sciencebench-015-aai/prepare.py +102 -0
  2287. mlebench/competitions/sciencebench-051-brain-blood-qsar/grade.py +58 -0
  2288. mlebench/competitions/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
  2289. mlebench/competitions/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
  2290. mlebench/competitions/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
  2291. mlebench/competitions/see-click-predict-fix/__init__.py +0 -0
  2292. mlebench/competitions/see-click-predict-fix/grade.py +66 -0
  2293. mlebench/competitions/see-click-predict-fix/prepare.py +25 -0
  2294. mlebench/competitions/see_click_predict_fix/__init__.py +0 -0
  2295. mlebench/competitions/see_click_predict_fix/grade.py +66 -0
  2296. mlebench/competitions/see_click_predict_fix/prepare.py +25 -0
  2297. mlebench/competitions/seti-breakthrough-listen/grade.py +11 -0
  2298. mlebench/competitions/seti-breakthrough-listen/prepare.py +71 -0
  2299. mlebench/competitions/seti-breakthrough-listen/prepare_val.py +159 -0
  2300. mlebench/competitions/siim-covid19-detection/grade.py +194 -0
  2301. mlebench/competitions/siim-covid19-detection/prepare.py +123 -0
  2302. mlebench/competitions/siim-covid19-detection/prepare_val.py +164 -0
  2303. mlebench/competitions/siim-isic-melanoma-classification/grade.py +11 -0
  2304. mlebench/competitions/siim-isic-melanoma-classification/prepare.py +127 -0
  2305. mlebench/competitions/siim-isic-melanoma-classification/prepare_val.py +158 -0
  2306. mlebench/competitions/smartphone-decimeter-2022/grade.py +55 -0
  2307. mlebench/competitions/smartphone-decimeter-2022/notebook.py +86 -0
  2308. mlebench/competitions/smartphone-decimeter-2022/prepare.py +143 -0
  2309. mlebench/competitions/smartphone-decimeter-2022/prepare_val.py +199 -0
  2310. mlebench/competitions/spaceship-titanic/grade.py +11 -0
  2311. mlebench/competitions/spaceship-titanic/prepare.py +23 -0
  2312. mlebench/competitions/spaceship-titanic/prepare_val.py +61 -0
  2313. mlebench/competitions/spooky-author-identification/classes.py +1 -0
  2314. mlebench/competitions/spooky-author-identification/grade.py +38 -0
  2315. mlebench/competitions/spooky-author-identification/prepare.py +40 -0
  2316. mlebench/competitions/spooky-author-identification/prepare_val.py +78 -0
  2317. mlebench/competitions/stanford-covid-vaccine/grade.py +65 -0
  2318. mlebench/competitions/stanford-covid-vaccine/prepare.py +129 -0
  2319. mlebench/competitions/stanford-covid-vaccine/prepare_val.py +199 -0
  2320. mlebench/competitions/statoil-iceberg-classifier-challenge/grade.py +41 -0
  2321. mlebench/competitions/statoil-iceberg-classifier-challenge/prepare.py +105 -0
  2322. mlebench/competitions/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
  2323. mlebench/competitions/tabular-playground-series-dec-2021/grade.py +11 -0
  2324. mlebench/competitions/tabular-playground-series-dec-2021/prepare.py +39 -0
  2325. mlebench/competitions/tabular-playground-series-dec-2021/prepare_val.py +99 -0
  2326. mlebench/competitions/tabular-playground-series-may-2022/grade.py +9 -0
  2327. mlebench/competitions/tabular-playground-series-may-2022/prepare.py +56 -0
  2328. mlebench/competitions/tabular-playground-series-may-2022/prepare_val.py +116 -0
  2329. mlebench/competitions/tensorflow-speech-recognition-challenge/grade.py +11 -0
  2330. mlebench/competitions/tensorflow-speech-recognition-challenge/prepare.py +90 -0
  2331. mlebench/competitions/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
  2332. mlebench/competitions/tensorflow2-question-answering/grade.py +122 -0
  2333. mlebench/competitions/tensorflow2-question-answering/prepare.py +122 -0
  2334. mlebench/competitions/tensorflow2-question-answering/prepare_val.py +187 -0
  2335. mlebench/competitions/text-normalization-challenge-english-language/grade.py +49 -0
  2336. mlebench/competitions/text-normalization-challenge-english-language/prepare.py +115 -0
  2337. mlebench/competitions/text-normalization-challenge-english-language/prepare_val.py +213 -0
  2338. mlebench/competitions/text-normalization-challenge-russian-language/grade.py +49 -0
  2339. mlebench/competitions/text-normalization-challenge-russian-language/prepare.py +113 -0
  2340. mlebench/competitions/text-normalization-challenge-russian-language/prepare_val.py +165 -0
  2341. mlebench/competitions/tgs-salt-identification-challenge/grade.py +144 -0
  2342. mlebench/competitions/tgs-salt-identification-challenge/prepare.py +158 -0
  2343. mlebench/competitions/tgs-salt-identification-challenge/prepare_val.py +166 -0
  2344. mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
  2345. mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
  2346. mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
  2347. mlebench/competitions/tmdb-box-office-prediction/__init__.py +0 -0
  2348. mlebench/competitions/tmdb-box-office-prediction/grade.py +55 -0
  2349. mlebench/competitions/tmdb-box-office-prediction/prepare.py +35 -0
  2350. mlebench/competitions/tweet-sentiment-extraction/grade.py +67 -0
  2351. mlebench/competitions/tweet-sentiment-extraction/prepare.py +36 -0
  2352. mlebench/competitions/tweet-sentiment-extraction/prepare_val.py +106 -0
  2353. mlebench/competitions/us-patent-phrase-to-phrase-matching/grade.py +31 -0
  2354. mlebench/competitions/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
  2355. mlebench/competitions/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
  2356. mlebench/competitions/utils.py +266 -0
  2357. mlebench/competitions/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
  2358. mlebench/competitions/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
  2359. mlebench/competitions/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
  2360. mlebench/competitions/ventilator-pressure-prediction/__init__.py +0 -0
  2361. mlebench/competitions/ventilator-pressure-prediction/grade.py +52 -0
  2362. mlebench/competitions/ventilator-pressure-prediction/prepare.py +27 -0
  2363. mlebench/competitions/ventilator-pressure-prediction/prepare_val.py +142 -0
  2364. mlebench/competitions/ventilator_pressure_prediction/__init__.py +0 -0
  2365. mlebench/competitions/ventilator_pressure_prediction/grade.py +52 -0
  2366. mlebench/competitions/ventilator_pressure_prediction/prepare.py +27 -0
  2367. mlebench/competitions/vesuvius-challenge-ink-detection/grade.py +97 -0
  2368. mlebench/competitions/vesuvius-challenge-ink-detection/prepare.py +122 -0
  2369. mlebench/competitions/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
  2370. mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
  2371. mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
  2372. mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
  2373. mlebench/competitions/whale-categorization-playground/grade.py +41 -0
  2374. mlebench/competitions/whale-categorization-playground/prepare.py +103 -0
  2375. mlebench/competitions/whale-categorization-playground/prepare_val.py +196 -0
  2376. mlebench/data.py +420 -0
  2377. mlebench/grade.py +209 -0
  2378. mlebench/grade_helpers.py +235 -0
  2379. mlebench/metrics.py +75 -0
  2380. mlebench/registry.py +332 -0
  2381. mlebench/utils.py +346 -0
  2382. dslighting-1.3.9.dist-info/RECORD +0 -80
  2383. {dslighting-1.3.9.dist-info → dslighting-1.7.6.dist-info}/WHEEL +0 -0
@@ -0,0 +1,127 @@
1
+ import shutil
2
+ from pathlib import Path
3
+
4
+ import pandas as pd
5
+ from sklearn.model_selection import train_test_split
6
+ from tqdm.auto import tqdm
7
+
8
+ from mlebench.utils import get_logger
9
+
10
+ logger = get_logger(__name__)
11
+
12
+
13
+ def prepare(raw: Path, public: Path, private: Path):
14
+ DEV = False
15
+
16
+ if DEV:
17
+ batch_cutoff = 66 # 66 instead of 660 when in dev mode
18
+ else:
19
+ batch_cutoff = None
20
+
21
+ logger.info("Loading raw metadata")
22
+ old_train = pd.read_parquet(raw / "train_meta.parquet")
23
+
24
+ # this has batch_id and event_id, we will do a test-train split based on batch_id
25
+ # each batch id is equally sized so we can proceed with a simple split
26
+ batch_ids = old_train["batch_id"].unique()[:batch_cutoff]
27
+
28
+ logger.info("Splitting batches into train and test")
29
+ train_batch_ids, test_batch_ids = train_test_split(batch_ids, test_size=0.1, random_state=0)
30
+
31
+ # new column tracking the split
32
+ old_train["split"] = None
33
+ old_train.loc[old_train["batch_id"].isin(train_batch_ids), "split"] = "train"
34
+ old_train.loc[old_train["batch_id"].isin(test_batch_ids), "split"] = "test"
35
+
36
+ new_train = (
37
+ old_train[old_train["split"] == "train"]
38
+ .drop(columns=["split"])
39
+ .reset_index(drop=True)
40
+ .copy()
41
+ )
42
+ new_test = (
43
+ old_train[old_train["split"] == "test"]
44
+ .drop(columns=["split"])
45
+ .reset_index(drop=True)
46
+ .copy()
47
+ )
48
+
49
+ logger.info("Creating label-less test and sample submission")
50
+ new_test_without_labels = new_test.drop(columns=["azimuth", "zenith"])
51
+
52
+ # match sample submission format
53
+ new_test = new_test[["event_id", "azimuth", "zenith"]]
54
+
55
+ # copy the format as the private test and fill dummy values like kaggle.com
56
+ sample_submission = new_test.copy()
57
+ sample_submission["azimuth"] = 1
58
+ sample_submission["zenith"] = 1
59
+
60
+ logger.info("Saving files")
61
+ # save the prepared tables
62
+ new_train.to_parquet(public / "train_meta.parquet", index=False, engine="fastparquet")
63
+ new_test_without_labels.to_parquet(
64
+ public / "test_meta.parquet", index=False, engine="fastparquet"
65
+ )
66
+ sample_submission.to_csv(public / "sample_submission.csv", index=False)
67
+ new_test.to_csv(private / "test.csv", index=False)
68
+
69
+ logger.info("Copying remaining files")
70
+
71
+ # sensor_geometry can be copied as is
72
+ shutil.copy(raw / "sensor_geometry.csv", public / "sensor_geometry.csv")
73
+
74
+ # copy the raw train files to train and test folders respectively
75
+ train_batch_ids = set(train_batch_ids)
76
+ train_dest = public / "train"
77
+ train_dest.mkdir(exist_ok=True, parents=True)
78
+ test_batch_ids = set(test_batch_ids)
79
+ test_dest = public / "test"
80
+ test_dest.mkdir(exist_ok=True, parents=True)
81
+ for batch_file in tqdm(
82
+ sorted((raw / "train").glob("*.parquet")), desc="Copying batch parquet files"
83
+ ):
84
+ batch_id = int(
85
+ batch_file.stem.split("_")[-1]
86
+ ) # i.e. go from e.g. 'train_000.parquet' to '000' to 0
87
+ if batch_id in train_batch_ids:
88
+ shutil.copy(batch_file, train_dest / batch_file.name)
89
+ elif batch_id in test_batch_ids:
90
+ shutil.copy(batch_file, test_dest / batch_file.name)
91
+
92
+ logger.info("Running checks")
93
+ # Asserts
94
+ assert len(list(public.glob("train/*.parquet"))) == len(
95
+ train_batch_ids
96
+ ), "Not all train batches copied"
97
+ assert len(list(public.glob("test/*.parquet"))) == len(
98
+ test_batch_ids
99
+ ), "Not all test batches copied"
100
+ assert len(train_batch_ids) + len(test_batch_ids) == len(
101
+ batch_ids
102
+ ), "Something went wrong with splitting the batches"
103
+
104
+ assert len(new_train) + len(new_test) == len(
105
+ old_train[old_train["split"].notnull()]
106
+ ), "Expected train + test to equal the original data"
107
+ assert len(sample_submission) == len(
108
+ new_test
109
+ ), "Length mismatch between private test and sample submission"
110
+
111
+ assert sample_submission.columns.equals(
112
+ new_test.columns
113
+ ), f"Column mismatch between sample_submission and private test"
114
+ assert new_train.columns.equals(
115
+ old_train.drop(columns=["split"]).columns
116
+ ), f"Unexpected columns in train, expected {old_train.columns}, got {new_train.columns}"
117
+ assert new_test_without_labels.columns.equals(
118
+ old_train.drop(columns=["azimuth", "zenith", "split"]).columns
119
+ ), f"Unexpected columns in test, expected {old_train.drop(columns=['azimuth', 'zenith']).columns}, got {new_test_without_labels.columns}"
120
+
121
+ assert (
122
+ len(set(new_train["event_id"]).intersection(set(new_test["event_id"]))) == 0
123
+ ), "Event ids overlap between train and test"
124
+ assert set(new_test["event_id"]) == set(
125
+ sample_submission["event_id"]
126
+ ), "Event ids mismatch between test and sample submission"
127
+ logger.info("Done.")
@@ -0,0 +1,183 @@
1
+ import shutil
2
+ from pathlib import Path
3
+
4
+ import pandas as pd
5
+ from sklearn.model_selection import train_test_split
6
+ from tqdm.auto import tqdm
7
+
8
+ from mlebench.utils import get_logger
9
+
10
+ logger = get_logger(__name__)
11
+
12
+
13
+ def _create_split_files(
14
+ original_meta_df: pd.DataFrame,
15
+ train_batch_ids: list,
16
+ test_batch_ids: list,
17
+ public_dir: Path,
18
+ private_dir: Path,
19
+ raw_dir: Path,
20
+ ):
21
+ """
22
+ Helper function to process a split (e.g., train/test or train_val/test_val),
23
+ save the necessary files, and run checks.
24
+ """
25
+ logger.info(f"Processing split for destination: {public_dir.name}")
26
+ public_dir.mkdir(exist_ok=True, parents=True)
27
+ private_dir.mkdir(exist_ok=True, parents=True)
28
+
29
+ new_train = (
30
+ original_meta_df[original_meta_df["batch_id"].isin(train_batch_ids)]
31
+ .reset_index(drop=True)
32
+ .copy()
33
+ )
34
+ new_test = (
35
+ original_meta_df[original_meta_df["batch_id"].isin(test_batch_ids)]
36
+ .reset_index(drop=True)
37
+ .copy()
38
+ )
39
+
40
+ logger.info("Creating label-less test and sample submission")
41
+ new_test_without_labels = new_test.drop(columns=["azimuth", "zenith"])
42
+
43
+ # format private test to only contain event_id and labels
44
+ new_test = new_test[["event_id", "azimuth", "zenith"]]
45
+
46
+ # copy the format as the private test and fill dummy values like kaggle.com
47
+ sample_submission = new_test.copy()
48
+ sample_submission["azimuth"] = 1
49
+ sample_submission["zenith"] = 1
50
+
51
+ logger.info("Saving metadata files")
52
+ new_train.to_parquet(public_dir / "train_meta.parquet", index=False, engine="fastparquet")
53
+ new_test_without_labels.to_parquet(
54
+ public_dir / "test_meta.parquet", index=False, engine="fastparquet"
55
+ )
56
+ sample_submission.to_csv(public_dir / "sample_submission.csv", index=False)
57
+ new_test.to_csv(private_dir / "test.csv", index=False)
58
+
59
+ logger.info("Copying sensor geometry and batch data files")
60
+ # sensor_geometry can be copied as is
61
+ shutil.copy(raw_dir / "sensor_geometry.csv", public_dir / "sensor_geometry.csv")
62
+
63
+ # copy the raw train files to train and test folders respectively
64
+ train_ids_set = set(train_batch_ids)
65
+ train_dest = public_dir / "train"
66
+ train_dest.mkdir(exist_ok=True, parents=True)
67
+ test_ids_set = set(test_batch_ids)
68
+ test_dest = public_dir / "test"
69
+ test_dest.mkdir(exist_ok=True, parents=True)
70
+
71
+ for batch_file in tqdm(
72
+ sorted((raw_dir / "train").glob("*.parquet")), desc=f"Copying batches to {public_dir.name}"
73
+ ):
74
+ batch_id = int(batch_file.stem.split("_")[-1])
75
+ if batch_id in train_ids_set:
76
+ shutil.copy(batch_file, train_dest / batch_file.name)
77
+ elif batch_id in test_ids_set:
78
+ shutil.copy(batch_file, test_dest / batch_file.name)
79
+
80
+ logger.info("Running checks")
81
+ assert len(list(public_dir.glob("train/*.parquet"))) == len(
82
+ train_batch_ids
83
+ ), "Not all train batches copied"
84
+ assert len(list(public_dir.glob("test/*.parquet"))) == len(
85
+ test_batch_ids
86
+ ), "Not all test batches copied"
87
+ assert len(train_batch_ids) + len(test_batch_ids) == len(
88
+ set(train_batch_ids) | set(test_batch_ids)
89
+ ), "Something went wrong with splitting the batches"
90
+
91
+ # Drop the 'split' column for accurate checks, as it's not in the final data
92
+ original_meta_subset = original_meta_df[
93
+ original_meta_df["batch_id"].isin(train_batch_ids + test_batch_ids)
94
+ ]
95
+ if "split" in original_meta_subset.columns:
96
+ original_meta_subset = original_meta_subset.drop(columns=["split"])
97
+
98
+ assert len(new_train) + len(new_test) == len(
99
+ original_meta_subset
100
+ ), "Expected train + test to equal the original data"
101
+ assert len(sample_submission) == len(
102
+ new_test
103
+ ), "Length mismatch between private test and sample submission"
104
+
105
+ assert sample_submission.columns.equals(
106
+ new_test.columns
107
+ ), "Column mismatch between sample_submission and private test"
108
+ assert new_train.columns.equals(
109
+ original_meta_subset.columns
110
+ ), f"Unexpected columns in train, expected {original_meta_subset.columns}, got {new_train.columns}"
111
+ assert new_test_without_labels.columns.equals(
112
+ original_meta_subset.drop(columns=["azimuth", "zenith"]).columns
113
+ ), f"Unexpected columns in test"
114
+
115
+ assert (
116
+ len(set(new_train["event_id"]).intersection(set(new_test["event_id"]))) == 0
117
+ ), "Event ids overlap between train and test"
118
+ assert set(new_test["event_id"]) == set(
119
+ sample_submission["event_id"]
120
+ ), "Event ids mismatch between test and sample submission"
121
+
122
+
123
+ def prepare(raw: Path, public: Path, private: Path):
124
+ DEV = False
125
+
126
+ if DEV:
127
+ batch_cutoff = 66 # 66 instead of 660 when in dev mode
128
+ else:
129
+ batch_cutoff = None
130
+
131
+ logger.info("Loading raw metadata")
132
+ old_train = pd.read_parquet(raw / "train_meta.parquet")
133
+ batch_ids = old_train["batch_id"].unique()[:batch_cutoff]
134
+
135
+ # Clean the dataframe for processing.
136
+ # The original script adds a 'split' column which we don't need in the helper.
137
+ old_train_clean = old_train[old_train["batch_id"].isin(batch_ids)].drop(
138
+ columns=["split"], errors="ignore"
139
+ )
140
+
141
+ # --- 1. Original Split: Raw Data -> Train / Test ---
142
+ logger.info("Splitting batches into original train and test sets")
143
+ train_batch_ids, test_batch_ids = train_test_split(
144
+ batch_ids, test_size=0.1, random_state=0
145
+ )
146
+
147
+ # Process and save the original split to 'public' and 'private'
148
+ _create_split_files(
149
+ original_meta_df=old_train_clean,
150
+ train_batch_ids=list(train_batch_ids),
151
+ test_batch_ids=list(test_batch_ids),
152
+ public_dir=public,
153
+ private_dir=private,
154
+ raw_dir=raw,
155
+ )
156
+
157
+ # --- 2. New Validation Split: Original Train -> New Train / Validation Test ---
158
+ logger.info("Creating new parallel directories for validation split")
159
+ public_val = public.parent / "public_val"
160
+ private_val = private.parent / "private_val"
161
+
162
+ # The new validation set should be the same size as the original test set.
163
+ # Calculate the required test_size for the second split.
164
+ # test_size = (size of desired val set) / (size of set being split)
165
+ # = len(test_batch_ids) / len(train_batch_ids)
166
+ test_val_size_ratio = len(test_batch_ids) / len(train_batch_ids)
167
+
168
+ logger.info(f"Splitting original train set to create validation set")
169
+ train_val_batch_ids, test_val_batch_ids = train_test_split(
170
+ train_batch_ids, test_size=test_val_size_ratio, random_state=0
171
+ )
172
+
173
+ # Process and save the new validation split to 'public_val' and 'private_val'
174
+ _create_split_files(
175
+ original_meta_df=old_train_clean,
176
+ train_batch_ids=list(train_val_batch_ids),
177
+ test_batch_ids=list(test_val_batch_ids),
178
+ public_dir=public_val,
179
+ private_dir=private_val,
180
+ raw_dir=raw,
181
+ )
182
+
183
+ logger.info("All data preparation tasks are complete.")
@@ -0,0 +1,3 @@
1
+ # Checksums for ili dataset
2
+ # This file will be auto-generated during data preparation
3
+ zip: ""
@@ -0,0 +1,16 @@
1
+ id: ili
2
+ name: ILI Time Series Forecasting
3
+ competition_type: code
4
+ awards_medals: false
5
+ prizes: null
6
+ description: mlebench/competitions/ili/description.md
7
+
8
+ dataset:
9
+ answers: ili/prepared/private/test_targets.csv
10
+ sample_submission: ili/prepared/public/sample_submission.csv
11
+
12
+ grader:
13
+ name: mse-mae
14
+ grade_fn: mlebench.competitions.ili.grade:grade
15
+
16
+ preparer: mlebench.competitions.ili.prepare:prepare
@@ -0,0 +1,61 @@
1
+ # ILI Time Series Forecasting
2
+
3
+ ## Task Description
4
+
5
+ You are solving a machine learning task of time series forecasting using the ILI (Influenza-Like Illness) dataset.
6
+
7
+ The dataset presented here comprises real-world time series data tracking influenza-like illness statistics. We have split the dataset into train, validation, and test parts.
8
+
9
+ ## Data Description
10
+
11
+ - **Input**: A sequence of past observations (INPUT_SEQ_LEN=36, INPUT_DIM=7)
12
+ - **Output**: Predict the next future sequence (PRED_SEQ_LEN=24, PRED_DIM=7)
13
+ - **Evaluation Metrics**: Mean Squared Error (MSE) and Mean Absolute Error (MAE)
14
+
15
+ The dataset contains 7 features from the CDC's influenza surveillance system:
16
+ 1. % WEIGHTED ILI
17
+ 2. % UNWEIGHTED ILI
18
+ 3. AGE 0-4
19
+ 4. AGE 5-24
20
+ 5. ILITOTAL
21
+ 6. NUM. OF PROVIDERS
22
+ 7. OT (Other)
23
+
24
+
25
+
26
+
27
+ ## Submission Format
28
+
29
+ The submission should be a CSV file with the following format:
30
+ - Column `id`: Integer index for each test sample (0 to N_test-1)
31
+ - Columns `pred_0` to `pred_167`: Flattened predictions (24 timesteps × 7 features = 168 values per sample)
32
+
33
+ Example CSV structure:
34
+ ```
35
+ id,pred_0,pred_1,pred_2,...,pred_166,pred_167
36
+ 0,0.5,0.3,0.7,...,0.2,0.4
37
+ 1,0.6,0.4,0.8,...,0.3,0.5
38
+ ...
39
+ ```
40
+
41
+
42
+ ## Evaluation
43
+
44
+ Your predictions will be evaluated using two metrics:
45
+ 1. **MSE (Mean Squared Error)**: Lower is better
46
+ 2. **MAE (Mean Absolute Error)**: Lower is better
47
+
48
+ The primary ranking metric is MSE.
49
+
50
+ ## Goal
51
+
52
+ Train a time series forecasting model to accurately predict future ILI statistics based on historical observations.
53
+
54
+ ## Notes
55
+
56
+ - This is a multivariate time series forecasting problem
57
+ - Each input sequence covers 36 weeks of data
58
+ - You need to predict the next 24 weeks
59
+ - All 7 features need to be predicted simultaneously
60
+ - The data has been preprocessed and standardized
61
+
@@ -0,0 +1,60 @@
1
+ import pandas as pd
2
+ import numpy as np
3
+
4
+
5
+ def grade(submission: pd.DataFrame, answers: pd.DataFrame) -> float:
6
+ """
7
+ Grade the submission using MSE metric.
8
+
9
+ Args:
10
+ submission: DataFrame with columns ['id', 'pred_0', 'pred_1', ..., 'pred_167']
11
+ Each row represents one test sample
12
+ Columns pred_0 to pred_167 represent flattened predictions (24 timesteps * 7 features)
13
+ answers: DataFrame with columns ['id', 'pred_0', 'pred_1', ..., 'pred_167']
14
+ Ground truth in same format as submission
15
+
16
+ Returns:
17
+ MSE score (float) - lower is better
18
+ """
19
+ try:
20
+ # Extract prediction columns (pred_0 to pred_167 for 24*7=168 values)
21
+ pred_cols = [f'pred_{i}' for i in range(24 * 7)]
22
+
23
+ # Check if all required columns exist
24
+ if not all(col in submission.columns for col in pred_cols):
25
+ print(f"Error: Missing prediction columns. Expected columns: {pred_cols[:5]}...{pred_cols[-5:]}")
26
+ return float(1e10)
27
+
28
+ # Sort by id to ensure alignment
29
+ submission = submission.sort_values('id').reset_index(drop=True)
30
+ answers = answers.sort_values('id').reset_index(drop=True)
31
+
32
+ # Extract predictions
33
+ predictions = submission[pred_cols].values
34
+ ground_truth = answers[pred_cols].values
35
+
36
+ # Reshape to (N, 24, 7) for MSE calculation
37
+ predictions_3d = predictions.reshape(-1, 24, 7)
38
+ ground_truth_3d = ground_truth.reshape(-1, 24, 7)
39
+
40
+ # Ensure shapes match
41
+ if predictions_3d.shape != ground_truth_3d.shape:
42
+ print(f"Error: Shape mismatch. Got {predictions_3d.shape}, expected {ground_truth_3d.shape}")
43
+ return float(1e10)
44
+
45
+ # Calculate MSE (primary metric)
46
+ mse = np.mean((predictions_3d - ground_truth_3d) ** 2)
47
+
48
+ # Calculate MAE (for logging/debugging)
49
+ mae = np.mean(np.abs(predictions_3d - ground_truth_3d))
50
+
51
+ print(f"MSE: {mse:.6f}, MAE: {mae:.6f}")
52
+
53
+ return float(mse)
54
+
55
+ except Exception as e:
56
+ print(f"Error during grading: {e}")
57
+ import traceback
58
+ traceback.print_exc()
59
+ # Return a very high score (bad) on error
60
+ return float(1e10)
@@ -0,0 +1,99 @@
1
+ import pandas as pd
2
+ import numpy as np
3
+ import sys
4
+ from pathlib import Path
5
+
6
+
7
+ def prepare(raw: Path, public: Path, private: Path):
8
+ """
9
+ Prepare the ILI dataset for the benchmark.
10
+
11
+ This function converts the CSV time series data to numpy arrays for
12
+ time series forecasting.
13
+
14
+ Args:
15
+ raw: Path to raw data directory (contains national_illness.csv)
16
+ public: Path to public directory (visible to participants)
17
+ private: Path to private directory (hidden from participants, used for grading)
18
+ """
19
+ try:
20
+ # Add raw directory to path temporarily to import dataset module
21
+ sys.path.insert(0, str(raw))
22
+
23
+ # Use the local dataset module to load data
24
+ from dataset import get_dataset
25
+
26
+ # Change to raw directory to load data
27
+ import os
28
+ original_dir = os.getcwd()
29
+ os.chdir(str(raw))
30
+
31
+ try:
32
+ # Load train and test datasets
33
+ X_train, y_train = get_dataset('train')
34
+ X_test, y_test = get_dataset('test')
35
+
36
+ print(f"Loaded training data: X_train.shape = {X_train.shape}, y_train.shape = {y_train.shape}")
37
+ print(f"Loaded test data: X_test.shape = {X_test.shape}, y_test.shape = {y_test.shape}")
38
+
39
+ # Save training data as numpy arrays in public directory
40
+ np.save(public / "train_input.npy", X_train)
41
+ np.save(public / "train_target.npy", y_train)
42
+
43
+ # Save test input (without targets) in public directory
44
+ np.save(public / "test_input.npy", X_test)
45
+
46
+ # Save test targets for grading (private)
47
+ # Save as both numpy (for convenience) and CSV (for framework compatibility)
48
+ np.save(private / "test_targets.npy", y_test)
49
+
50
+ # Also save as CSV for framework compatibility
51
+ test_targets_flat = y_test.reshape(len(y_test), -1)
52
+ test_targets_df = pd.DataFrame(test_targets_flat,
53
+ columns=[f'pred_{i}' for i in range(24 * 7)])
54
+ test_targets_df.insert(0, 'id', range(len(y_test)))
55
+ test_targets_df.to_csv(private / "test_targets.csv", index=False)
56
+
57
+ # Create sample submission CSV file
58
+ # Flatten (N, 24, 7) to (N, 168) where 168 = 24*7
59
+ sample_submission_flat = np.zeros((len(y_test), 24 * 7))
60
+ sample_submission_df = pd.DataFrame(sample_submission_flat,
61
+ columns=[f'pred_{i}' for i in range(24 * 7)])
62
+ sample_submission_df.insert(0, 'id', range(len(y_test)))
63
+ sample_submission_df.to_csv(public / "sample_submission.csv", index=False)
64
+
65
+ # Also save numpy version for convenience
66
+ np.save(public / "sample_submission.npy", np.zeros_like(y_test))
67
+
68
+ print(f"Data preparation completed:")
69
+ print(f" - Training: {len(X_train)} samples")
70
+ print(f" - Test: {len(X_test)} samples")
71
+ print(f" - Input sequence length: {X_train.shape[1]}")
72
+ print(f" - Input features: {X_train.shape[2]}")
73
+ print(f" - Output sequence length: {y_train.shape[1]}")
74
+ print(f" - Output features: {y_train.shape[2]}")
75
+
76
+ finally:
77
+ os.chdir(original_dir)
78
+ sys.path.remove(str(raw))
79
+
80
+ except Exception as e:
81
+ print(f"Error loading data: {e}")
82
+ import traceback
83
+ traceback.print_exc()
84
+ # Fallback: create dummy files if loading fails
85
+ print("Creating dummy submission files...")
86
+ dummy_array = np.zeros((1, 24, 7))
87
+ np.save(private / "test_targets.npy", dummy_array)
88
+ np.save(public / "sample_submission.npy", dummy_array)
89
+
90
+ # Validation checks
91
+ assert (public / "train_input.npy").exists(), "Training input should exist"
92
+ assert (public / "train_target.npy").exists(), "Training target should exist"
93
+ assert (public / "test_input.npy").exists(), "Test input should exist"
94
+ assert (private / "test_targets.npy").exists(), "Test targets should exist"
95
+ assert (public / "sample_submission.npy").exists(), "Sample submission should exist"
96
+
97
+ print(f"\nPrepared ILI dataset:")
98
+ print(f" - Public files: {list(public.glob('*'))}")
99
+ print(f" - Private files: {list(private.glob('*'))}")
@@ -0,0 +1,7 @@
1
+ private:
2
+ answers.csv: c708435becf1c7679bf09c1746942992
3
+ public:
4
+ labels.csv: a62c433510585b96a558564fa8f530f4
5
+ sample_submission.csv: 879aa23cfa7947e6c39737615fa7f429
6
+ train.csv: ce560adcffe6ee6e9b6da89981f8da2e
7
+ zip: 5e91584b7f667ed2c267fbc2ee83b335
@@ -0,0 +1,16 @@
1
+ id: imet-2020-fgvc7
2
+ name: iMet Collection 2020 - FGVC7
3
+ competition_type: code
4
+ awards_medals: false
5
+ prizes: null
6
+ description: mlebench/competitions/imet-2020-fgvc7/description.md
7
+
8
+ dataset:
9
+ answers: imet-2020-fgvc7/prepared/private/answers.csv
10
+ sample_submission: imet-2020-fgvc7/prepared/public/sample_submission.csv
11
+
12
+ grader:
13
+ name: micro-f1-score
14
+ grade_fn: mlebench.competitions.imet-2020-fgvc7.grade:grade
15
+
16
+ preparer: mlebench.competitions.imet-2020-fgvc7.prepare:prepare
@@ -0,0 +1,81 @@
1
+ # Overview
2
+
3
+ ## Description
4
+
5
+ The [Metropolitan Museum of Art](https://www.metmuseum.org/) in New York, also known as The Met, has a diverse collection of over 1.5M objects of which over 200K have been digitized with imagery. Can you help find the significant attributes to identify a specific work of art? Help advance this research in this notebook competition.
6
+
7
+ The online cataloguing information is generated by subject matter experts and includes a wide range of data. These include, but are not limited to: multiple object classifications, artist, title, period, date, medium, culture, size, provenance, geographic location, and other related museum objects within The Met’s collection. While the annotations describe the object from an art history perspective, they can also be indirect in describing finer-grained attributes for the museum-goer’s understanding. Adding fine-grained attributes to aid in the visual understanding of the museum objects will enable the ability to search for visually related objects.
8
+
9
+ > This is a Code Competition. Refer to Code Requirements for details.
10
+
11
+ ### About
12
+
13
+ This is an FGVCx competition hosted as part of the [FGVC7 workshop](https://sites.google.com/view/fgvc7/home) at [CVPR 2020](http://cvpr2020.thecvf.com/).
14
+
15
+ ## Evaluation
16
+
17
+ Submissions will be evaluated based on their micro averaged [F1 score](https://en.wikipedia.org/wiki/F1_score).
18
+
19
+ ### Submission File
20
+
21
+ ```
22
+ id,attribute_ids
23
+ 00011f01965f141f5d1eea6592fa9862,0 1 2
24
+ 00014abc91ed3e4bf1663fde8136fe80,0 1 2
25
+ 0002e2054e303badc1a33463f6fb7973,0 1 2
26
+ ```
27
+
28
+ ## Timeline
29
+
30
+ - **May 21, 2020** - Entry deadline. You must accept the competition rules before this date in order to compete.
31
+ - **May 21, 2020** - Team Merger deadline. This is the last day participants may join or merge teams.
32
+ - **May 28, 2020** - Final submission deadline.
33
+
34
+ All deadlines are at 11:59 PM UTC on the corresponding day unless otherwise noted. The competition organizers reserve the right to update the contest timeline if they deem it necessary.
35
+
36
+ ## Code Requirements
37
+
38
+ ### This is a Code Competition
39
+
40
+ Submissions to this competition must be made through Notebooks. In order for the "Submit to Competition" button to be active after a commit, the following conditions must be met:
41
+
42
+ - CPU Notebook <= 9 hours run-time
43
+ - GPU Notebook <= 4 hours run-time
44
+ - No internet access enabled
45
+ - External data, freely & publicly available, is allowed, including pre-trained models
46
+ - Submission file must be named "submission.csv"
47
+
48
+ Please see the [Code Competition FAQ](https://www.kaggle.com/docs/competitions#kernels-only-FAQ) for more information on how to submit.
49
+
50
+ ## CVPR 2020
51
+
52
+ This competition is part of the Fine-Grained Visual Categorization [FGVC7](https://sites.google.com/view/fgvc7/home) workshop at the Computer Vision and Pattern Recognition Conference [CVPR 2020](http://cvpr2020.thecvf.com/). A panel will review the top submissions for the competition based on the description of the methods provided. From this, a subset may be invited to present their results at the workshop. Attending the workshop is not required to participate in the competition, however only teams that are attending the workshop will be considered to present their work.
53
+
54
+ There is no cash prize for this competition. Attendees presenting in person are responsible for all costs associated with travel, expenses, and fees to attend CVPR 2020. PLEASE NOTE: CVPR frequently sells out early, we cannot guarantee CVPR registration after the competition's end. If you are interested in attending, please plan ahead.
55
+
56
+ You can see a list of all of the FGVC7 competitions [here](https://sites.google.com/corp/view/fgvc7/competitions).
57
+
58
+ ## Citation
59
+
60
+ Chenyang Zhang, Christine Kaeser-Chen, Grace Vesom, Jennie Choi, Maggie, Will Cukierski. (2020). iMet Collection 2020 - FGVC7. Kaggle. https://kaggle.com/competitions/imet-2020-fgvc7
61
+
62
+ # Data
63
+
64
+ ## Dataset Description
65
+
66
+ In this dataset, you are presented with a large number of artwork images and associated attributes of the art. The dataset has been expanded from the [2019 edition](https://www.kaggle.com/c/imet-2019-fgvc6/) of this competition. Multiple modalities can be expected and the camera sources are unknown. The photographs are often centered for objects, and in the case where the museum artifact is an entire room, the images are scenic in nature.
67
+
68
+ Each object is annotated by a single annotator without a verification step. Annotators were advised to add multiple labels from an ontology provided by The Met, and additionally are allowed to add free-form text when they see fit. They were able to view the museum's online collection pages and advised to avoid annotating labels already present. The attributes can relate to what one "sees" in the work or what one infers as the object's "utility."
69
+
70
+ While we have made efforts to make the attribute labels as high quality as possible, you should consider these annotations noisy. There may be a small number of attributes with similar meanings. The competition metric, F2 score, was intentionally chosen to provide some robustness against noisy labels, favoring recall over precision.
71
+
72
+ This is a synchronous-rerun competition. When you submit, your code will be rerun on a private test set that contains unseen images.
73
+
74
+ ### Files
75
+
76
+ The filename of each image is its `id`.
77
+
78
+ - **train.csv** gives the `attribute_ids` for the train images in **/train**
79
+ - **/test** contains the test images. You must predict the `attribute_ids` for these images.
80
+ - **sample_submission.csv** contains a submission in the correct format
81
+ - **labels.csv** provides descriptions of the attributes