dslighting 2.6.14__tar.gz

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.

Potentially problematic release.


This version of dslighting might be problematic. Click here for more details.

Files changed (3657) hide show
  1. dslighting-2.6.14/MANIFEST.in +15 -0
  2. dslighting-2.6.14/PIP_DOC/README_PIP.md +714 -0
  3. dslighting-2.6.14/PKG-INFO +796 -0
  4. dslighting-2.6.14/README.md +560 -0
  5. dslighting-2.6.14/benchmarks/__init__.py +0 -0
  6. dslighting-2.6.14/benchmarks/base.py +44 -0
  7. dslighting-2.6.14/benchmarks/dabench/__init__.py +0 -0
  8. dslighting-2.6.14/benchmarks/dabench/competitions/__init__.py +0 -0
  9. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-0-mean-fare-paid/grade.py +66 -0
  10. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-0-mean-fare-paid/prepare.py +49 -0
  11. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-10-total-traded-quantity/grade.py +66 -0
  12. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-10-total-traded-quantity/prepare.py +49 -0
  13. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-105-correlation-coefficient-between/grade.py +66 -0
  14. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-105-correlation-coefficient-between/prepare.py +49 -0
  15. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-108-generate-feature-called/grade.py +66 -0
  16. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-108-generate-feature-called/prepare.py +49 -0
  17. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-109-explore-distribution-loanamount/grade.py +66 -0
  18. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-109-explore-distribution-loanamount/prepare.py +49 -0
  19. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-11-correlation-coefficient-between/grade.py +66 -0
  20. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-11-correlation-coefficient-between/prepare.py +49 -0
  21. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-111-comprehensive-data-preprocessing/grade.py +66 -0
  22. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-111-comprehensive-data-preprocessing/prepare.py +49 -0
  23. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-114-which-country-highest/grade.py +66 -0
  24. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-114-which-country-highest/prepare.py +49 -0
  25. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-116-there-outliers-happiness/grade.py +66 -0
  26. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-116-there-outliers-happiness/prepare.py +49 -0
  27. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-117-which-variable-strongest/grade.py +66 -0
  28. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-117-which-variable-strongest/prepare.py +49 -0
  29. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-118-there-linear-relationship/grade.py +66 -0
  30. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-118-there-linear-relationship/prepare.py +49 -0
  31. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-123-which-country-highest/grade.py +66 -0
  32. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-123-which-country-highest/prepare.py +49 -0
  33. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-124-there-significant-difference/grade.py +66 -0
  34. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-124-there-significant-difference/prepare.py +49 -0
  35. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-125-predict-number-people/grade.py +66 -0
  36. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-125-predict-number-people/prepare.py +49 -0
  37. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-129-mean-standard-deviation/grade.py +66 -0
  38. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-129-mean-standard-deviation/prepare.py +49 -0
  39. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-130-passengers-follows-normal/grade.py +66 -0
  40. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-130-passengers-follows-normal/prepare.py +49 -0
  41. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-132-identify-count-number/grade.py +66 -0
  42. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-132-identify-count-number/prepare.py +49 -0
  43. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-133-comprehensive-data-preprocessing/grade.py +66 -0
  44. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-133-comprehensive-data-preprocessing/prepare.py +49 -0
  45. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-136-distribution-analysis-fare/grade.py +66 -0
  46. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-136-distribution-analysis-fare/prepare.py +49 -0
  47. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-137-feature-engineering-creating/grade.py +66 -0
  48. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-137-feature-engineering-creating/prepare.py +49 -0
  49. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-139-question-percentage-votes/grade.py +66 -0
  50. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-139-question-percentage-votes/prepare.py +49 -0
  51. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-14-feature-called-price/grade.py +66 -0
  52. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-14-feature-called-price/prepare.py +49 -0
  53. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-140-question-there-correlation/grade.py +66 -0
  54. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-140-question-there-correlation/prepare.py +49 -0
  55. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-142-question-there-relationship/grade.py +66 -0
  56. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-142-question-there-relationship/prepare.py +49 -0
  57. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-144-question-mean-standard/grade.py +66 -0
  58. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-144-question-mean-standard/prepare.py +49 -0
  59. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-174-determine-skewness-fares/grade.py +66 -0
  60. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-174-determine-skewness-fares/prepare.py +49 -0
  61. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-175-identify-there-outliers/grade.py +66 -0
  62. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-175-identify-there-outliers/prepare.py +49 -0
  63. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-176-median-male-passengers/grade.py +66 -0
  64. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-176-median-male-passengers/prepare.py +49 -0
  65. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-177-investigate-distribution-ages/grade.py +66 -0
  66. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-177-investigate-distribution-ages/prepare.py +49 -0
  67. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-178-comprehensive-data-preprocessing/grade.py +66 -0
  68. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-178-comprehensive-data-preprocessing/prepare.py +49 -0
  69. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-179-pearson-correlation-coefficient/grade.py +66 -0
  70. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-179-pearson-correlation-coefficient/prepare.py +49 -0
  71. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-18-mean-standard-deviation/grade.py +66 -0
  72. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-18-mean-standard-deviation/prepare.py +49 -0
  73. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-180-outlier-detection-fare/grade.py +66 -0
  74. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-180-outlier-detection-fare/prepare.py +49 -0
  75. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-19-distribution-column-adheres/grade.py +66 -0
  76. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-19-distribution-column-adheres/prepare.py +49 -0
  77. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-207-which-column-contain/grade.py +66 -0
  78. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-207-which-column-contain/prepare.py +49 -0
  79. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-208-mean-standard-deviation/grade.py +66 -0
  80. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-208-mean-standard-deviation/prepare.py +49 -0
  81. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-209-there-correlation-between/grade.py +66 -0
  82. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-209-there-correlation-between/prepare.py +49 -0
  83. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-210-identify-remove-outliers/grade.py +66 -0
  84. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-210-identify-remove-outliers/prepare.py +49 -0
  85. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-214-correlation-analysis-between/grade.py +66 -0
  86. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-214-correlation-analysis-between/prepare.py +49 -0
  87. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-216-mean-standard-deviation/grade.py +66 -0
  88. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-216-mean-standard-deviation/prepare.py +49 -0
  89. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-217-find-site-identifier/grade.py +66 -0
  90. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-217-find-site-identifier/prepare.py +49 -0
  91. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-218-correlation-coefficient-between/grade.py +66 -0
  92. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-218-correlation-coefficient-between/prepare.py +49 -0
  93. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-219-identify-site-with/grade.py +66 -0
  94. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-219-identify-site-with/prepare.py +49 -0
  95. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-220-comprehensive-data-preprocessing/grade.py +66 -0
  96. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-220-comprehensive-data-preprocessing/prepare.py +49 -0
  97. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-222-explore-distribution-column/grade.py +66 -0
  98. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-222-explore-distribution-column/prepare.py +49 -0
  99. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-224-utilize-machine-learning/grade.py +66 -0
  100. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-224-utilize-machine-learning/prepare.py +49 -0
  101. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-23-machine-learning-techniques/grade.py +66 -0
  102. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-23-machine-learning-techniques/prepare.py +49 -0
  103. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-234-what-average-duration/grade.py +66 -0
  104. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-234-what-average-duration/prepare.py +49 -0
  105. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-24-mean-individuals-dataset/grade.py +66 -0
  106. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-24-mean-individuals-dataset/prepare.py +49 -0
  107. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-243-what-mean-batting/grade.py +66 -0
  108. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-243-what-mean-batting/prepare.py +49 -0
  109. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-244-number-home-runs/grade.py +66 -0
  110. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-244-number-home-runs/prepare.py +49 -0
  111. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-247-what-average-number/grade.py +66 -0
  112. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-247-what-average-number/prepare.py +49 -0
  113. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-249-there-significant-correlation/grade.py +66 -0
  114. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-249-there-significant-correlation/prepare.py +49 -0
  115. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-25-distribution-values-dataset/grade.py +66 -0
  116. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-25-distribution-values-dataset/prepare.py +49 -0
  117. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-250-feature-called-which/grade.py +66 -0
  118. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-250-feature-called-which/prepare.py +49 -0
  119. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-252-determine-which-country/grade.py +66 -0
  120. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-252-determine-which-country/prepare.py +49 -0
  121. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-254-identify-outliers-gross/grade.py +66 -0
  122. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-254-identify-outliers-gross/prepare.py +49 -0
  123. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-255-mean-standard-deviation/grade.py +66 -0
  124. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-255-mean-standard-deviation/prepare.py +49 -0
  125. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-26-correlation-coefficient-between/grade.py +66 -0
  126. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-26-correlation-coefficient-between/prepare.py +49 -0
  127. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-268-meanpot-values-normally/grade.py +66 -0
  128. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-268-meanpot-values-normally/prepare.py +49 -0
  129. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-269-there-correlation-between/grade.py +66 -0
  130. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-269-there-correlation-between/prepare.py +49 -0
  131. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-27-identify-outliers-charges/grade.py +66 -0
  132. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-27-identify-outliers-charges/prepare.py +49 -0
  133. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-271-comprehensive-data-preprocessing/grade.py +66 -0
  134. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-271-comprehensive-data-preprocessing/prepare.py +49 -0
  135. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-272-feature-named-dividing/grade.py +66 -0
  136. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-272-feature-named-dividing/prepare.py +49 -0
  137. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-273-correlation-analysis-between/grade.py +66 -0
  138. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-273-correlation-analysis-between/prepare.py +49 -0
  139. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-275-comprehensive-analysis-dataset/grade.py +66 -0
  140. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-275-comprehensive-analysis-dataset/prepare.py +49 -0
  141. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-277-there-correlation-between/grade.py +66 -0
  142. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-277-there-correlation-between/prepare.py +49 -0
  143. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-278-there-outliers-agri/grade.py +66 -0
  144. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-278-there-outliers-agri/prepare.py +49 -0
  145. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-28-comprehensive-data-preprocessing/grade.py +66 -0
  146. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-28-comprehensive-data-preprocessing/prepare.py +49 -0
  147. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-282-correlation-analysis-given/grade.py +66 -0
  148. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-282-correlation-analysis-given/prepare.py +49 -0
  149. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-297-there-significant-difference/grade.py +66 -0
  150. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-297-there-significant-difference/prepare.py +49 -0
  151. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-298-distribution-analysis-nsamplecov/grade.py +66 -0
  152. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-298-distribution-analysis-nsamplecov/prepare.py +49 -0
  153. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-30-linear-regression-machine/grade.py +66 -0
  154. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-30-linear-regression-machine/prepare.py +49 -0
  155. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-300-there-correlation-between/grade.py +66 -0
  156. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-300-there-correlation-between/prepare.py +49 -0
  157. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-304-fare-variable-follows/grade.py +66 -0
  158. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-304-fare-variable-follows/prepare.py +49 -0
  159. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-308-feature-engineering-techniques/grade.py +66 -0
  160. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-308-feature-engineering-techniques/prepare.py +49 -0
  161. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-309-distribution-analysis-fare/grade.py +66 -0
  162. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-309-distribution-analysis-fare/prepare.py +49 -0
  163. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-310-correlation-analysis-numerical/grade.py +66 -0
  164. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-310-correlation-analysis-numerical/prepare.py +49 -0
  165. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-32-mean-standard-deviation/grade.py +66 -0
  166. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-32-mean-standard-deviation/prepare.py +49 -0
  167. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-320-what-mean-eventmsgtype/grade.py +66 -0
  168. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-320-what-mean-eventmsgtype/prepare.py +49 -0
  169. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-321-there-outliers-scoremargin/grade.py +66 -0
  170. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-321-there-outliers-scoremargin/prepare.py +49 -0
  171. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-324-there-missing-values/grade.py +66 -0
  172. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-324-there-missing-values/prepare.py +49 -0
  173. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-326-feature-named-that/grade.py +66 -0
  174. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-326-feature-named-that/prepare.py +49 -0
  175. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-33-column-normally-distributed/grade.py +66 -0
  176. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-33-column-normally-distributed/prepare.py +49 -0
  177. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-337-distribution-median-sold/grade.py +66 -0
  178. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-337-distribution-median-sold/prepare.py +49 -0
  179. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-338-there-correlation-between/grade.py +66 -0
  180. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-338-there-correlation-between/prepare.py +49 -0
  181. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-34-there-correlation-between/grade.py +66 -0
  182. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-34-there-correlation-between/prepare.py +49 -0
  183. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-349-mean-passengers/grade.py +66 -0
  184. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-349-mean-passengers/prepare.py +49 -0
  185. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-35-identify-remove-outliers/grade.py +66 -0
  186. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-35-identify-remove-outliers/prepare.py +49 -0
  187. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-350-fare-column-follows/grade.py +66 -0
  188. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-350-fare-column-follows/prepare.py +49 -0
  189. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-351-determine-correlation-coefficient/grade.py +66 -0
  190. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-351-determine-correlation-coefficient/prepare.py +49 -0
  191. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-352-identify-outliers-fare/grade.py +66 -0
  192. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-352-identify-outliers-fare/prepare.py +49 -0
  193. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-354-feature-familysize-summing/grade.py +66 -0
  194. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-354-feature-familysize-summing/prepare.py +49 -0
  195. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-355-linear-regression-analysis/grade.py +66 -0
  196. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-355-linear-regression-analysis/prepare.py +49 -0
  197. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-359-distribution-wind-speed/grade.py +66 -0
  198. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-359-distribution-wind-speed/prepare.py +49 -0
  199. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-360-determine-correlation-coefficient/grade.py +66 -0
  200. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-360-determine-correlation-coefficient/prepare.py +49 -0
  201. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-361-identify-remove-outliers/grade.py +66 -0
  202. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-361-identify-remove-outliers/prepare.py +49 -0
  203. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-363-train-machine-learning/grade.py +66 -0
  204. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-363-train-machine-learning/prepare.py +49 -0
  205. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-372-find-mean-median/grade.py +66 -0
  206. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-372-find-mean-median/prepare.py +49 -0
  207. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-375-distribution-analysis-trips/grade.py +66 -0
  208. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-375-distribution-analysis-trips/prepare.py +49 -0
  209. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-376-feature-engineering-dataset/grade.py +66 -0
  210. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-376-feature-engineering-dataset/prepare.py +49 -0
  211. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-378-preprocess-dataset-handling/grade.py +66 -0
  212. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-378-preprocess-dataset-handling/prepare.py +49 -0
  213. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-39-explore-distribution-importance/grade.py +66 -0
  214. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-39-explore-distribution-importance/prepare.py +49 -0
  215. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-408-there-correlation-between/grade.py +66 -0
  216. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-408-there-correlation-between/prepare.py +49 -0
  217. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-409-many-missing-values/grade.py +66 -0
  218. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-409-many-missing-values/prepare.py +49 -0
  219. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-410-what-distribution-ages/grade.py +66 -0
  220. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-410-what-distribution-ages/prepare.py +49 -0
  221. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-411-there-outliers-fare/grade.py +66 -0
  222. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-411-there-outliers-fare/prepare.py +49 -0
  223. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-412-feature-called-familysize/grade.py +66 -0
  224. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-412-feature-called-familysize/prepare.py +49 -0
  225. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-413-there-correlation-between/grade.py +66 -0
  226. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-413-there-correlation-between/prepare.py +49 -0
  227. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-414-what-average-passengers/grade.py +66 -0
  228. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-414-what-average-passengers/prepare.py +49 -0
  229. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-415-what-distribution-fare/grade.py +66 -0
  230. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-415-what-distribution-fare/prepare.py +49 -0
  231. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-418-there-outliers-trading/grade.py +66 -0
  232. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-418-there-outliers-trading/prepare.py +49 -0
  233. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-419-there-significant-difference/grade.py +66 -0
  234. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-419-there-significant-difference/prepare.py +49 -0
  235. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-421-comprehensive-data-preprocessing/grade.py +66 -0
  236. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-421-comprehensive-data-preprocessing/prepare.py +49 -0
  237. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-423-feature-engineering-given/grade.py +66 -0
  238. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-423-feature-engineering-given/prepare.py +49 -0
  239. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-424-develop-machine-learning/grade.py +66 -0
  240. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-424-develop-machine-learning/prepare.py +49 -0
  241. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-425-many-missing-values/grade.py +66 -0
  242. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-425-many-missing-values/prepare.py +49 -0
  243. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-426-what-maximum-sustained/grade.py +66 -0
  244. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-426-what-maximum-sustained/prepare.py +49 -0
  245. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-427-many-storms-have/grade.py +66 -0
  246. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-427-many-storms-have/prepare.py +49 -0
  247. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-428-what-average-damage/grade.py +66 -0
  248. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-428-what-average-damage/prepare.py +49 -0
  249. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-429-there-correlation-between/grade.py +66 -0
  250. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-429-there-correlation-between/prepare.py +49 -0
  251. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-431-there-relationship-between/grade.py +66 -0
  252. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-431-there-relationship-between/prepare.py +49 -0
  253. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-432-predict-maximum-sustained/grade.py +66 -0
  254. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-432-predict-maximum-sustained/prepare.py +49 -0
  255. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-446-what-mean-wind/grade.py +66 -0
  256. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-446-what-mean-wind/prepare.py +49 -0
  257. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-447-there-outliers-atmospheric/grade.py +66 -0
  258. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-447-there-outliers-atmospheric/prepare.py +49 -0
  259. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-449-what-distribution-wind/grade.py +66 -0
  260. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-449-what-distribution-wind/prepare.py +49 -0
  261. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-450-average-wind-speed/grade.py +66 -0
  262. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-450-average-wind-speed/prepare.py +49 -0
  263. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-451-detect-missing-values/grade.py +66 -0
  264. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-451-detect-missing-values/prepare.py +49 -0
  265. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-452-there-relationship-between/grade.py +66 -0
  266. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-452-there-relationship-between/prepare.py +49 -0
  267. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-453-data-preprocessing-dataset/grade.py +66 -0
  268. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-453-data-preprocessing-dataset/prepare.py +49 -0
  269. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-465-distribution-offender-ages/grade.py +66 -0
  270. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-465-distribution-offender-ages/prepare.py +49 -0
  271. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-466-there-correlation-between/grade.py +66 -0
  272. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-466-there-correlation-between/prepare.py +49 -0
  273. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-468-there-outliers-distribution/grade.py +66 -0
  274. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-468-there-outliers-distribution/prepare.py +49 -0
  275. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-472-what-mean-value/grade.py +66 -0
  276. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-472-what-mean-value/prepare.py +49 -0
  277. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-473-there-outliers-value/grade.py +66 -0
  278. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-473-there-outliers-value/prepare.py +49 -0
  279. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-474-there-correlation-between/grade.py +66 -0
  280. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-474-there-correlation-between/prepare.py +49 -0
  281. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-480-feature-engineering-techniques/grade.py +66 -0
  282. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-480-feature-engineering-techniques/prepare.py +49 -0
  283. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-490-what-mean-percentage/grade.py +66 -0
  284. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-490-what-mean-percentage/prepare.py +49 -0
  285. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-492-which-field-highest/grade.py +66 -0
  286. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-492-which-field-highest/prepare.py +49 -0
  287. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-495-outlier-detection-percentage/grade.py +66 -0
  288. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-495-outlier-detection-percentage/prepare.py +49 -0
  289. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-496-feature-engineering-creating/grade.py +66 -0
  290. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-496-feature-engineering-creating/prepare.py +49 -0
  291. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-5-generate-feature-called/grade.py +66 -0
  292. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-5-generate-feature-called/prepare.py +49 -0
  293. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-506-what-average-number/grade.py +66 -0
  294. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-506-what-average-number/prepare.py +49 -0
  295. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-507-there-hotels-dataset/grade.py +66 -0
  296. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-507-there-hotels-dataset/prepare.py +49 -0
  297. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-508-there-correlation-between/grade.py +66 -0
  298. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-508-there-correlation-between/prepare.py +49 -0
  299. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-510-which-hotel-brand/grade.py +66 -0
  300. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-510-which-hotel-brand/prepare.py +49 -0
  301. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-513-among-hotels-with/grade.py +66 -0
  302. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-513-among-hotels-with/prepare.py +49 -0
  303. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-514-what-average-review/grade.py +66 -0
  304. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-514-what-average-review/prepare.py +49 -0
  305. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-516-fare-distribution-skewed/grade.py +66 -0
  306. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-516-fare-distribution-skewed/prepare.py +49 -0
  307. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-517-find-correlation-coefficient/grade.py +66 -0
  308. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-517-find-correlation-coefficient/prepare.py +49 -0
  309. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-518-identify-remove-outliers/grade.py +66 -0
  310. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-518-identify-remove-outliers/prepare.py +49 -0
  311. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-520-feature-called-familysize/grade.py +66 -0
  312. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-520-feature-called-familysize/prepare.py +49 -0
  313. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-521-using-machine-learning/grade.py +66 -0
  314. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-521-using-machine-learning/prepare.py +49 -0
  315. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-522-feature-engineering-creating/grade.py +66 -0
  316. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-522-feature-engineering-creating/prepare.py +49 -0
  317. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-523-preprocess-dataset-using/grade.py +66 -0
  318. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-523-preprocess-dataset-using/prepare.py +49 -0
  319. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-526-there-correlation-between/grade.py +66 -0
  320. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-526-there-correlation-between/prepare.py +49 -0
  321. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-527-what-average-male/grade.py +66 -0
  322. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-527-what-average-male/prepare.py +49 -0
  323. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-528-there-outliers-fare/grade.py +66 -0
  324. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-528-there-outliers-fare/prepare.py +49 -0
  325. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-529-identify-patterns-relationships/grade.py +66 -0
  326. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-529-identify-patterns-relationships/prepare.py +49 -0
  327. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-530-there-correlation-between/grade.py +66 -0
  328. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-530-there-correlation-between/prepare.py +49 -0
  329. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-542-what-mean-length/grade.py +66 -0
  330. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-542-what-mean-length/prepare.py +49 -0
  331. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-543-there-correlation-between/grade.py +66 -0
  332. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-543-there-correlation-between/prepare.py +49 -0
  333. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-549-explore-correlation-between/grade.py +66 -0
  334. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-549-explore-correlation-between/prepare.py +49 -0
  335. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-55-what-mean-number/grade.py +66 -0
  336. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-55-what-mean-number/prepare.py +49 -0
  337. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-550-comprehensive-data-preprocessing/grade.py +66 -0
  338. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-550-comprehensive-data-preprocessing/prepare.py +49 -0
  339. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-551-what-mean-column/grade.py +66 -0
  340. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-551-what-mean-column/prepare.py +49 -0
  341. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-552-column-column-correlated/grade.py +66 -0
  342. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-552-column-column-correlated/prepare.py +49 -0
  343. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-553-many-outliers-there/grade.py +66 -0
  344. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-553-many-outliers-there/prepare.py +49 -0
  345. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-554-what-median-value/grade.py +66 -0
  346. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-554-what-median-value/prepare.py +49 -0
  347. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-555-many-unique-plant/grade.py +66 -0
  348. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-555-many-unique-plant/prepare.py +49 -0
  349. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-56-which-country-highest/grade.py +66 -0
  350. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-56-which-country-highest/prepare.py +49 -0
  351. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-57-there-correlation-between/grade.py +66 -0
  352. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-57-there-correlation-between/prepare.py +49 -0
  353. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-572-identify-date-with/grade.py +66 -0
  354. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-572-identify-date-with/prepare.py +49 -0
  355. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-574-data-preprocessing-stock/grade.py +66 -0
  356. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-574-data-preprocessing-stock/prepare.py +49 -0
  357. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-575-using-feature-engineering/grade.py +66 -0
  358. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-575-using-feature-engineering/prepare.py +49 -0
  359. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-578-what-average-trading/grade.py +66 -0
  360. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-578-what-average-trading/prepare.py +49 -0
  361. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-58-what-percentage-missing/grade.py +66 -0
  362. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-58-what-percentage-missing/prepare.py +49 -0
  363. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-586-find-total-number/grade.py +66 -0
  364. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-586-find-total-number/prepare.py +49 -0
  365. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-587-examine-correlation-between/grade.py +66 -0
  366. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-587-examine-correlation-between/prepare.py +49 -0
  367. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-588-there-outliers-average/grade.py +66 -0
  368. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-588-there-outliers-average/prepare.py +49 -0
  369. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-589-generate-feature-representing/grade.py +66 -0
  370. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-589-generate-feature-representing/prepare.py +49 -0
  371. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-59-among-countries-americas/grade.py +66 -0
  372. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-59-among-countries-americas/prepare.py +49 -0
  373. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-590-using-machine-learning/grade.py +66 -0
  374. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-590-using-machine-learning/prepare.py +49 -0
  375. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-593-using-feature-engineering/grade.py +66 -0
  376. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-593-using-feature-engineering/prepare.py +49 -0
  377. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-6-column-called-agegroup/grade.py +66 -0
  378. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-6-column-called-agegroup/prepare.py +49 -0
  379. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-602-column-follows-normal/grade.py +66 -0
  380. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-602-column-follows-normal/prepare.py +49 -0
  381. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-604-identify-remove-outliers/grade.py +66 -0
  382. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-604-identify-remove-outliers/prepare.py +49 -0
  383. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-618-find-correlation-coefficient/grade.py +66 -0
  384. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-618-find-correlation-coefficient/prepare.py +49 -0
  385. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-619-identify-remove-outliers/grade.py +66 -0
  386. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-619-identify-remove-outliers/prepare.py +49 -0
  387. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-62-there-outliers-column/grade.py +66 -0
  388. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-62-there-outliers-column/prepare.py +49 -0
  389. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-64-mean-standard-deviation/grade.py +66 -0
  390. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-64-mean-standard-deviation/prepare.py +49 -0
  391. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-643-mean-standard-deviation/grade.py +66 -0
  392. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-643-mean-standard-deviation/prepare.py +49 -0
  393. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-644-close-column-follows/grade.py +66 -0
  394. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-644-close-column-follows/prepare.py +49 -0
  395. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-647-feature-called-price/grade.py +66 -0
  396. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-647-feature-called-price/prepare.py +49 -0
  397. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-649-mean-standard-deviation/grade.py +66 -0
  398. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-649-mean-standard-deviation/prepare.py +49 -0
  399. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-650-there-correlation-between/grade.py +66 -0
  400. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-650-there-correlation-between/prepare.py +49 -0
  401. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-651-there-outliers-coordinate/grade.py +66 -0
  402. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-651-there-outliers-coordinate/prepare.py +49 -0
  403. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-652-distribution-analysis-coordinate/grade.py +66 -0
  404. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-652-distribution-analysis-coordinate/prepare.py +49 -0
  405. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-655-correlation-analysis-coordinate/grade.py +66 -0
  406. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-655-correlation-analysis-coordinate/prepare.py +49 -0
  407. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-656-outlier-analysis-coordinate/grade.py +66 -0
  408. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-656-outlier-analysis-coordinate/prepare.py +49 -0
  409. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-657-mean-median-standard/grade.py +66 -0
  410. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-657-mean-median-standard/prepare.py +49 -0
  411. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-658-volume-column-adheres/grade.py +66 -0
  412. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-658-volume-column-adheres/prepare.py +49 -0
  413. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-659-find-correlation-between/grade.py +66 -0
  414. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-659-find-correlation-between/prepare.py +49 -0
  415. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-66-correlation-between-wage/grade.py +66 -0
  416. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-66-correlation-between-wage/prepare.py +49 -0
  417. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-662-feature-engineering-creating/grade.py +66 -0
  418. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-662-feature-engineering-creating/prepare.py +49 -0
  419. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-663-scatter-plot-high/grade.py +66 -0
  420. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-663-scatter-plot-high/prepare.py +49 -0
  421. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-665-data-preprocessing-filling/grade.py +66 -0
  422. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-665-data-preprocessing-filling/prepare.py +49 -0
  423. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-666-mean-standard-deviation/grade.py +66 -0
  424. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-666-mean-standard-deviation/prepare.py +49 -0
  425. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-667-medinc-column-adheres/grade.py +66 -0
  426. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-667-medinc-column-adheres/prepare.py +49 -0
  427. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-668-correlation-coefficient-between/grade.py +66 -0
  428. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-668-correlation-coefficient-between/prepare.py +49 -0
  429. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-669-identify-remove-outliers/grade.py +66 -0
  430. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-669-identify-remove-outliers/prepare.py +49 -0
  431. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-671-build-machine-learning/grade.py +66 -0
  432. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-671-build-machine-learning/prepare.py +49 -0
  433. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-673-comprehensive-data-preprocessing/grade.py +66 -0
  434. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-673-comprehensive-data-preprocessing/prepare.py +49 -0
  435. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-674-build-machine-learning/grade.py +66 -0
  436. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-674-build-machine-learning/prepare.py +49 -0
  437. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-683-what-mean-temperature/grade.py +66 -0
  438. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-683-what-mean-temperature/prepare.py +49 -0
  439. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-684-does-humidity-level/grade.py +66 -0
  440. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-684-does-humidity-level/prepare.py +49 -0
  441. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-685-there-correlation-between/grade.py +66 -0
  442. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-685-there-correlation-between/prepare.py +49 -0
  443. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-688-using-feature-engineering/grade.py +66 -0
  444. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-688-using-feature-engineering/prepare.py +49 -0
  445. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-69-feature-engineering-creating/grade.py +66 -0
  446. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-69-feature-engineering-creating/prepare.py +49 -0
  447. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-690-outlier-detection-wind/grade.py +66 -0
  448. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-690-outlier-detection-wind/prepare.py +49 -0
  449. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-7-linear-regression-algorithm/grade.py +66 -0
  450. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-7-linear-regression-algorithm/prepare.py +49 -0
  451. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-70-machine-learning-training/grade.py +66 -0
  452. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-70-machine-learning-training/prepare.py +49 -0
  453. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-71-mean-standard-deviation/grade.py +66 -0
  454. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-71-mean-standard-deviation/prepare.py +49 -0
  455. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-710-what-mean-number/grade.py +66 -0
  456. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-710-what-mean-number/prepare.py +49 -0
  457. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-715-what-percentage-missing/grade.py +66 -0
  458. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-715-what-percentage-missing/prepare.py +49 -0
  459. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-716-data-preprocessing-dropping/grade.py +66 -0
  460. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-716-data-preprocessing-dropping/prepare.py +49 -0
  461. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-719-mean-median-column/grade.py +66 -0
  462. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-719-mean-median-column/prepare.py +49 -0
  463. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-72-close-column-adheres/grade.py +66 -0
  464. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-72-close-column-adheres/prepare.py +49 -0
  465. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-721-find-correlation-coefficient/grade.py +66 -0
  466. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-721-find-correlation-coefficient/prepare.py +49 -0
  467. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-722-identify-vehicle-with/grade.py +66 -0
  468. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-722-identify-vehicle-with/prepare.py +49 -0
  469. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-723-generate-feature-called/grade.py +66 -0
  470. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-723-generate-feature-called/prepare.py +49 -0
  471. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-724-outlier-detection-acceleration/grade.py +66 -0
  472. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-724-outlier-detection-acceleration/prepare.py +49 -0
  473. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-725-investigate-relationship-between/grade.py +66 -0
  474. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-725-investigate-relationship-between/prepare.py +49 -0
  475. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-726-comprehensive-data-preprocessing/grade.py +66 -0
  476. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-726-comprehensive-data-preprocessing/prepare.py +49 -0
  477. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-727-machine-learning-techniques/grade.py +66 -0
  478. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-727-machine-learning-techniques/prepare.py +49 -0
  479. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-729-does-distribution-capita/grade.py +66 -0
  480. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-729-does-distribution-capita/prepare.py +49 -0
  481. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-73-correlation-coefficient-between/grade.py +66 -0
  482. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-73-correlation-coefficient-between/prepare.py +49 -0
  483. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-730-there-correlation-between/grade.py +66 -0
  484. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-730-there-correlation-between/prepare.py +49 -0
  485. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-732-comprehensive-data-preprocessing/grade.py +66 -0
  486. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-732-comprehensive-data-preprocessing/prepare.py +49 -0
  487. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-733-feature-engineering-techniques/grade.py +66 -0
  488. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-733-feature-engineering-techniques/prepare.py +49 -0
  489. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-734-there-correlation-between/grade.py +66 -0
  490. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-734-there-correlation-between/prepare.py +49 -0
  491. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-736-feature-combining-population/grade.py +66 -0
  492. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-736-feature-combining-population/prepare.py +49 -0
  493. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-737-mean-standard-deviation/grade.py +66 -0
  494. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-737-mean-standard-deviation/prepare.py +49 -0
  495. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-738-distribution-column-credit/grade.py +66 -0
  496. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-738-distribution-column-credit/prepare.py +49 -0
  497. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-739-determine-correlation-coefficient/grade.py +66 -0
  498. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-739-determine-correlation-coefficient/prepare.py +49 -0
  499. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-740-identify-outliers-balance/grade.py +66 -0
  500. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-740-identify-outliers-balance/prepare.py +49 -0
  501. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-741-feature-credit-file/grade.py +66 -0
  502. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-741-feature-credit-file/prepare.py +49 -0
  503. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-743-comprehensive-data-preprocessing/grade.py +66 -0
  504. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-743-comprehensive-data-preprocessing/prepare.py +49 -0
  505. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-75-column-called-daily/grade.py +66 -0
  506. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-75-column-called-daily/prepare.py +49 -0
  507. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-755-what-mean-value/grade.py +66 -0
  508. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-755-what-mean-value/prepare.py +49 -0
  509. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-756-there-correlation-between/grade.py +66 -0
  510. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-756-there-correlation-between/prepare.py +49 -0
  511. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-757-there-outliers-observation/grade.py +66 -0
  512. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-757-there-outliers-observation/prepare.py +49 -0
  513. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-759-median-range-maximum/grade.py +66 -0
  514. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-759-median-range-maximum/prepare.py +49 -0
  515. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-760-each-station-there/grade.py +66 -0
  516. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-760-each-station-there/prepare.py +49 -0
  517. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-77-comprehensive-data-preprocessing/grade.py +66 -0
  518. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-77-comprehensive-data-preprocessing/prepare.py +49 -0
  519. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-8-distribution-analysis-fare/grade.py +66 -0
  520. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-8-distribution-analysis-fare/prepare.py +49 -0
  521. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-9-mean-value-close/grade.py +66 -0
  522. dslighting-2.6.14/benchmarks/dabench/competitions/dabench-9-mean-value-close/prepare.py +49 -0
  523. dslighting-2.6.14/benchmarks/dabench/registry.py +209 -0
  524. dslighting-2.6.14/benchmarks/kaggle_evaluator.py +85 -0
  525. dslighting-2.6.14/benchmarks/mlebench/__init__.py +0 -0
  526. dslighting-2.6.14/benchmarks/mlebench/cli.py +221 -0
  527. dslighting-2.6.14/benchmarks/mlebench/competitions/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
  528. dslighting-2.6.14/benchmarks/mlebench/competitions/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
  529. dslighting-2.6.14/benchmarks/mlebench/competitions/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
  530. dslighting-2.6.14/benchmarks/mlebench/competitions/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
  531. dslighting-2.6.14/benchmarks/mlebench/competitions/AI4Code/grade.py +70 -0
  532. dslighting-2.6.14/benchmarks/mlebench/competitions/AI4Code/prepare.py +84 -0
  533. dslighting-2.6.14/benchmarks/mlebench/competitions/AI4Code/prepare_val.py +159 -0
  534. dslighting-2.6.14/benchmarks/mlebench/competitions/__init__.py +0 -0
  535. dslighting-2.6.14/benchmarks/mlebench/competitions/aerial-cactus-identification/grade.py +11 -0
  536. dslighting-2.6.14/benchmarks/mlebench/competitions/aerial-cactus-identification/prepare.py +71 -0
  537. dslighting-2.6.14/benchmarks/mlebench/competitions/aerial-cactus-identification/prepare_val.py +133 -0
  538. dslighting-2.6.14/benchmarks/mlebench/competitions/alaska2-image-steganalysis/grade.py +136 -0
  539. dslighting-2.6.14/benchmarks/mlebench/competitions/alaska2-image-steganalysis/prepare.py +88 -0
  540. dslighting-2.6.14/benchmarks/mlebench/competitions/alaska2-image-steganalysis/prepare_val.py +148 -0
  541. dslighting-2.6.14/benchmarks/mlebench/competitions/aptos2019-blindness-detection/grade.py +35 -0
  542. dslighting-2.6.14/benchmarks/mlebench/competitions/aptos2019-blindness-detection/prepare.py +75 -0
  543. dslighting-2.6.14/benchmarks/mlebench/competitions/aptos2019-blindness-detection/prepare_val.py +123 -0
  544. dslighting-2.6.14/benchmarks/mlebench/competitions/bike-sharing-demand/__init__.py +0 -0
  545. dslighting-2.6.14/benchmarks/mlebench/competitions/bike-sharing-demand/grade.py +55 -0
  546. dslighting-2.6.14/benchmarks/mlebench/competitions/bike-sharing-demand/prepare.py +37 -0
  547. dslighting-2.6.14/benchmarks/mlebench/competitions/billion-word-imputation/grade.py +37 -0
  548. dslighting-2.6.14/benchmarks/mlebench/competitions/billion-word-imputation/prepare.py +107 -0
  549. dslighting-2.6.14/benchmarks/mlebench/competitions/billion-word-imputation/prepare_val.py +179 -0
  550. dslighting-2.6.14/benchmarks/mlebench/competitions/bms-molecular-translation/grade.py +40 -0
  551. dslighting-2.6.14/benchmarks/mlebench/competitions/bms-molecular-translation/prepare.py +68 -0
  552. dslighting-2.6.14/benchmarks/mlebench/competitions/bms-molecular-translation/prepare_val.py +131 -0
  553. dslighting-2.6.14/benchmarks/mlebench/competitions/cassava-leaf-disease-classification/grade.py +12 -0
  554. dslighting-2.6.14/benchmarks/mlebench/competitions/cassava-leaf-disease-classification/prepare.py +113 -0
  555. dslighting-2.6.14/benchmarks/mlebench/competitions/cassava-leaf-disease-classification/prepare_val.py +186 -0
  556. dslighting-2.6.14/benchmarks/mlebench/competitions/cdiscount-image-classification-challenge/grade.py +11 -0
  557. dslighting-2.6.14/benchmarks/mlebench/competitions/cdiscount-image-classification-challenge/prepare.py +144 -0
  558. dslighting-2.6.14/benchmarks/mlebench/competitions/cdiscount-image-classification-challenge/prepare_val.py +205 -0
  559. dslighting-2.6.14/benchmarks/mlebench/competitions/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
  560. dslighting-2.6.14/benchmarks/mlebench/competitions/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
  561. dslighting-2.6.14/benchmarks/mlebench/competitions/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
  562. dslighting-2.6.14/benchmarks/mlebench/competitions/champs-scalar-coupling/grade.py +60 -0
  563. dslighting-2.6.14/benchmarks/mlebench/competitions/champs-scalar-coupling/prepare.py +116 -0
  564. dslighting-2.6.14/benchmarks/mlebench/competitions/champs-scalar-coupling/prepare_val.py +155 -0
  565. dslighting-2.6.14/benchmarks/mlebench/competitions/conways-reverse-game-of-life-2020/__init__.py +0 -0
  566. dslighting-2.6.14/benchmarks/mlebench/competitions/conways-reverse-game-of-life-2020/grade.py +40 -0
  567. dslighting-2.6.14/benchmarks/mlebench/competitions/conways-reverse-game-of-life-2020/prepare.py +41 -0
  568. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-0-mean-fare-paid/grade.py +66 -0
  569. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-0-mean-fare-paid/prepare.py +49 -0
  570. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-10-total-traded-quantity/grade.py +66 -0
  571. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-10-total-traded-quantity/prepare.py +49 -0
  572. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-105-correlation-coefficient-between/grade.py +66 -0
  573. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-105-correlation-coefficient-between/prepare.py +49 -0
  574. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-108-generate-feature-called/grade.py +66 -0
  575. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-108-generate-feature-called/prepare.py +49 -0
  576. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-109-explore-distribution-loanamount/grade.py +66 -0
  577. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-109-explore-distribution-loanamount/prepare.py +49 -0
  578. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-11-correlation-coefficient-between/grade.py +66 -0
  579. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-11-correlation-coefficient-between/prepare.py +49 -0
  580. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-111-comprehensive-data-preprocessing/grade.py +66 -0
  581. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-111-comprehensive-data-preprocessing/prepare.py +49 -0
  582. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-114-which-country-highest/grade.py +66 -0
  583. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-114-which-country-highest/prepare.py +49 -0
  584. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-116-there-outliers-happiness/grade.py +66 -0
  585. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-116-there-outliers-happiness/prepare.py +49 -0
  586. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-117-which-variable-strongest/grade.py +66 -0
  587. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-117-which-variable-strongest/prepare.py +49 -0
  588. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-118-there-linear-relationship/grade.py +66 -0
  589. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-118-there-linear-relationship/prepare.py +49 -0
  590. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-123-which-country-highest/grade.py +66 -0
  591. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-123-which-country-highest/prepare.py +49 -0
  592. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-124-there-significant-difference/grade.py +66 -0
  593. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-124-there-significant-difference/prepare.py +49 -0
  594. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-125-predict-number-people/grade.py +66 -0
  595. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-125-predict-number-people/prepare.py +49 -0
  596. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-129-mean-standard-deviation/grade.py +66 -0
  597. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-129-mean-standard-deviation/prepare.py +49 -0
  598. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-130-passengers-follows-normal/grade.py +66 -0
  599. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-130-passengers-follows-normal/prepare.py +49 -0
  600. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-132-identify-count-number/grade.py +66 -0
  601. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-132-identify-count-number/prepare.py +49 -0
  602. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-133-comprehensive-data-preprocessing/grade.py +66 -0
  603. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-133-comprehensive-data-preprocessing/prepare.py +49 -0
  604. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-136-distribution-analysis-fare/grade.py +66 -0
  605. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-136-distribution-analysis-fare/prepare.py +49 -0
  606. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-137-feature-engineering-creating/grade.py +66 -0
  607. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-137-feature-engineering-creating/prepare.py +49 -0
  608. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-139-question-percentage-votes/grade.py +66 -0
  609. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-139-question-percentage-votes/prepare.py +49 -0
  610. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-14-feature-called-price/grade.py +66 -0
  611. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-14-feature-called-price/prepare.py +49 -0
  612. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-140-question-there-correlation/grade.py +66 -0
  613. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-140-question-there-correlation/prepare.py +49 -0
  614. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-142-question-there-relationship/grade.py +66 -0
  615. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-142-question-there-relationship/prepare.py +49 -0
  616. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-144-question-mean-standard/grade.py +66 -0
  617. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-144-question-mean-standard/prepare.py +49 -0
  618. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-174-determine-skewness-fares/grade.py +66 -0
  619. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-174-determine-skewness-fares/prepare.py +49 -0
  620. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-175-identify-there-outliers/grade.py +66 -0
  621. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-175-identify-there-outliers/prepare.py +49 -0
  622. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-176-median-male-passengers/grade.py +66 -0
  623. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-176-median-male-passengers/prepare.py +49 -0
  624. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-177-investigate-distribution-ages/grade.py +66 -0
  625. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-177-investigate-distribution-ages/prepare.py +49 -0
  626. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-178-comprehensive-data-preprocessing/grade.py +66 -0
  627. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-178-comprehensive-data-preprocessing/prepare.py +49 -0
  628. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-179-pearson-correlation-coefficient/grade.py +66 -0
  629. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-179-pearson-correlation-coefficient/prepare.py +49 -0
  630. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-18-mean-standard-deviation/grade.py +66 -0
  631. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-18-mean-standard-deviation/prepare.py +49 -0
  632. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-180-outlier-detection-fare/grade.py +66 -0
  633. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-180-outlier-detection-fare/prepare.py +49 -0
  634. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-19-distribution-column-adheres/grade.py +66 -0
  635. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-19-distribution-column-adheres/prepare.py +49 -0
  636. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-207-which-column-contain/grade.py +66 -0
  637. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-207-which-column-contain/prepare.py +49 -0
  638. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-208-mean-standard-deviation/grade.py +66 -0
  639. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-208-mean-standard-deviation/prepare.py +49 -0
  640. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-209-there-correlation-between/grade.py +66 -0
  641. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-209-there-correlation-between/prepare.py +49 -0
  642. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-210-identify-remove-outliers/grade.py +66 -0
  643. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-210-identify-remove-outliers/prepare.py +49 -0
  644. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-214-correlation-analysis-between/grade.py +66 -0
  645. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-214-correlation-analysis-between/prepare.py +49 -0
  646. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-216-mean-standard-deviation/grade.py +66 -0
  647. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-216-mean-standard-deviation/prepare.py +49 -0
  648. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-217-find-site-identifier/grade.py +66 -0
  649. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-217-find-site-identifier/prepare.py +49 -0
  650. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-218-correlation-coefficient-between/grade.py +66 -0
  651. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-218-correlation-coefficient-between/prepare.py +49 -0
  652. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-219-identify-site-with/grade.py +66 -0
  653. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-219-identify-site-with/prepare.py +49 -0
  654. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-220-comprehensive-data-preprocessing/grade.py +66 -0
  655. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-220-comprehensive-data-preprocessing/prepare.py +49 -0
  656. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-222-explore-distribution-column/grade.py +66 -0
  657. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-222-explore-distribution-column/prepare.py +49 -0
  658. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-224-utilize-machine-learning/grade.py +66 -0
  659. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-224-utilize-machine-learning/prepare.py +49 -0
  660. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-23-machine-learning-techniques/grade.py +66 -0
  661. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-23-machine-learning-techniques/prepare.py +49 -0
  662. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-234-what-average-duration/grade.py +66 -0
  663. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-234-what-average-duration/prepare.py +49 -0
  664. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-24-mean-individuals-dataset/grade.py +66 -0
  665. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-24-mean-individuals-dataset/prepare.py +49 -0
  666. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-243-what-mean-batting/grade.py +66 -0
  667. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-243-what-mean-batting/prepare.py +49 -0
  668. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-244-number-home-runs/grade.py +66 -0
  669. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-244-number-home-runs/prepare.py +49 -0
  670. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-247-what-average-number/grade.py +66 -0
  671. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-247-what-average-number/prepare.py +49 -0
  672. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-249-there-significant-correlation/grade.py +66 -0
  673. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-249-there-significant-correlation/prepare.py +49 -0
  674. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-25-distribution-values-dataset/grade.py +66 -0
  675. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-25-distribution-values-dataset/prepare.py +49 -0
  676. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-250-feature-called-which/grade.py +66 -0
  677. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-250-feature-called-which/prepare.py +49 -0
  678. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-252-determine-which-country/grade.py +66 -0
  679. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-252-determine-which-country/prepare.py +49 -0
  680. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-254-identify-outliers-gross/grade.py +66 -0
  681. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-254-identify-outliers-gross/prepare.py +49 -0
  682. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-255-mean-standard-deviation/grade.py +66 -0
  683. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-255-mean-standard-deviation/prepare.py +49 -0
  684. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-26-correlation-coefficient-between/grade.py +66 -0
  685. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-26-correlation-coefficient-between/prepare.py +49 -0
  686. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-268-meanpot-values-normally/grade.py +66 -0
  687. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-268-meanpot-values-normally/prepare.py +49 -0
  688. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-269-there-correlation-between/grade.py +66 -0
  689. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-269-there-correlation-between/prepare.py +49 -0
  690. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-27-identify-outliers-charges/grade.py +66 -0
  691. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-27-identify-outliers-charges/prepare.py +49 -0
  692. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-271-comprehensive-data-preprocessing/grade.py +66 -0
  693. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-271-comprehensive-data-preprocessing/prepare.py +49 -0
  694. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-272-feature-named-dividing/grade.py +66 -0
  695. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-272-feature-named-dividing/prepare.py +49 -0
  696. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-273-correlation-analysis-between/grade.py +66 -0
  697. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-273-correlation-analysis-between/prepare.py +49 -0
  698. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-275-comprehensive-analysis-dataset/grade.py +66 -0
  699. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-275-comprehensive-analysis-dataset/prepare.py +49 -0
  700. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-277-there-correlation-between/grade.py +66 -0
  701. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-277-there-correlation-between/prepare.py +49 -0
  702. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-278-there-outliers-agri/grade.py +66 -0
  703. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-278-there-outliers-agri/prepare.py +49 -0
  704. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-28-comprehensive-data-preprocessing/grade.py +66 -0
  705. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-28-comprehensive-data-preprocessing/prepare.py +49 -0
  706. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-282-correlation-analysis-given/grade.py +66 -0
  707. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-282-correlation-analysis-given/prepare.py +49 -0
  708. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-297-there-significant-difference/grade.py +66 -0
  709. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-297-there-significant-difference/prepare.py +49 -0
  710. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-298-distribution-analysis-nsamplecov/grade.py +66 -0
  711. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-298-distribution-analysis-nsamplecov/prepare.py +49 -0
  712. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-30-linear-regression-machine/grade.py +66 -0
  713. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-30-linear-regression-machine/prepare.py +49 -0
  714. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-300-there-correlation-between/grade.py +66 -0
  715. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-300-there-correlation-between/prepare.py +49 -0
  716. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-304-fare-variable-follows/grade.py +66 -0
  717. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-304-fare-variable-follows/prepare.py +49 -0
  718. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-308-feature-engineering-techniques/grade.py +66 -0
  719. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-308-feature-engineering-techniques/prepare.py +49 -0
  720. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-309-distribution-analysis-fare/grade.py +66 -0
  721. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-309-distribution-analysis-fare/prepare.py +49 -0
  722. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-310-correlation-analysis-numerical/grade.py +66 -0
  723. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-310-correlation-analysis-numerical/prepare.py +49 -0
  724. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-32-mean-standard-deviation/grade.py +66 -0
  725. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-32-mean-standard-deviation/prepare.py +49 -0
  726. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-320-what-mean-eventmsgtype/grade.py +66 -0
  727. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-320-what-mean-eventmsgtype/prepare.py +49 -0
  728. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-321-there-outliers-scoremargin/grade.py +66 -0
  729. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-321-there-outliers-scoremargin/prepare.py +49 -0
  730. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-324-there-missing-values/grade.py +66 -0
  731. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-324-there-missing-values/prepare.py +49 -0
  732. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-326-feature-named-that/grade.py +66 -0
  733. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-326-feature-named-that/prepare.py +49 -0
  734. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-33-column-normally-distributed/grade.py +66 -0
  735. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-33-column-normally-distributed/prepare.py +49 -0
  736. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-337-distribution-median-sold/grade.py +66 -0
  737. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-337-distribution-median-sold/prepare.py +49 -0
  738. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-338-there-correlation-between/grade.py +66 -0
  739. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-338-there-correlation-between/prepare.py +49 -0
  740. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-34-there-correlation-between/grade.py +66 -0
  741. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-34-there-correlation-between/prepare.py +49 -0
  742. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-349-mean-passengers/grade.py +66 -0
  743. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-349-mean-passengers/prepare.py +49 -0
  744. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-35-identify-remove-outliers/grade.py +66 -0
  745. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-35-identify-remove-outliers/prepare.py +49 -0
  746. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-350-fare-column-follows/grade.py +66 -0
  747. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-350-fare-column-follows/prepare.py +49 -0
  748. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-351-determine-correlation-coefficient/grade.py +66 -0
  749. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-351-determine-correlation-coefficient/prepare.py +49 -0
  750. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-352-identify-outliers-fare/grade.py +66 -0
  751. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-352-identify-outliers-fare/prepare.py +49 -0
  752. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-354-feature-familysize-summing/grade.py +66 -0
  753. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-354-feature-familysize-summing/prepare.py +49 -0
  754. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-355-linear-regression-analysis/grade.py +66 -0
  755. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-355-linear-regression-analysis/prepare.py +49 -0
  756. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-359-distribution-wind-speed/grade.py +66 -0
  757. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-359-distribution-wind-speed/prepare.py +49 -0
  758. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-360-determine-correlation-coefficient/grade.py +66 -0
  759. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-360-determine-correlation-coefficient/prepare.py +49 -0
  760. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-361-identify-remove-outliers/grade.py +66 -0
  761. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-361-identify-remove-outliers/prepare.py +49 -0
  762. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-363-train-machine-learning/grade.py +66 -0
  763. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-363-train-machine-learning/prepare.py +49 -0
  764. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-372-find-mean-median/grade.py +66 -0
  765. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-372-find-mean-median/prepare.py +49 -0
  766. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-375-distribution-analysis-trips/grade.py +66 -0
  767. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-375-distribution-analysis-trips/prepare.py +49 -0
  768. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-376-feature-engineering-dataset/grade.py +66 -0
  769. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-376-feature-engineering-dataset/prepare.py +49 -0
  770. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-378-preprocess-dataset-handling/grade.py +66 -0
  771. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-378-preprocess-dataset-handling/prepare.py +49 -0
  772. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-39-explore-distribution-importance/grade.py +66 -0
  773. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-39-explore-distribution-importance/prepare.py +49 -0
  774. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-408-there-correlation-between/grade.py +66 -0
  775. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-408-there-correlation-between/prepare.py +49 -0
  776. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-409-many-missing-values/grade.py +66 -0
  777. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-409-many-missing-values/prepare.py +49 -0
  778. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-410-what-distribution-ages/grade.py +66 -0
  779. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-410-what-distribution-ages/prepare.py +49 -0
  780. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-411-there-outliers-fare/grade.py +66 -0
  781. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-411-there-outliers-fare/prepare.py +49 -0
  782. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-412-feature-called-familysize/grade.py +66 -0
  783. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-412-feature-called-familysize/prepare.py +49 -0
  784. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-413-there-correlation-between/grade.py +66 -0
  785. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-413-there-correlation-between/prepare.py +49 -0
  786. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-414-what-average-passengers/grade.py +66 -0
  787. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-414-what-average-passengers/prepare.py +49 -0
  788. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-415-what-distribution-fare/grade.py +66 -0
  789. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-415-what-distribution-fare/prepare.py +49 -0
  790. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-418-there-outliers-trading/grade.py +66 -0
  791. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-418-there-outliers-trading/prepare.py +49 -0
  792. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-419-there-significant-difference/grade.py +66 -0
  793. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-419-there-significant-difference/prepare.py +49 -0
  794. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-421-comprehensive-data-preprocessing/grade.py +66 -0
  795. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-421-comprehensive-data-preprocessing/prepare.py +49 -0
  796. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-423-feature-engineering-given/grade.py +66 -0
  797. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-423-feature-engineering-given/prepare.py +49 -0
  798. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-424-develop-machine-learning/grade.py +66 -0
  799. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-424-develop-machine-learning/prepare.py +49 -0
  800. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-425-many-missing-values/grade.py +66 -0
  801. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-425-many-missing-values/prepare.py +49 -0
  802. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-426-what-maximum-sustained/grade.py +66 -0
  803. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-426-what-maximum-sustained/prepare.py +49 -0
  804. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-427-many-storms-have/grade.py +66 -0
  805. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-427-many-storms-have/prepare.py +49 -0
  806. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-428-what-average-damage/grade.py +66 -0
  807. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-428-what-average-damage/prepare.py +49 -0
  808. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-429-there-correlation-between/grade.py +66 -0
  809. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-429-there-correlation-between/prepare.py +49 -0
  810. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-431-there-relationship-between/grade.py +66 -0
  811. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-431-there-relationship-between/prepare.py +49 -0
  812. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-432-predict-maximum-sustained/grade.py +66 -0
  813. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-432-predict-maximum-sustained/prepare.py +49 -0
  814. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-446-what-mean-wind/grade.py +66 -0
  815. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-446-what-mean-wind/prepare.py +49 -0
  816. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-447-there-outliers-atmospheric/grade.py +66 -0
  817. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-447-there-outliers-atmospheric/prepare.py +49 -0
  818. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-449-what-distribution-wind/grade.py +66 -0
  819. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-449-what-distribution-wind/prepare.py +49 -0
  820. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-450-average-wind-speed/grade.py +66 -0
  821. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-450-average-wind-speed/prepare.py +49 -0
  822. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-451-detect-missing-values/grade.py +66 -0
  823. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-451-detect-missing-values/prepare.py +49 -0
  824. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-452-there-relationship-between/grade.py +66 -0
  825. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-452-there-relationship-between/prepare.py +49 -0
  826. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-453-data-preprocessing-dataset/grade.py +66 -0
  827. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-453-data-preprocessing-dataset/prepare.py +49 -0
  828. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-465-distribution-offender-ages/grade.py +66 -0
  829. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-465-distribution-offender-ages/prepare.py +49 -0
  830. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-466-there-correlation-between/grade.py +66 -0
  831. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-466-there-correlation-between/prepare.py +49 -0
  832. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-468-there-outliers-distribution/grade.py +66 -0
  833. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-468-there-outliers-distribution/prepare.py +49 -0
  834. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-472-what-mean-value/grade.py +66 -0
  835. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-472-what-mean-value/prepare.py +49 -0
  836. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-473-there-outliers-value/grade.py +66 -0
  837. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-473-there-outliers-value/prepare.py +49 -0
  838. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-474-there-correlation-between/grade.py +66 -0
  839. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-474-there-correlation-between/prepare.py +49 -0
  840. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-480-feature-engineering-techniques/grade.py +66 -0
  841. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-480-feature-engineering-techniques/prepare.py +49 -0
  842. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-490-what-mean-percentage/grade.py +66 -0
  843. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-490-what-mean-percentage/prepare.py +49 -0
  844. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-492-which-field-highest/grade.py +66 -0
  845. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-492-which-field-highest/prepare.py +49 -0
  846. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-495-outlier-detection-percentage/grade.py +66 -0
  847. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-495-outlier-detection-percentage/prepare.py +49 -0
  848. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-496-feature-engineering-creating/grade.py +66 -0
  849. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-496-feature-engineering-creating/prepare.py +49 -0
  850. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-5-generate-feature-called/grade.py +66 -0
  851. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-5-generate-feature-called/prepare.py +49 -0
  852. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-506-what-average-number/grade.py +66 -0
  853. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-506-what-average-number/prepare.py +49 -0
  854. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-507-there-hotels-dataset/grade.py +66 -0
  855. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-507-there-hotels-dataset/prepare.py +49 -0
  856. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-508-there-correlation-between/grade.py +66 -0
  857. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-508-there-correlation-between/prepare.py +49 -0
  858. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-510-which-hotel-brand/grade.py +66 -0
  859. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-510-which-hotel-brand/prepare.py +49 -0
  860. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-513-among-hotels-with/grade.py +66 -0
  861. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-513-among-hotels-with/prepare.py +49 -0
  862. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-514-what-average-review/grade.py +66 -0
  863. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-514-what-average-review/prepare.py +49 -0
  864. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-516-fare-distribution-skewed/grade.py +66 -0
  865. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-516-fare-distribution-skewed/prepare.py +49 -0
  866. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-517-find-correlation-coefficient/grade.py +66 -0
  867. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-517-find-correlation-coefficient/prepare.py +49 -0
  868. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-518-identify-remove-outliers/grade.py +66 -0
  869. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-518-identify-remove-outliers/prepare.py +49 -0
  870. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-520-feature-called-familysize/grade.py +66 -0
  871. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-520-feature-called-familysize/prepare.py +49 -0
  872. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-521-using-machine-learning/grade.py +66 -0
  873. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-521-using-machine-learning/prepare.py +49 -0
  874. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-522-feature-engineering-creating/grade.py +66 -0
  875. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-522-feature-engineering-creating/prepare.py +49 -0
  876. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-523-preprocess-dataset-using/grade.py +66 -0
  877. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-523-preprocess-dataset-using/prepare.py +49 -0
  878. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-526-there-correlation-between/grade.py +66 -0
  879. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-526-there-correlation-between/prepare.py +49 -0
  880. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-527-what-average-male/grade.py +66 -0
  881. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-527-what-average-male/prepare.py +49 -0
  882. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-528-there-outliers-fare/grade.py +66 -0
  883. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-528-there-outliers-fare/prepare.py +49 -0
  884. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-529-identify-patterns-relationships/grade.py +66 -0
  885. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-529-identify-patterns-relationships/prepare.py +49 -0
  886. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-530-there-correlation-between/grade.py +66 -0
  887. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-530-there-correlation-between/prepare.py +49 -0
  888. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-542-what-mean-length/grade.py +66 -0
  889. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-542-what-mean-length/prepare.py +49 -0
  890. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-543-there-correlation-between/grade.py +66 -0
  891. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-543-there-correlation-between/prepare.py +49 -0
  892. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-549-explore-correlation-between/grade.py +66 -0
  893. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-549-explore-correlation-between/prepare.py +49 -0
  894. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-55-what-mean-number/grade.py +66 -0
  895. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-55-what-mean-number/prepare.py +49 -0
  896. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-550-comprehensive-data-preprocessing/grade.py +66 -0
  897. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-550-comprehensive-data-preprocessing/prepare.py +49 -0
  898. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-551-what-mean-column/grade.py +66 -0
  899. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-551-what-mean-column/prepare.py +49 -0
  900. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-552-column-column-correlated/grade.py +66 -0
  901. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-552-column-column-correlated/prepare.py +49 -0
  902. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-553-many-outliers-there/grade.py +66 -0
  903. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-553-many-outliers-there/prepare.py +49 -0
  904. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-554-what-median-value/grade.py +66 -0
  905. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-554-what-median-value/prepare.py +49 -0
  906. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-555-many-unique-plant/grade.py +66 -0
  907. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-555-many-unique-plant/prepare.py +49 -0
  908. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-56-which-country-highest/grade.py +66 -0
  909. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-56-which-country-highest/prepare.py +49 -0
  910. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-57-there-correlation-between/grade.py +66 -0
  911. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-57-there-correlation-between/prepare.py +49 -0
  912. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-572-identify-date-with/grade.py +66 -0
  913. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-572-identify-date-with/prepare.py +49 -0
  914. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-574-data-preprocessing-stock/grade.py +66 -0
  915. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-574-data-preprocessing-stock/prepare.py +49 -0
  916. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-575-using-feature-engineering/grade.py +66 -0
  917. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-575-using-feature-engineering/prepare.py +49 -0
  918. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-578-what-average-trading/grade.py +66 -0
  919. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-578-what-average-trading/prepare.py +49 -0
  920. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-58-what-percentage-missing/grade.py +66 -0
  921. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-58-what-percentage-missing/prepare.py +49 -0
  922. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-586-find-total-number/grade.py +66 -0
  923. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-586-find-total-number/prepare.py +49 -0
  924. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-587-examine-correlation-between/grade.py +66 -0
  925. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-587-examine-correlation-between/prepare.py +49 -0
  926. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-588-there-outliers-average/grade.py +66 -0
  927. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-588-there-outliers-average/prepare.py +49 -0
  928. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-589-generate-feature-representing/grade.py +66 -0
  929. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-589-generate-feature-representing/prepare.py +49 -0
  930. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-59-among-countries-americas/grade.py +66 -0
  931. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-59-among-countries-americas/prepare.py +49 -0
  932. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-590-using-machine-learning/grade.py +66 -0
  933. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-590-using-machine-learning/prepare.py +49 -0
  934. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-593-using-feature-engineering/grade.py +66 -0
  935. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-593-using-feature-engineering/prepare.py +49 -0
  936. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-6-column-called-agegroup/grade.py +66 -0
  937. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-6-column-called-agegroup/prepare.py +49 -0
  938. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-602-column-follows-normal/grade.py +66 -0
  939. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-602-column-follows-normal/prepare.py +49 -0
  940. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-604-identify-remove-outliers/grade.py +66 -0
  941. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-604-identify-remove-outliers/prepare.py +49 -0
  942. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-618-find-correlation-coefficient/grade.py +66 -0
  943. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-618-find-correlation-coefficient/prepare.py +49 -0
  944. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-619-identify-remove-outliers/grade.py +66 -0
  945. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-619-identify-remove-outliers/prepare.py +49 -0
  946. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-62-there-outliers-column/grade.py +66 -0
  947. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-62-there-outliers-column/prepare.py +49 -0
  948. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-64-mean-standard-deviation/grade.py +66 -0
  949. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-64-mean-standard-deviation/prepare.py +49 -0
  950. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-643-mean-standard-deviation/grade.py +66 -0
  951. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-643-mean-standard-deviation/prepare.py +49 -0
  952. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-644-close-column-follows/grade.py +66 -0
  953. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-644-close-column-follows/prepare.py +49 -0
  954. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-647-feature-called-price/grade.py +66 -0
  955. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-647-feature-called-price/prepare.py +49 -0
  956. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-649-mean-standard-deviation/grade.py +66 -0
  957. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-649-mean-standard-deviation/prepare.py +49 -0
  958. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-650-there-correlation-between/grade.py +66 -0
  959. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-650-there-correlation-between/prepare.py +49 -0
  960. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-651-there-outliers-coordinate/grade.py +66 -0
  961. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-651-there-outliers-coordinate/prepare.py +49 -0
  962. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-652-distribution-analysis-coordinate/grade.py +66 -0
  963. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-652-distribution-analysis-coordinate/prepare.py +49 -0
  964. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-655-correlation-analysis-coordinate/grade.py +66 -0
  965. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-655-correlation-analysis-coordinate/prepare.py +49 -0
  966. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-656-outlier-analysis-coordinate/grade.py +66 -0
  967. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-656-outlier-analysis-coordinate/prepare.py +49 -0
  968. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-657-mean-median-standard/grade.py +66 -0
  969. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-657-mean-median-standard/prepare.py +49 -0
  970. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-658-volume-column-adheres/grade.py +66 -0
  971. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-658-volume-column-adheres/prepare.py +49 -0
  972. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-659-find-correlation-between/grade.py +66 -0
  973. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-659-find-correlation-between/prepare.py +49 -0
  974. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-66-correlation-between-wage/grade.py +66 -0
  975. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-66-correlation-between-wage/prepare.py +49 -0
  976. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-662-feature-engineering-creating/grade.py +66 -0
  977. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-662-feature-engineering-creating/prepare.py +49 -0
  978. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-663-scatter-plot-high/grade.py +66 -0
  979. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-663-scatter-plot-high/prepare.py +49 -0
  980. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-665-data-preprocessing-filling/grade.py +66 -0
  981. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-665-data-preprocessing-filling/prepare.py +49 -0
  982. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-666-mean-standard-deviation/grade.py +66 -0
  983. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-666-mean-standard-deviation/prepare.py +49 -0
  984. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-667-medinc-column-adheres/grade.py +66 -0
  985. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-667-medinc-column-adheres/prepare.py +49 -0
  986. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-668-correlation-coefficient-between/grade.py +66 -0
  987. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-668-correlation-coefficient-between/prepare.py +49 -0
  988. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-669-identify-remove-outliers/grade.py +66 -0
  989. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-669-identify-remove-outliers/prepare.py +49 -0
  990. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-671-build-machine-learning/grade.py +66 -0
  991. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-671-build-machine-learning/prepare.py +49 -0
  992. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-673-comprehensive-data-preprocessing/grade.py +66 -0
  993. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-673-comprehensive-data-preprocessing/prepare.py +49 -0
  994. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-674-build-machine-learning/grade.py +66 -0
  995. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-674-build-machine-learning/prepare.py +49 -0
  996. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-683-what-mean-temperature/grade.py +66 -0
  997. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-683-what-mean-temperature/prepare.py +49 -0
  998. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-684-does-humidity-level/grade.py +66 -0
  999. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-684-does-humidity-level/prepare.py +49 -0
  1000. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-685-there-correlation-between/grade.py +66 -0
  1001. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-685-there-correlation-between/prepare.py +49 -0
  1002. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-688-using-feature-engineering/grade.py +66 -0
  1003. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-688-using-feature-engineering/prepare.py +49 -0
  1004. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-69-feature-engineering-creating/grade.py +66 -0
  1005. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-69-feature-engineering-creating/prepare.py +49 -0
  1006. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-690-outlier-detection-wind/grade.py +66 -0
  1007. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-690-outlier-detection-wind/prepare.py +49 -0
  1008. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-7-linear-regression-algorithm/grade.py +66 -0
  1009. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-7-linear-regression-algorithm/prepare.py +49 -0
  1010. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-70-machine-learning-training/grade.py +66 -0
  1011. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-70-machine-learning-training/prepare.py +49 -0
  1012. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-71-mean-standard-deviation/grade.py +66 -0
  1013. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-71-mean-standard-deviation/prepare.py +49 -0
  1014. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-710-what-mean-number/grade.py +66 -0
  1015. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-710-what-mean-number/prepare.py +49 -0
  1016. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-715-what-percentage-missing/grade.py +66 -0
  1017. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-715-what-percentage-missing/prepare.py +49 -0
  1018. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-716-data-preprocessing-dropping/grade.py +66 -0
  1019. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-716-data-preprocessing-dropping/prepare.py +49 -0
  1020. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-719-mean-median-column/grade.py +66 -0
  1021. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-719-mean-median-column/prepare.py +49 -0
  1022. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-72-close-column-adheres/grade.py +66 -0
  1023. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-72-close-column-adheres/prepare.py +49 -0
  1024. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-721-find-correlation-coefficient/grade.py +66 -0
  1025. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-721-find-correlation-coefficient/prepare.py +49 -0
  1026. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-722-identify-vehicle-with/grade.py +66 -0
  1027. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-722-identify-vehicle-with/prepare.py +49 -0
  1028. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-723-generate-feature-called/grade.py +66 -0
  1029. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-723-generate-feature-called/prepare.py +49 -0
  1030. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-724-outlier-detection-acceleration/grade.py +66 -0
  1031. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-724-outlier-detection-acceleration/prepare.py +49 -0
  1032. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-725-investigate-relationship-between/grade.py +66 -0
  1033. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-725-investigate-relationship-between/prepare.py +49 -0
  1034. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-726-comprehensive-data-preprocessing/grade.py +66 -0
  1035. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-726-comprehensive-data-preprocessing/prepare.py +49 -0
  1036. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-727-machine-learning-techniques/grade.py +66 -0
  1037. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-727-machine-learning-techniques/prepare.py +49 -0
  1038. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-729-does-distribution-capita/grade.py +66 -0
  1039. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-729-does-distribution-capita/prepare.py +49 -0
  1040. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-73-correlation-coefficient-between/grade.py +66 -0
  1041. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-73-correlation-coefficient-between/prepare.py +49 -0
  1042. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-730-there-correlation-between/grade.py +66 -0
  1043. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-730-there-correlation-between/prepare.py +49 -0
  1044. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-732-comprehensive-data-preprocessing/grade.py +66 -0
  1045. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-732-comprehensive-data-preprocessing/prepare.py +49 -0
  1046. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-733-feature-engineering-techniques/grade.py +66 -0
  1047. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-733-feature-engineering-techniques/prepare.py +49 -0
  1048. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-734-there-correlation-between/grade.py +66 -0
  1049. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-734-there-correlation-between/prepare.py +49 -0
  1050. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-736-feature-combining-population/grade.py +66 -0
  1051. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-736-feature-combining-population/prepare.py +49 -0
  1052. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-737-mean-standard-deviation/grade.py +66 -0
  1053. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-737-mean-standard-deviation/prepare.py +49 -0
  1054. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-738-distribution-column-credit/grade.py +66 -0
  1055. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-738-distribution-column-credit/prepare.py +49 -0
  1056. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-739-determine-correlation-coefficient/grade.py +66 -0
  1057. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-739-determine-correlation-coefficient/prepare.py +49 -0
  1058. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-740-identify-outliers-balance/grade.py +66 -0
  1059. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-740-identify-outliers-balance/prepare.py +49 -0
  1060. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-741-feature-credit-file/grade.py +66 -0
  1061. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-741-feature-credit-file/prepare.py +49 -0
  1062. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-743-comprehensive-data-preprocessing/grade.py +66 -0
  1063. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-743-comprehensive-data-preprocessing/prepare.py +49 -0
  1064. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-75-column-called-daily/grade.py +66 -0
  1065. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-75-column-called-daily/prepare.py +49 -0
  1066. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-755-what-mean-value/grade.py +66 -0
  1067. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-755-what-mean-value/prepare.py +49 -0
  1068. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-756-there-correlation-between/grade.py +66 -0
  1069. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-756-there-correlation-between/prepare.py +49 -0
  1070. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-757-there-outliers-observation/grade.py +66 -0
  1071. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-757-there-outliers-observation/prepare.py +49 -0
  1072. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-759-median-range-maximum/grade.py +66 -0
  1073. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-759-median-range-maximum/prepare.py +49 -0
  1074. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-760-each-station-there/grade.py +66 -0
  1075. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-760-each-station-there/prepare.py +49 -0
  1076. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-77-comprehensive-data-preprocessing/grade.py +66 -0
  1077. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-77-comprehensive-data-preprocessing/prepare.py +49 -0
  1078. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-8-distribution-analysis-fare/grade.py +66 -0
  1079. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-8-distribution-analysis-fare/prepare.py +49 -0
  1080. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-9-mean-value-close/grade.py +66 -0
  1081. dslighting-2.6.14/benchmarks/mlebench/competitions/dabench-9-mean-value-close/prepare.py +49 -0
  1082. dslighting-2.6.14/benchmarks/mlebench/competitions/demand-forecasting-kernels-only/__init__.py +0 -0
  1083. dslighting-2.6.14/benchmarks/mlebench/competitions/demand-forecasting-kernels-only/grade.py +66 -0
  1084. dslighting-2.6.14/benchmarks/mlebench/competitions/demand-forecasting-kernels-only/prepare.py +27 -0
  1085. dslighting-2.6.14/benchmarks/mlebench/competitions/demand_forecasting_kernels_only/__init__.py +0 -0
  1086. dslighting-2.6.14/benchmarks/mlebench/competitions/demand_forecasting_kernels_only/grade.py +66 -0
  1087. dslighting-2.6.14/benchmarks/mlebench/competitions/demand_forecasting_kernels_only/prepare.py +27 -0
  1088. dslighting-2.6.14/benchmarks/mlebench/competitions/denoising-dirty-documents/grade.py +44 -0
  1089. dslighting-2.6.14/benchmarks/mlebench/competitions/denoising-dirty-documents/prepare.py +134 -0
  1090. dslighting-2.6.14/benchmarks/mlebench/competitions/denoising-dirty-documents/prepare_val.py +178 -0
  1091. dslighting-2.6.14/benchmarks/mlebench/competitions/detecting-insults-in-social-commentary/grade.py +11 -0
  1092. dslighting-2.6.14/benchmarks/mlebench/competitions/detecting-insults-in-social-commentary/prepare.py +72 -0
  1093. dslighting-2.6.14/benchmarks/mlebench/competitions/detecting-insults-in-social-commentary/prepare_val.py +128 -0
  1094. dslighting-2.6.14/benchmarks/mlebench/competitions/dog-breed-identification/dogs.py +124 -0
  1095. dslighting-2.6.14/benchmarks/mlebench/competitions/dog-breed-identification/grade.py +42 -0
  1096. dslighting-2.6.14/benchmarks/mlebench/competitions/dog-breed-identification/prepare.py +55 -0
  1097. dslighting-2.6.14/benchmarks/mlebench/competitions/dog-breed-identification/prepare_val.py +104 -0
  1098. dslighting-2.6.14/benchmarks/mlebench/competitions/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
  1099. dslighting-2.6.14/benchmarks/mlebench/competitions/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
  1100. dslighting-2.6.14/benchmarks/mlebench/competitions/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
  1101. dslighting-2.6.14/benchmarks/mlebench/competitions/ethanol-concentration/grade.py +23 -0
  1102. dslighting-2.6.14/benchmarks/mlebench/competitions/ethanol-concentration/prepare.py +90 -0
  1103. dslighting-2.6.14/benchmarks/mlebench/competitions/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
  1104. dslighting-2.6.14/benchmarks/mlebench/competitions/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
  1105. dslighting-2.6.14/benchmarks/mlebench/competitions/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
  1106. dslighting-2.6.14/benchmarks/mlebench/competitions/feedback-prize-english-language-learning/__init__.py +0 -0
  1107. dslighting-2.6.14/benchmarks/mlebench/competitions/feedback-prize-english-language-learning/grade.py +60 -0
  1108. dslighting-2.6.14/benchmarks/mlebench/competitions/feedback-prize-english-language-learning/prepare.py +39 -0
  1109. dslighting-2.6.14/benchmarks/mlebench/competitions/freesound-audio-tagging-2019/grade.py +64 -0
  1110. dslighting-2.6.14/benchmarks/mlebench/competitions/freesound-audio-tagging-2019/prepare.py +94 -0
  1111. dslighting-2.6.14/benchmarks/mlebench/competitions/freesound-audio-tagging-2019/prepare_val.py +175 -0
  1112. dslighting-2.6.14/benchmarks/mlebench/competitions/freesound-audio-tagging-2019/vocabulary.py +83 -0
  1113. dslighting-2.6.14/benchmarks/mlebench/competitions/google-quest-challenge/classes.py +32 -0
  1114. dslighting-2.6.14/benchmarks/mlebench/competitions/google-quest-challenge/grade.py +45 -0
  1115. dslighting-2.6.14/benchmarks/mlebench/competitions/google-quest-challenge/prepare.py +58 -0
  1116. dslighting-2.6.14/benchmarks/mlebench/competitions/google-quest-challenge/prepare_val.py +120 -0
  1117. dslighting-2.6.14/benchmarks/mlebench/competitions/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
  1118. dslighting-2.6.14/benchmarks/mlebench/competitions/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
  1119. dslighting-2.6.14/benchmarks/mlebench/competitions/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
  1120. dslighting-2.6.14/benchmarks/mlebench/competitions/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
  1121. dslighting-2.6.14/benchmarks/mlebench/competitions/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
  1122. dslighting-2.6.14/benchmarks/mlebench/competitions/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
  1123. dslighting-2.6.14/benchmarks/mlebench/competitions/handwriting/grade.py +23 -0
  1124. dslighting-2.6.14/benchmarks/mlebench/competitions/handwriting/prepare.py +179 -0
  1125. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2020-fgvc7/grade.py +34 -0
  1126. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2020-fgvc7/prepare.py +251 -0
  1127. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2020-fgvc7/prepare_val.py +242 -0
  1128. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2021-fgvc8/grade.py +34 -0
  1129. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2021-fgvc8/prepare.py +251 -0
  1130. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2021-fgvc8/prepare_val.py +222 -0
  1131. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2022-fgvc9/grade.py +31 -0
  1132. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2022-fgvc9/prepare.py +233 -0
  1133. dslighting-2.6.14/benchmarks/mlebench/competitions/herbarium-2022-fgvc9/prepare_val.py +213 -0
  1134. dslighting-2.6.14/benchmarks/mlebench/competitions/histopathologic-cancer-detection/grade.py +12 -0
  1135. dslighting-2.6.14/benchmarks/mlebench/competitions/histopathologic-cancer-detection/prepare.py +59 -0
  1136. dslighting-2.6.14/benchmarks/mlebench/competitions/histopathologic-cancer-detection/prepare_val.py +131 -0
  1137. dslighting-2.6.14/benchmarks/mlebench/competitions/hms-harmful-brain-activity-classification/constants.py +9 -0
  1138. dslighting-2.6.14/benchmarks/mlebench/competitions/hms-harmful-brain-activity-classification/grade.py +43 -0
  1139. dslighting-2.6.14/benchmarks/mlebench/competitions/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
  1140. dslighting-2.6.14/benchmarks/mlebench/competitions/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
  1141. dslighting-2.6.14/benchmarks/mlebench/competitions/hms-harmful-brain-activity-classification/prepare.py +121 -0
  1142. dslighting-2.6.14/benchmarks/mlebench/competitions/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
  1143. dslighting-2.6.14/benchmarks/mlebench/competitions/hotel-id-2021-fgvc8/grade.py +41 -0
  1144. dslighting-2.6.14/benchmarks/mlebench/competitions/hotel-id-2021-fgvc8/prepare.py +63 -0
  1145. dslighting-2.6.14/benchmarks/mlebench/competitions/hotel-id-2021-fgvc8/prepare_val.py +132 -0
  1146. dslighting-2.6.14/benchmarks/mlebench/competitions/hubmap-kidney-segmentation/grade.py +62 -0
  1147. dslighting-2.6.14/benchmarks/mlebench/competitions/hubmap-kidney-segmentation/prepare.py +108 -0
  1148. dslighting-2.6.14/benchmarks/mlebench/competitions/hubmap-kidney-segmentation/prepare_val.py +153 -0
  1149. dslighting-2.6.14/benchmarks/mlebench/competitions/icecube-neutrinos-in-deep-ice/grade.py +111 -0
  1150. dslighting-2.6.14/benchmarks/mlebench/competitions/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
  1151. dslighting-2.6.14/benchmarks/mlebench/competitions/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
  1152. dslighting-2.6.14/benchmarks/mlebench/competitions/ili/grade.py +60 -0
  1153. dslighting-2.6.14/benchmarks/mlebench/competitions/ili/prepare.py +99 -0
  1154. dslighting-2.6.14/benchmarks/mlebench/competitions/imet-2020-fgvc7/grade.py +54 -0
  1155. dslighting-2.6.14/benchmarks/mlebench/competitions/imet-2020-fgvc7/prepare.py +77 -0
  1156. dslighting-2.6.14/benchmarks/mlebench/competitions/imet-2020-fgvc7/prepare_val.py +157 -0
  1157. dslighting-2.6.14/benchmarks/mlebench/competitions/inaturalist-2019-fgvc6/grade.py +35 -0
  1158. dslighting-2.6.14/benchmarks/mlebench/competitions/inaturalist-2019-fgvc6/prepare.py +259 -0
  1159. dslighting-2.6.14/benchmarks/mlebench/competitions/inaturalist-2019-fgvc6/prepare_val.py +304 -0
  1160. dslighting-2.6.14/benchmarks/mlebench/competitions/instant-gratification/__init__.py +0 -0
  1161. dslighting-2.6.14/benchmarks/mlebench/competitions/instant-gratification/grade.py +55 -0
  1162. dslighting-2.6.14/benchmarks/mlebench/competitions/instant-gratification/prepare.py +25 -0
  1163. dslighting-2.6.14/benchmarks/mlebench/competitions/instant_gratification/__init__.py +0 -0
  1164. dslighting-2.6.14/benchmarks/mlebench/competitions/instant_gratification/grade.py +55 -0
  1165. dslighting-2.6.14/benchmarks/mlebench/competitions/instant_gratification/prepare.py +25 -0
  1166. dslighting-2.6.14/benchmarks/mlebench/competitions/invasive-species-monitoring/grade.py +11 -0
  1167. dslighting-2.6.14/benchmarks/mlebench/competitions/invasive-species-monitoring/prepare.py +97 -0
  1168. dslighting-2.6.14/benchmarks/mlebench/competitions/invasive-species-monitoring/prepare_val.py +164 -0
  1169. dslighting-2.6.14/benchmarks/mlebench/competitions/iwildcam-2019-fgvc6/grade.py +44 -0
  1170. dslighting-2.6.14/benchmarks/mlebench/competitions/iwildcam-2019-fgvc6/prepare.py +118 -0
  1171. dslighting-2.6.14/benchmarks/mlebench/competitions/iwildcam-2019-fgvc6/prepare_val.py +194 -0
  1172. dslighting-2.6.14/benchmarks/mlebench/competitions/iwildcam-2020-fgvc7/grade.py +11 -0
  1173. dslighting-2.6.14/benchmarks/mlebench/competitions/iwildcam-2020-fgvc7/prepare.py +164 -0
  1174. dslighting-2.6.14/benchmarks/mlebench/competitions/iwildcam-2020-fgvc7/prepare_val.py +245 -0
  1175. dslighting-2.6.14/benchmarks/mlebench/competitions/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
  1176. dslighting-2.6.14/benchmarks/mlebench/competitions/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
  1177. dslighting-2.6.14/benchmarks/mlebench/competitions/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
  1178. dslighting-2.6.14/benchmarks/mlebench/competitions/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
  1179. dslighting-2.6.14/benchmarks/mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
  1180. dslighting-2.6.14/benchmarks/mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
  1181. dslighting-2.6.14/benchmarks/mlebench/competitions/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
  1182. dslighting-2.6.14/benchmarks/mlebench/competitions/kuzushiji-recognition/grade.py +58 -0
  1183. dslighting-2.6.14/benchmarks/mlebench/competitions/kuzushiji-recognition/kuzushiji_metric.py +118 -0
  1184. dslighting-2.6.14/benchmarks/mlebench/competitions/kuzushiji-recognition/prepare.py +92 -0
  1185. dslighting-2.6.14/benchmarks/mlebench/competitions/kuzushiji-recognition/prepare_val.py +149 -0
  1186. dslighting-2.6.14/benchmarks/mlebench/competitions/leaf-classification/classes.py +101 -0
  1187. dslighting-2.6.14/benchmarks/mlebench/competitions/leaf-classification/grade.py +44 -0
  1188. dslighting-2.6.14/benchmarks/mlebench/competitions/leaf-classification/prepare.py +60 -0
  1189. dslighting-2.6.14/benchmarks/mlebench/competitions/leaf-classification/prepare_val.py +116 -0
  1190. dslighting-2.6.14/benchmarks/mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
  1191. dslighting-2.6.14/benchmarks/mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
  1192. dslighting-2.6.14/benchmarks/mlebench/competitions/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
  1193. dslighting-2.6.14/benchmarks/mlebench/competitions/liverpool-ion-switching/__init__.py +0 -0
  1194. dslighting-2.6.14/benchmarks/mlebench/competitions/liverpool-ion-switching/grade.py +52 -0
  1195. dslighting-2.6.14/benchmarks/mlebench/competitions/liverpool-ion-switching/prepare.py +27 -0
  1196. dslighting-2.6.14/benchmarks/mlebench/competitions/liverpool_ion_switching/__init__.py +0 -0
  1197. dslighting-2.6.14/benchmarks/mlebench/competitions/liverpool_ion_switching/grade.py +52 -0
  1198. dslighting-2.6.14/benchmarks/mlebench/competitions/liverpool_ion_switching/prepare.py +27 -0
  1199. dslighting-2.6.14/benchmarks/mlebench/competitions/lmsys-chatbot-arena/grade.py +63 -0
  1200. dslighting-2.6.14/benchmarks/mlebench/competitions/lmsys-chatbot-arena/prepare.py +52 -0
  1201. dslighting-2.6.14/benchmarks/mlebench/competitions/lmsys-chatbot-arena/prepare_val.py +115 -0
  1202. dslighting-2.6.14/benchmarks/mlebench/competitions/mcm_2024_c_test/grade.py +107 -0
  1203. dslighting-2.6.14/benchmarks/mlebench/competitions/mcm_2024_c_test/prepare.py +2 -0
  1204. dslighting-2.6.14/benchmarks/mlebench/competitions/ml2021spring-hw2/grade.py +11 -0
  1205. dslighting-2.6.14/benchmarks/mlebench/competitions/ml2021spring-hw2/prepare.py +58 -0
  1206. dslighting-2.6.14/benchmarks/mlebench/competitions/ml2021spring-hw2/prepare_val.py +135 -0
  1207. dslighting-2.6.14/benchmarks/mlebench/competitions/mlsp-2013-birds/grade.py +11 -0
  1208. dslighting-2.6.14/benchmarks/mlebench/competitions/mlsp-2013-birds/prepare.py +182 -0
  1209. dslighting-2.6.14/benchmarks/mlebench/competitions/mlsp-2013-birds/prepare_val.py +241 -0
  1210. dslighting-2.6.14/benchmarks/mlebench/competitions/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
  1211. dslighting-2.6.14/benchmarks/mlebench/competitions/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
  1212. dslighting-2.6.14/benchmarks/mlebench/competitions/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
  1213. dslighting-2.6.14/benchmarks/mlebench/competitions/multi-modal-gesture-recognition/grade.py +58 -0
  1214. dslighting-2.6.14/benchmarks/mlebench/competitions/multi-modal-gesture-recognition/prepare.py +85 -0
  1215. dslighting-2.6.14/benchmarks/mlebench/competitions/multi-modal-gesture-recognition/prepare_val.py +139 -0
  1216. dslighting-2.6.14/benchmarks/mlebench/competitions/my-custom-task-01/prepare.py +2 -0
  1217. dslighting-2.6.14/benchmarks/mlebench/competitions/new-my-task-01/prepare.py +2 -0
  1218. dslighting-2.6.14/benchmarks/mlebench/competitions/new-my-task-03/grade.py +107 -0
  1219. dslighting-2.6.14/benchmarks/mlebench/competitions/new-my-task-03/prepare.py +2 -0
  1220. dslighting-2.6.14/benchmarks/mlebench/competitions/new-york-city-taxi-fare-prediction/grade.py +28 -0
  1221. dslighting-2.6.14/benchmarks/mlebench/competitions/new-york-city-taxi-fare-prediction/prepare.py +44 -0
  1222. dslighting-2.6.14/benchmarks/mlebench/competitions/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
  1223. dslighting-2.6.14/benchmarks/mlebench/competitions/nfl-player-contact-detection/grade.py +36 -0
  1224. dslighting-2.6.14/benchmarks/mlebench/competitions/nfl-player-contact-detection/prepare.py +101 -0
  1225. dslighting-2.6.14/benchmarks/mlebench/competitions/nfl-player-contact-detection/prepare_val.py +186 -0
  1226. dslighting-2.6.14/benchmarks/mlebench/competitions/nomad2018-predict-transparent-conductors/grade.py +47 -0
  1227. dslighting-2.6.14/benchmarks/mlebench/competitions/nomad2018-predict-transparent-conductors/prepare.py +77 -0
  1228. dslighting-2.6.14/benchmarks/mlebench/competitions/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
  1229. dslighting-2.6.14/benchmarks/mlebench/competitions/osic-pulmonary-fibrosis-progression/grade.py +74 -0
  1230. dslighting-2.6.14/benchmarks/mlebench/competitions/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
  1231. dslighting-2.6.14/benchmarks/mlebench/competitions/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
  1232. dslighting-2.6.14/benchmarks/mlebench/competitions/paddy-disease-classification/grade.py +35 -0
  1233. dslighting-2.6.14/benchmarks/mlebench/competitions/paddy-disease-classification/prepare.py +69 -0
  1234. dslighting-2.6.14/benchmarks/mlebench/competitions/paddy-disease-classification/prepare_val.py +122 -0
  1235. dslighting-2.6.14/benchmarks/mlebench/competitions/petfinder-pawpularity-score/grade.py +41 -0
  1236. dslighting-2.6.14/benchmarks/mlebench/competitions/petfinder-pawpularity-score/prepare.py +76 -0
  1237. dslighting-2.6.14/benchmarks/mlebench/competitions/petfinder-pawpularity-score/prepare_val.py +154 -0
  1238. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-pathology-2020-fgvc7/grade.py +41 -0
  1239. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-pathology-2020-fgvc7/prepare.py +74 -0
  1240. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
  1241. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-pathology-2021-fgvc8/grade.py +54 -0
  1242. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-pathology-2021-fgvc8/prepare.py +65 -0
  1243. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
  1244. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-seedlings-classification/grade.py +39 -0
  1245. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-seedlings-classification/prepare.py +91 -0
  1246. dslighting-2.6.14/benchmarks/mlebench/competitions/plant-seedlings-classification/prepare_val.py +158 -0
  1247. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e1/__init__.py +0 -0
  1248. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e1/grade.py +52 -0
  1249. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e1/prepare.py +25 -0
  1250. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e11/__init__.py +0 -0
  1251. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e11/grade.py +55 -0
  1252. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e11/prepare.py +25 -0
  1253. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e18/grade.py +39 -0
  1254. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e18/prepare.py +36 -0
  1255. dslighting-2.6.14/benchmarks/mlebench/competitions/playground-series-s3e18/prepare_val.py +89 -0
  1256. dslighting-2.6.14/benchmarks/mlebench/competitions/playground_series_s3e1/__init__.py +0 -0
  1257. dslighting-2.6.14/benchmarks/mlebench/competitions/playground_series_s3e1/grade.py +52 -0
  1258. dslighting-2.6.14/benchmarks/mlebench/competitions/playground_series_s3e1/prepare.py +25 -0
  1259. dslighting-2.6.14/benchmarks/mlebench/competitions/playground_series_s3e11/__init__.py +0 -0
  1260. dslighting-2.6.14/benchmarks/mlebench/competitions/playground_series_s3e11/grade.py +55 -0
  1261. dslighting-2.6.14/benchmarks/mlebench/competitions/playground_series_s3e11/prepare.py +25 -0
  1262. dslighting-2.6.14/benchmarks/mlebench/competitions/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
  1263. dslighting-2.6.14/benchmarks/mlebench/competitions/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
  1264. dslighting-2.6.14/benchmarks/mlebench/competitions/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
  1265. dslighting-2.6.14/benchmarks/mlebench/competitions/random-acts-of-pizza/grade.py +14 -0
  1266. dslighting-2.6.14/benchmarks/mlebench/competitions/random-acts-of-pizza/prepare.py +80 -0
  1267. dslighting-2.6.14/benchmarks/mlebench/competitions/random-acts-of-pizza/prepare_val.py +144 -0
  1268. dslighting-2.6.14/benchmarks/mlebench/competitions/ranzcr-clip-catheter-line-classification/classes.py +11 -0
  1269. dslighting-2.6.14/benchmarks/mlebench/competitions/ranzcr-clip-catheter-line-classification/grade.py +31 -0
  1270. dslighting-2.6.14/benchmarks/mlebench/competitions/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
  1271. dslighting-2.6.14/benchmarks/mlebench/competitions/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
  1272. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
  1273. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
  1274. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
  1275. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-breast-cancer-detection/grade.py +65 -0
  1276. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-breast-cancer-detection/prepare.py +141 -0
  1277. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-breast-cancer-detection/prepare_val.py +201 -0
  1278. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
  1279. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
  1280. dslighting-2.6.14/benchmarks/mlebench/competitions/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
  1281. dslighting-2.6.14/benchmarks/mlebench/competitions/santander-customer-satisfaction/grade.py +10 -0
  1282. dslighting-2.6.14/benchmarks/mlebench/competitions/santander-customer-satisfaction/prepare.py +41 -0
  1283. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-001-clintox-nn/__init__.py +0 -0
  1284. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-001-clintox-nn/grade.py +56 -0
  1285. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-001-clintox-nn/prepare.py +75 -0
  1286. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-015-aai/grade.py +37 -0
  1287. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-015-aai/prepare.py +102 -0
  1288. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-051-brain-blood-qsar/grade.py +58 -0
  1289. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
  1290. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
  1291. dslighting-2.6.14/benchmarks/mlebench/competitions/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
  1292. dslighting-2.6.14/benchmarks/mlebench/competitions/see-click-predict-fix/__init__.py +0 -0
  1293. dslighting-2.6.14/benchmarks/mlebench/competitions/see-click-predict-fix/grade.py +66 -0
  1294. dslighting-2.6.14/benchmarks/mlebench/competitions/see-click-predict-fix/prepare.py +25 -0
  1295. dslighting-2.6.14/benchmarks/mlebench/competitions/see_click_predict_fix/__init__.py +0 -0
  1296. dslighting-2.6.14/benchmarks/mlebench/competitions/see_click_predict_fix/grade.py +66 -0
  1297. dslighting-2.6.14/benchmarks/mlebench/competitions/see_click_predict_fix/prepare.py +25 -0
  1298. dslighting-2.6.14/benchmarks/mlebench/competitions/seti-breakthrough-listen/grade.py +11 -0
  1299. dslighting-2.6.14/benchmarks/mlebench/competitions/seti-breakthrough-listen/prepare.py +71 -0
  1300. dslighting-2.6.14/benchmarks/mlebench/competitions/seti-breakthrough-listen/prepare_val.py +159 -0
  1301. dslighting-2.6.14/benchmarks/mlebench/competitions/siim-covid19-detection/grade.py +194 -0
  1302. dslighting-2.6.14/benchmarks/mlebench/competitions/siim-covid19-detection/prepare.py +123 -0
  1303. dslighting-2.6.14/benchmarks/mlebench/competitions/siim-covid19-detection/prepare_val.py +164 -0
  1304. dslighting-2.6.14/benchmarks/mlebench/competitions/siim-isic-melanoma-classification/grade.py +11 -0
  1305. dslighting-2.6.14/benchmarks/mlebench/competitions/siim-isic-melanoma-classification/prepare.py +127 -0
  1306. dslighting-2.6.14/benchmarks/mlebench/competitions/siim-isic-melanoma-classification/prepare_val.py +158 -0
  1307. dslighting-2.6.14/benchmarks/mlebench/competitions/smartphone-decimeter-2022/grade.py +55 -0
  1308. dslighting-2.6.14/benchmarks/mlebench/competitions/smartphone-decimeter-2022/notebook.py +86 -0
  1309. dslighting-2.6.14/benchmarks/mlebench/competitions/smartphone-decimeter-2022/prepare.py +143 -0
  1310. dslighting-2.6.14/benchmarks/mlebench/competitions/smartphone-decimeter-2022/prepare_val.py +199 -0
  1311. dslighting-2.6.14/benchmarks/mlebench/competitions/spaceship-titanic/grade.py +11 -0
  1312. dslighting-2.6.14/benchmarks/mlebench/competitions/spaceship-titanic/prepare.py +23 -0
  1313. dslighting-2.6.14/benchmarks/mlebench/competitions/spaceship-titanic/prepare_val.py +61 -0
  1314. dslighting-2.6.14/benchmarks/mlebench/competitions/spooky-author-identification/classes.py +1 -0
  1315. dslighting-2.6.14/benchmarks/mlebench/competitions/spooky-author-identification/grade.py +38 -0
  1316. dslighting-2.6.14/benchmarks/mlebench/competitions/spooky-author-identification/prepare.py +40 -0
  1317. dslighting-2.6.14/benchmarks/mlebench/competitions/spooky-author-identification/prepare_val.py +78 -0
  1318. dslighting-2.6.14/benchmarks/mlebench/competitions/stanford-covid-vaccine/grade.py +65 -0
  1319. dslighting-2.6.14/benchmarks/mlebench/competitions/stanford-covid-vaccine/prepare.py +129 -0
  1320. dslighting-2.6.14/benchmarks/mlebench/competitions/stanford-covid-vaccine/prepare_val.py +199 -0
  1321. dslighting-2.6.14/benchmarks/mlebench/competitions/statoil-iceberg-classifier-challenge/grade.py +41 -0
  1322. dslighting-2.6.14/benchmarks/mlebench/competitions/statoil-iceberg-classifier-challenge/prepare.py +105 -0
  1323. dslighting-2.6.14/benchmarks/mlebench/competitions/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
  1324. dslighting-2.6.14/benchmarks/mlebench/competitions/tabular-playground-series-dec-2021/grade.py +11 -0
  1325. dslighting-2.6.14/benchmarks/mlebench/competitions/tabular-playground-series-dec-2021/prepare.py +39 -0
  1326. dslighting-2.6.14/benchmarks/mlebench/competitions/tabular-playground-series-dec-2021/prepare_val.py +99 -0
  1327. dslighting-2.6.14/benchmarks/mlebench/competitions/tabular-playground-series-may-2022/grade.py +9 -0
  1328. dslighting-2.6.14/benchmarks/mlebench/competitions/tabular-playground-series-may-2022/prepare.py +56 -0
  1329. dslighting-2.6.14/benchmarks/mlebench/competitions/tabular-playground-series-may-2022/prepare_val.py +116 -0
  1330. dslighting-2.6.14/benchmarks/mlebench/competitions/tensorflow-speech-recognition-challenge/grade.py +11 -0
  1331. dslighting-2.6.14/benchmarks/mlebench/competitions/tensorflow-speech-recognition-challenge/prepare.py +90 -0
  1332. dslighting-2.6.14/benchmarks/mlebench/competitions/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
  1333. dslighting-2.6.14/benchmarks/mlebench/competitions/tensorflow2-question-answering/grade.py +122 -0
  1334. dslighting-2.6.14/benchmarks/mlebench/competitions/tensorflow2-question-answering/prepare.py +122 -0
  1335. dslighting-2.6.14/benchmarks/mlebench/competitions/tensorflow2-question-answering/prepare_val.py +187 -0
  1336. dslighting-2.6.14/benchmarks/mlebench/competitions/test-repair-task-01/prepare.py +2 -0
  1337. dslighting-2.6.14/benchmarks/mlebench/competitions/test-repair-task-02/prepare.py +2 -0
  1338. dslighting-2.6.14/benchmarks/mlebench/competitions/text-normalization-challenge-english-language/grade.py +49 -0
  1339. dslighting-2.6.14/benchmarks/mlebench/competitions/text-normalization-challenge-english-language/prepare.py +115 -0
  1340. dslighting-2.6.14/benchmarks/mlebench/competitions/text-normalization-challenge-english-language/prepare_val.py +213 -0
  1341. dslighting-2.6.14/benchmarks/mlebench/competitions/text-normalization-challenge-russian-language/grade.py +49 -0
  1342. dslighting-2.6.14/benchmarks/mlebench/competitions/text-normalization-challenge-russian-language/prepare.py +113 -0
  1343. dslighting-2.6.14/benchmarks/mlebench/competitions/text-normalization-challenge-russian-language/prepare_val.py +165 -0
  1344. dslighting-2.6.14/benchmarks/mlebench/competitions/tgs-salt-identification-challenge/grade.py +144 -0
  1345. dslighting-2.6.14/benchmarks/mlebench/competitions/tgs-salt-identification-challenge/prepare.py +158 -0
  1346. dslighting-2.6.14/benchmarks/mlebench/competitions/tgs-salt-identification-challenge/prepare_val.py +166 -0
  1347. dslighting-2.6.14/benchmarks/mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
  1348. dslighting-2.6.14/benchmarks/mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
  1349. dslighting-2.6.14/benchmarks/mlebench/competitions/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
  1350. dslighting-2.6.14/benchmarks/mlebench/competitions/tmdb-box-office-prediction/__init__.py +0 -0
  1351. dslighting-2.6.14/benchmarks/mlebench/competitions/tmdb-box-office-prediction/grade.py +55 -0
  1352. dslighting-2.6.14/benchmarks/mlebench/competitions/tmdb-box-office-prediction/prepare.py +35 -0
  1353. dslighting-2.6.14/benchmarks/mlebench/competitions/tweet-sentiment-extraction/grade.py +67 -0
  1354. dslighting-2.6.14/benchmarks/mlebench/competitions/tweet-sentiment-extraction/prepare.py +36 -0
  1355. dslighting-2.6.14/benchmarks/mlebench/competitions/tweet-sentiment-extraction/prepare_val.py +106 -0
  1356. dslighting-2.6.14/benchmarks/mlebench/competitions/us-patent-phrase-to-phrase-matching/grade.py +31 -0
  1357. dslighting-2.6.14/benchmarks/mlebench/competitions/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
  1358. dslighting-2.6.14/benchmarks/mlebench/competitions/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
  1359. dslighting-2.6.14/benchmarks/mlebench/competitions/utils.py +266 -0
  1360. dslighting-2.6.14/benchmarks/mlebench/competitions/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
  1361. dslighting-2.6.14/benchmarks/mlebench/competitions/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
  1362. dslighting-2.6.14/benchmarks/mlebench/competitions/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
  1363. dslighting-2.6.14/benchmarks/mlebench/competitions/ventilator-pressure-prediction/__init__.py +0 -0
  1364. dslighting-2.6.14/benchmarks/mlebench/competitions/ventilator-pressure-prediction/grade.py +52 -0
  1365. dslighting-2.6.14/benchmarks/mlebench/competitions/ventilator-pressure-prediction/prepare.py +27 -0
  1366. dslighting-2.6.14/benchmarks/mlebench/competitions/ventilator-pressure-prediction/prepare_val.py +142 -0
  1367. dslighting-2.6.14/benchmarks/mlebench/competitions/ventilator_pressure_prediction/__init__.py +0 -0
  1368. dslighting-2.6.14/benchmarks/mlebench/competitions/ventilator_pressure_prediction/grade.py +52 -0
  1369. dslighting-2.6.14/benchmarks/mlebench/competitions/ventilator_pressure_prediction/prepare.py +27 -0
  1370. dslighting-2.6.14/benchmarks/mlebench/competitions/vesuvius-challenge-ink-detection/grade.py +97 -0
  1371. dslighting-2.6.14/benchmarks/mlebench/competitions/vesuvius-challenge-ink-detection/prepare.py +122 -0
  1372. dslighting-2.6.14/benchmarks/mlebench/competitions/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
  1373. dslighting-2.6.14/benchmarks/mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
  1374. dslighting-2.6.14/benchmarks/mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
  1375. dslighting-2.6.14/benchmarks/mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
  1376. dslighting-2.6.14/benchmarks/mlebench/competitions/whale-categorization-playground/grade.py +41 -0
  1377. dslighting-2.6.14/benchmarks/mlebench/competitions/whale-categorization-playground/prepare.py +103 -0
  1378. dslighting-2.6.14/benchmarks/mlebench/competitions/whale-categorization-playground/prepare_val.py +196 -0
  1379. dslighting-2.6.14/benchmarks/mlebench/data.py +420 -0
  1380. dslighting-2.6.14/benchmarks/mlebench/grade.py +209 -0
  1381. dslighting-2.6.14/benchmarks/mlebench/grade_helpers.py +235 -0
  1382. dslighting-2.6.14/benchmarks/mlebench/metrics.py +75 -0
  1383. dslighting-2.6.14/benchmarks/mlebench/registry.py +324 -0
  1384. dslighting-2.6.14/benchmarks/mlebench/utils.py +346 -0
  1385. dslighting-2.6.14/benchmarks/sciencebench/__init__.py +9 -0
  1386. dslighting-2.6.14/benchmarks/sciencebench/competitions/__init__.py +0 -0
  1387. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-001-clintox-nn/__init__.py +0 -0
  1388. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-001-clintox-nn/grade.py +56 -0
  1389. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-001-clintox-nn/prepare.py +90 -0
  1390. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-003-predict-bulk-modulus/grade.py +46 -0
  1391. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-003-predict-bulk-modulus/prepare.py +58 -0
  1392. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-005-dkpes-model-development-1/grade.py +40 -0
  1393. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-005-dkpes-model-development-1/prepare.py +44 -0
  1394. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-011-bbbc002-cell-count/grade.py +52 -0
  1395. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-011-bbbc002-cell-count/prepare.py +91 -0
  1396. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-013-drug-property-model/grade.py +48 -0
  1397. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-013-drug-property-model/prepare.py +67 -0
  1398. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-015-aai/grade.py +48 -0
  1399. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-015-aai/prepare.py +91 -0
  1400. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-019-dili-models-ecfp-svm/grade.py +33 -0
  1401. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-019-dili-models-ecfp-svm/prepare.py +60 -0
  1402. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-021-deforestation/grade.py +35 -0
  1403. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-021-deforestation/prepare.py +82 -0
  1404. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-040-md-rf/grade.py +45 -0
  1405. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-040-md-rf/prepare.py +71 -0
  1406. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-051-brain-blood-qsar/grade.py +44 -0
  1407. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
  1408. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-078-protein-stability/grade.py +46 -0
  1409. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-078-protein-stability/prepare.py +77 -0
  1410. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-095-synthetic-feasibility-modeling/grade.py +25 -0
  1411. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-095-synthetic-feasibility-modeling/prepare.py +87 -0
  1412. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-097-formation-energy-prediction/grade.py +35 -0
  1413. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-097-formation-energy-prediction/prepare.py +87 -0
  1414. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-101-experimental-band-gap-prediction/grade.py +50 -0
  1415. dslighting-2.6.14/benchmarks/sciencebench/competitions/sciencebench-101-experimental-band-gap-prediction/prepare.py +89 -0
  1416. dslighting-2.6.14/benchmarks/sciencebench/competitions/utils.py +32 -0
  1417. dslighting-2.6.14/benchmarks/sciencebench/data.py +83 -0
  1418. dslighting-2.6.14/benchmarks/sciencebench/grade.py +167 -0
  1419. dslighting-2.6.14/benchmarks/sciencebench/grade_helpers.py +104 -0
  1420. dslighting-2.6.14/benchmarks/sciencebench/image_eval.py +118 -0
  1421. dslighting-2.6.14/benchmarks/sciencebench/registry.py +169 -0
  1422. dslighting-2.6.14/benchmarks/sciencebench/utils.py +92 -0
  1423. dslighting-2.6.14/dsat/__init__.py +3 -0
  1424. dslighting-2.6.14/dsat/benchmark/__init__.py +1 -0
  1425. dslighting-2.6.14/dsat/benchmark/benchmark.py +168 -0
  1426. dslighting-2.6.14/dsat/benchmark/datasci.py +291 -0
  1427. dslighting-2.6.14/dsat/benchmark/mle.py +777 -0
  1428. dslighting-2.6.14/dsat/benchmark/sciencebench.py +304 -0
  1429. dslighting-2.6.14/dsat/common/__init__.py +0 -0
  1430. dslighting-2.6.14/dsat/common/constants.py +11 -0
  1431. dslighting-2.6.14/dsat/common/exceptions.py +48 -0
  1432. dslighting-2.6.14/dsat/common/typing.py +19 -0
  1433. dslighting-2.6.14/dsat/config.py +94 -0
  1434. dslighting-2.6.14/dsat/models/__init__.py +3 -0
  1435. dslighting-2.6.14/dsat/models/candidates.py +16 -0
  1436. dslighting-2.6.14/dsat/models/formats.py +52 -0
  1437. dslighting-2.6.14/dsat/models/task.py +38 -0
  1438. dslighting-2.6.14/dsat/operators/__init__.py +0 -0
  1439. dslighting-2.6.14/dsat/operators/aflow_ops.py +90 -0
  1440. dslighting-2.6.14/dsat/operators/autokaggle_ops.py +170 -0
  1441. dslighting-2.6.14/dsat/operators/automind_ops.py +38 -0
  1442. dslighting-2.6.14/dsat/operators/base.py +22 -0
  1443. dslighting-2.6.14/dsat/operators/code.py +44 -0
  1444. dslighting-2.6.14/dsat/operators/dsagent_ops.py +123 -0
  1445. dslighting-2.6.14/dsat/operators/llm_basic.py +84 -0
  1446. dslighting-2.6.14/dsat/prompts/__init__.py +0 -0
  1447. dslighting-2.6.14/dsat/prompts/aflow_prompt.py +76 -0
  1448. dslighting-2.6.14/dsat/prompts/aide_prompt.py +102 -0
  1449. dslighting-2.6.14/dsat/prompts/autokaggle_prompt.py +290 -0
  1450. dslighting-2.6.14/dsat/prompts/automind_prompt.py +29 -0
  1451. dslighting-2.6.14/dsat/prompts/common.py +85 -0
  1452. dslighting-2.6.14/dsat/prompts/data_interpreter_prompt.py +82 -0
  1453. dslighting-2.6.14/dsat/prompts/dsagent_prompt.py +88 -0
  1454. dslighting-2.6.14/dsat/runner.py +733 -0
  1455. dslighting-2.6.14/dsat/services/__init__.py +0 -0
  1456. dslighting-2.6.14/dsat/services/data_analyzer.py +387 -0
  1457. dslighting-2.6.14/dsat/services/llm.py +489 -0
  1458. dslighting-2.6.14/dsat/services/llm_single.py +421 -0
  1459. dslighting-2.6.14/dsat/services/sandbox.py +447 -0
  1460. dslighting-2.6.14/dsat/services/states/__init__.py +0 -0
  1461. dslighting-2.6.14/dsat/services/states/autokaggle_state.py +43 -0
  1462. dslighting-2.6.14/dsat/services/states/base.py +14 -0
  1463. dslighting-2.6.14/dsat/services/states/dsa_log.py +13 -0
  1464. dslighting-2.6.14/dsat/services/states/experience.py +237 -0
  1465. dslighting-2.6.14/dsat/services/states/journal.py +154 -0
  1466. dslighting-2.6.14/dsat/services/states/operator_library.py +290 -0
  1467. dslighting-2.6.14/dsat/services/vdb.py +76 -0
  1468. dslighting-2.6.14/dsat/services/workspace.py +178 -0
  1469. dslighting-2.6.14/dsat/tasks/__init__.py +3 -0
  1470. dslighting-2.6.14/dsat/tasks/handlers.py +376 -0
  1471. dslighting-2.6.14/dsat/templates/open_ended/grade_template.py +107 -0
  1472. dslighting-2.6.14/dsat/tools/__init__.py +4 -0
  1473. dslighting-2.6.14/dsat/utils/__init__.py +0 -0
  1474. dslighting-2.6.14/dsat/utils/context.py +172 -0
  1475. dslighting-2.6.14/dsat/utils/dynamic_import.py +71 -0
  1476. dslighting-2.6.14/dsat/utils/parsing.py +33 -0
  1477. dslighting-2.6.14/dsat/workflows/__init__.py +13 -0
  1478. dslighting-2.6.14/dsat/workflows/base.py +186 -0
  1479. dslighting-2.6.14/dsat/workflows/factory.py +500 -0
  1480. dslighting-2.6.14/dsat/workflows/manual/__init__.py +0 -0
  1481. dslighting-2.6.14/dsat/workflows/manual/autokaggle_workflow.py +148 -0
  1482. dslighting-2.6.14/dsat/workflows/manual/data_interpreter_workflow.py +153 -0
  1483. dslighting-2.6.14/dsat/workflows/manual/deepanalyze_workflow.py +484 -0
  1484. dslighting-2.6.14/dsat/workflows/manual/dsagent_workflow.py +76 -0
  1485. dslighting-2.6.14/dsat/workflows/manual/my_custom_agent_workflow.py +311 -0
  1486. dslighting-2.6.14/dsat/workflows/search/__init__.py +0 -0
  1487. dslighting-2.6.14/dsat/workflows/search/aflow_workflow.py +344 -0
  1488. dslighting-2.6.14/dsat/workflows/search/aide_workflow.py +283 -0
  1489. dslighting-2.6.14/dsat/workflows/search/automind_workflow.py +237 -0
  1490. dslighting-2.6.14/dsat/workflows/templates/__init__.py +0 -0
  1491. dslighting-2.6.14/dsat/workflows/templates/basic_kaggle_loop.py +71 -0
  1492. dslighting-2.6.14/dslighting/__init__.py +565 -0
  1493. dslighting-2.6.14/dslighting/agents/__init__.py +14 -0
  1494. dslighting-2.6.14/dslighting/agents/patterns/__init__.py +9 -0
  1495. dslighting-2.6.14/dslighting/agents/presets/__init__.py +62 -0
  1496. dslighting-2.6.14/dslighting/agents/presets/example_agent_with_custom_operator.py +168 -0
  1497. dslighting-2.6.14/dslighting/agents/strategies/__init__.py +23 -0
  1498. dslighting-2.6.14/dslighting/agents/strategies/base.py +41 -0
  1499. dslighting-2.6.14/dslighting/agents/strategies/beam.py +118 -0
  1500. dslighting-2.6.14/dslighting/agents/strategies/evolutionary.py +198 -0
  1501. dslighting-2.6.14/dslighting/agents/strategies/greedy.py +103 -0
  1502. dslighting-2.6.14/dslighting/agents/strategies/mcts.py +185 -0
  1503. dslighting-2.6.14/dslighting/api/__init__.py +26 -0
  1504. dslighting-2.6.14/dslighting/api/agent.py +238 -0
  1505. dslighting-2.6.14/dslighting/api/convenience.py +178 -0
  1506. dslighting-2.6.14/dslighting/benchmark/__init__.py +59 -0
  1507. dslighting-2.6.14/dslighting/benchmark/base.py +307 -0
  1508. dslighting-2.6.14/dslighting/benchmark/custom.py +57 -0
  1509. dslighting-2.6.14/dslighting/benchmark/factory.py +275 -0
  1510. dslighting-2.6.14/dslighting/benchmark/mle_lite.py +282 -0
  1511. dslighting-2.6.14/dslighting/core/__init__.py +31 -0
  1512. dslighting-2.6.14/dslighting/core/agent.py +948 -0
  1513. dslighting-2.6.14/dslighting/core/api_key_manager.py +170 -0
  1514. dslighting-2.6.14/dslighting/core/config.py +27 -0
  1515. dslighting-2.6.14/dslighting/core/config_builder.py +401 -0
  1516. dslighting-2.6.14/dslighting/core/data_loader.py +803 -0
  1517. dslighting-2.6.14/dslighting/core/dataset.py +547 -0
  1518. dslighting-2.6.14/dslighting/core/global_config.py +149 -0
  1519. dslighting-2.6.14/dslighting/core/task_detector.py +422 -0
  1520. dslighting-2.6.14/dslighting/core/types/__init__.py +87 -0
  1521. dslighting-2.6.14/dslighting/core/types/candidates.py +11 -0
  1522. dslighting-2.6.14/dslighting/core/types/formats.py +36 -0
  1523. dslighting-2.6.14/dslighting/core/types/task.py +21 -0
  1524. dslighting-2.6.14/dslighting/datasets/__init__.py +186 -0
  1525. dslighting-2.6.14/dslighting/datasets/bike-sharing-demand/prepared/private/test_answer.csv +2179 -0
  1526. dslighting-2.6.14/dslighting/datasets/bike-sharing-demand/prepared/public/sampleSubmission.csv +2179 -0
  1527. dslighting-2.6.14/dslighting/datasets/bike-sharing-demand/prepared/public/test.csv +2179 -0
  1528. dslighting-2.6.14/dslighting/datasets/bike-sharing-demand/prepared/public/train.csv +8709 -0
  1529. dslighting-2.6.14/dslighting/operators/__init__.py +476 -0
  1530. dslighting-2.6.14/dslighting/operators/code/__init__.py +14 -0
  1531. dslighting-2.6.14/dslighting/operators/custom/__init__.py +36 -0
  1532. dslighting-2.6.14/dslighting/operators/custom/data_profiler.py +244 -0
  1533. dslighting-2.6.14/dslighting/operators/custom/example_operator.py +112 -0
  1534. dslighting-2.6.14/dslighting/operators/data/__init__.py +20 -0
  1535. dslighting-2.6.14/dslighting/operators/llm/__init__.py +24 -0
  1536. dslighting-2.6.14/dslighting/operators/orchestration/__init__.py +18 -0
  1537. dslighting-2.6.14/dslighting/operators/orchestration/conditional.py +66 -0
  1538. dslighting-2.6.14/dslighting/operators/orchestration/parallel.py +101 -0
  1539. dslighting-2.6.14/dslighting/operators/orchestration/pipeline.py +60 -0
  1540. dslighting-2.6.14/dslighting/prompts/__init__.py +613 -0
  1541. dslighting-2.6.14/dslighting/prompts/aflow_prompt.py +20 -0
  1542. dslighting-2.6.14/dslighting/prompts/aide_prompt.py +18 -0
  1543. dslighting-2.6.14/dslighting/prompts/autokaggle_prompt.py +28 -0
  1544. dslighting-2.6.14/dslighting/prompts/automind_prompt.py +18 -0
  1545. dslighting-2.6.14/dslighting/prompts/base.py +81 -0
  1546. dslighting-2.6.14/dslighting/prompts/builder.py +177 -0
  1547. dslighting-2.6.14/dslighting/prompts/common.py +18 -0
  1548. dslighting-2.6.14/dslighting/prompts/data_interpreter_prompt.py +24 -0
  1549. dslighting-2.6.14/dslighting/prompts/dsagent_prompt.py +22 -0
  1550. dslighting-2.6.14/dslighting/prompts/structured_builder.py +212 -0
  1551. dslighting-2.6.14/dslighting/prompts/templates/__init__.py +14 -0
  1552. dslighting-2.6.14/dslighting/prompts/templates/data_science.py +93 -0
  1553. dslighting-2.6.14/dslighting/prompts/templates/debugging.py +45 -0
  1554. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/checksums.yaml +6 -0
  1555. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/config.yaml +22 -0
  1556. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/description.md +157 -0
  1557. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/description_obfuscated.md +66 -0
  1558. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/grade.py +161 -0
  1559. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/mAP_evaluation.py +425 -0
  1560. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare.py +483 -0
  1561. dslighting-2.6.14/dslighting/registry/3d-object-detection-for-autonomous-vehicles/prepare_val.py +719 -0
  1562. dslighting-2.6.14/dslighting/registry/AI4Code/checksums.yaml +7 -0
  1563. dslighting-2.6.14/dslighting/registry/AI4Code/config.yaml +26 -0
  1564. dslighting-2.6.14/dslighting/registry/AI4Code/description.md +122 -0
  1565. dslighting-2.6.14/dslighting/registry/AI4Code/description_obfuscated.md +38 -0
  1566. dslighting-2.6.14/dslighting/registry/AI4Code/grade.py +70 -0
  1567. dslighting-2.6.14/dslighting/registry/AI4Code/prepare.py +84 -0
  1568. dslighting-2.6.14/dslighting/registry/AI4Code/prepare_val.py +159 -0
  1569. dslighting-2.6.14/dslighting/registry/README.md +466 -0
  1570. dslighting-2.6.14/dslighting/registry/__init__.py +103 -0
  1571. dslighting-2.6.14/dslighting/registry/aerial-cactus-identification/checksums.yaml +6 -0
  1572. dslighting-2.6.14/dslighting/registry/aerial-cactus-identification/config.yaml +16 -0
  1573. dslighting-2.6.14/dslighting/registry/aerial-cactus-identification/description.md +56 -0
  1574. dslighting-2.6.14/dslighting/registry/aerial-cactus-identification/description_obfuscated.md +28 -0
  1575. dslighting-2.6.14/dslighting/registry/aerial-cactus-identification/grade.py +11 -0
  1576. dslighting-2.6.14/dslighting/registry/aerial-cactus-identification/prepare.py +71 -0
  1577. dslighting-2.6.14/dslighting/registry/aerial-cactus-identification/prepare_val.py +133 -0
  1578. dslighting-2.6.14/dslighting/registry/alaska2-image-steganalysis/checksums.yaml +5 -0
  1579. dslighting-2.6.14/dslighting/registry/alaska2-image-steganalysis/config.yaml +22 -0
  1580. dslighting-2.6.14/dslighting/registry/alaska2-image-steganalysis/description.md +91 -0
  1581. dslighting-2.6.14/dslighting/registry/alaska2-image-steganalysis/description_obfuscated.md +44 -0
  1582. dslighting-2.6.14/dslighting/registry/alaska2-image-steganalysis/grade.py +136 -0
  1583. dslighting-2.6.14/dslighting/registry/alaska2-image-steganalysis/prepare.py +88 -0
  1584. dslighting-2.6.14/dslighting/registry/alaska2-image-steganalysis/prepare_val.py +148 -0
  1585. dslighting-2.6.14/dslighting/registry/aptos2019-blindness-detection/checksums.yaml +7 -0
  1586. dslighting-2.6.14/dslighting/registry/aptos2019-blindness-detection/config.yaml +24 -0
  1587. dslighting-2.6.14/dslighting/registry/aptos2019-blindness-detection/description.md +118 -0
  1588. dslighting-2.6.14/dslighting/registry/aptos2019-blindness-detection/description_obfuscated.md +40 -0
  1589. dslighting-2.6.14/dslighting/registry/aptos2019-blindness-detection/grade.py +35 -0
  1590. dslighting-2.6.14/dslighting/registry/aptos2019-blindness-detection/prepare.py +75 -0
  1591. dslighting-2.6.14/dslighting/registry/aptos2019-blindness-detection/prepare_val.py +123 -0
  1592. dslighting-2.6.14/dslighting/registry/bike-sharing-demand/__init__.py +0 -0
  1593. dslighting-2.6.14/dslighting/registry/bike-sharing-demand/config.yaml +16 -0
  1594. dslighting-2.6.14/dslighting/registry/bike-sharing-demand/description.md +54 -0
  1595. dslighting-2.6.14/dslighting/registry/bike-sharing-demand/grade.py +63 -0
  1596. dslighting-2.6.14/dslighting/registry/bike-sharing-demand/prepare.py +37 -0
  1597. dslighting-2.6.14/dslighting/registry/bike-sharing-demand/report.md +179 -0
  1598. dslighting-2.6.14/dslighting/registry/billion-word-imputation/checksums.yaml +5 -0
  1599. dslighting-2.6.14/dslighting/registry/billion-word-imputation/config.yaml +16 -0
  1600. dslighting-2.6.14/dslighting/registry/billion-word-imputation/description.md +52 -0
  1601. dslighting-2.6.14/dslighting/registry/billion-word-imputation/description_obfuscated.md +32 -0
  1602. dslighting-2.6.14/dslighting/registry/billion-word-imputation/grade.py +37 -0
  1603. dslighting-2.6.14/dslighting/registry/billion-word-imputation/prepare.py +107 -0
  1604. dslighting-2.6.14/dslighting/registry/billion-word-imputation/prepare_val.py +179 -0
  1605. dslighting-2.6.14/dslighting/registry/bms-molecular-translation/checksums.yaml +7 -0
  1606. dslighting-2.6.14/dslighting/registry/bms-molecular-translation/config.yaml +22 -0
  1607. dslighting-2.6.14/dslighting/registry/bms-molecular-translation/description.md +68 -0
  1608. dslighting-2.6.14/dslighting/registry/bms-molecular-translation/description_obfuscated.md +26 -0
  1609. dslighting-2.6.14/dslighting/registry/bms-molecular-translation/grade.py +40 -0
  1610. dslighting-2.6.14/dslighting/registry/bms-molecular-translation/prepare.py +68 -0
  1611. dslighting-2.6.14/dslighting/registry/bms-molecular-translation/prepare_val.py +131 -0
  1612. dslighting-2.6.14/dslighting/registry/cassava-leaf-disease-classification/checksums.yaml +7 -0
  1613. dslighting-2.6.14/dslighting/registry/cassava-leaf-disease-classification/config.yaml +28 -0
  1614. dslighting-2.6.14/dslighting/registry/cassava-leaf-disease-classification/description.md +124 -0
  1615. dslighting-2.6.14/dslighting/registry/cassava-leaf-disease-classification/description_obfuscated.md +36 -0
  1616. dslighting-2.6.14/dslighting/registry/cassava-leaf-disease-classification/grade.py +12 -0
  1617. dslighting-2.6.14/dslighting/registry/cassava-leaf-disease-classification/prepare.py +113 -0
  1618. dslighting-2.6.14/dslighting/registry/cassava-leaf-disease-classification/prepare_val.py +186 -0
  1619. dslighting-2.6.14/dslighting/registry/cdiscount-image-classification-challenge/checksums.yaml +9 -0
  1620. dslighting-2.6.14/dslighting/registry/cdiscount-image-classification-challenge/config.yaml +22 -0
  1621. dslighting-2.6.14/dslighting/registry/cdiscount-image-classification-challenge/description.md +100 -0
  1622. dslighting-2.6.14/dslighting/registry/cdiscount-image-classification-challenge/description_obfuscated.md +25 -0
  1623. dslighting-2.6.14/dslighting/registry/cdiscount-image-classification-challenge/grade.py +11 -0
  1624. dslighting-2.6.14/dslighting/registry/cdiscount-image-classification-challenge/prepare.py +144 -0
  1625. dslighting-2.6.14/dslighting/registry/cdiscount-image-classification-challenge/prepare_val.py +205 -0
  1626. dslighting-2.6.14/dslighting/registry/chaii-hindi-and-tamil-question-answering/checksums.yaml +7 -0
  1627. dslighting-2.6.14/dslighting/registry/chaii-hindi-and-tamil-question-answering/config.yaml +26 -0
  1628. dslighting-2.6.14/dslighting/registry/chaii-hindi-and-tamil-question-answering/description.md +138 -0
  1629. dslighting-2.6.14/dslighting/registry/chaii-hindi-and-tamil-question-answering/description_obfuscated.md +59 -0
  1630. dslighting-2.6.14/dslighting/registry/chaii-hindi-and-tamil-question-answering/grade.py +67 -0
  1631. dslighting-2.6.14/dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare.py +31 -0
  1632. dslighting-2.6.14/dslighting/registry/chaii-hindi-and-tamil-question-answering/prepare_val.py +94 -0
  1633. dslighting-2.6.14/dslighting/registry/champs-scalar-coupling/checksums.yaml +13 -0
  1634. dslighting-2.6.14/dslighting/registry/champs-scalar-coupling/config.yaml +26 -0
  1635. dslighting-2.6.14/dslighting/registry/champs-scalar-coupling/description.md +111 -0
  1636. dslighting-2.6.14/dslighting/registry/champs-scalar-coupling/description_obfuscated.md +32 -0
  1637. dslighting-2.6.14/dslighting/registry/champs-scalar-coupling/grade.py +60 -0
  1638. dslighting-2.6.14/dslighting/registry/champs-scalar-coupling/prepare.py +116 -0
  1639. dslighting-2.6.14/dslighting/registry/champs-scalar-coupling/prepare_val.py +155 -0
  1640. dslighting-2.6.14/dslighting/registry/conways-reverse-game-of-life-2020/__init__.py +0 -0
  1641. dslighting-2.6.14/dslighting/registry/conways-reverse-game-of-life-2020/checksums.yaml +9 -0
  1642. dslighting-2.6.14/dslighting/registry/conways-reverse-game-of-life-2020/config.yaml +17 -0
  1643. dslighting-2.6.14/dslighting/registry/conways-reverse-game-of-life-2020/description.md +27 -0
  1644. dslighting-2.6.14/dslighting/registry/conways-reverse-game-of-life-2020/grade.py +40 -0
  1645. dslighting-2.6.14/dslighting/registry/conways-reverse-game-of-life-2020/prepare.py +41 -0
  1646. dslighting-2.6.14/dslighting/registry/dabench-0-mean-fare-paid/checksums.yaml +2 -0
  1647. dslighting-2.6.14/dslighting/registry/dabench-0-mean-fare-paid/config.yaml +16 -0
  1648. dslighting-2.6.14/dslighting/registry/dabench-0-mean-fare-paid/description.md +43 -0
  1649. dslighting-2.6.14/dslighting/registry/dabench-0-mean-fare-paid/grade.py +66 -0
  1650. dslighting-2.6.14/dslighting/registry/dabench-0-mean-fare-paid/prepare.py +49 -0
  1651. dslighting-2.6.14/dslighting/registry/dabench-10-total-traded-quantity/checksums.yaml +2 -0
  1652. dslighting-2.6.14/dslighting/registry/dabench-10-total-traded-quantity/config.yaml +16 -0
  1653. dslighting-2.6.14/dslighting/registry/dabench-10-total-traded-quantity/description.md +43 -0
  1654. dslighting-2.6.14/dslighting/registry/dabench-10-total-traded-quantity/grade.py +66 -0
  1655. dslighting-2.6.14/dslighting/registry/dabench-10-total-traded-quantity/prepare.py +49 -0
  1656. dslighting-2.6.14/dslighting/registry/dabench-105-correlation-coefficient-between/checksums.yaml +2 -0
  1657. dslighting-2.6.14/dslighting/registry/dabench-105-correlation-coefficient-between/config.yaml +16 -0
  1658. dslighting-2.6.14/dslighting/registry/dabench-105-correlation-coefficient-between/description.md +43 -0
  1659. dslighting-2.6.14/dslighting/registry/dabench-105-correlation-coefficient-between/grade.py +66 -0
  1660. dslighting-2.6.14/dslighting/registry/dabench-105-correlation-coefficient-between/prepare.py +49 -0
  1661. dslighting-2.6.14/dslighting/registry/dabench-108-generate-feature-called/checksums.yaml +2 -0
  1662. dslighting-2.6.14/dslighting/registry/dabench-108-generate-feature-called/config.yaml +16 -0
  1663. dslighting-2.6.14/dslighting/registry/dabench-108-generate-feature-called/description.md +43 -0
  1664. dslighting-2.6.14/dslighting/registry/dabench-108-generate-feature-called/grade.py +66 -0
  1665. dslighting-2.6.14/dslighting/registry/dabench-108-generate-feature-called/prepare.py +49 -0
  1666. dslighting-2.6.14/dslighting/registry/dabench-109-explore-distribution-loanamount/checksums.yaml +2 -0
  1667. dslighting-2.6.14/dslighting/registry/dabench-109-explore-distribution-loanamount/config.yaml +16 -0
  1668. dslighting-2.6.14/dslighting/registry/dabench-109-explore-distribution-loanamount/description.md +45 -0
  1669. dslighting-2.6.14/dslighting/registry/dabench-109-explore-distribution-loanamount/grade.py +66 -0
  1670. dslighting-2.6.14/dslighting/registry/dabench-109-explore-distribution-loanamount/prepare.py +49 -0
  1671. dslighting-2.6.14/dslighting/registry/dabench-11-correlation-coefficient-between/checksums.yaml +2 -0
  1672. dslighting-2.6.14/dslighting/registry/dabench-11-correlation-coefficient-between/config.yaml +16 -0
  1673. dslighting-2.6.14/dslighting/registry/dabench-11-correlation-coefficient-between/description.md +45 -0
  1674. dslighting-2.6.14/dslighting/registry/dabench-11-correlation-coefficient-between/grade.py +66 -0
  1675. dslighting-2.6.14/dslighting/registry/dabench-11-correlation-coefficient-between/prepare.py +49 -0
  1676. dslighting-2.6.14/dslighting/registry/dabench-111-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1677. dslighting-2.6.14/dslighting/registry/dabench-111-comprehensive-data-preprocessing/config.yaml +16 -0
  1678. dslighting-2.6.14/dslighting/registry/dabench-111-comprehensive-data-preprocessing/description.md +43 -0
  1679. dslighting-2.6.14/dslighting/registry/dabench-111-comprehensive-data-preprocessing/grade.py +66 -0
  1680. dslighting-2.6.14/dslighting/registry/dabench-111-comprehensive-data-preprocessing/prepare.py +49 -0
  1681. dslighting-2.6.14/dslighting/registry/dabench-114-which-country-highest/checksums.yaml +2 -0
  1682. dslighting-2.6.14/dslighting/registry/dabench-114-which-country-highest/config.yaml +16 -0
  1683. dslighting-2.6.14/dslighting/registry/dabench-114-which-country-highest/description.md +43 -0
  1684. dslighting-2.6.14/dslighting/registry/dabench-114-which-country-highest/grade.py +66 -0
  1685. dslighting-2.6.14/dslighting/registry/dabench-114-which-country-highest/prepare.py +49 -0
  1686. dslighting-2.6.14/dslighting/registry/dabench-116-there-outliers-happiness/checksums.yaml +2 -0
  1687. dslighting-2.6.14/dslighting/registry/dabench-116-there-outliers-happiness/config.yaml +16 -0
  1688. dslighting-2.6.14/dslighting/registry/dabench-116-there-outliers-happiness/description.md +43 -0
  1689. dslighting-2.6.14/dslighting/registry/dabench-116-there-outliers-happiness/grade.py +66 -0
  1690. dslighting-2.6.14/dslighting/registry/dabench-116-there-outliers-happiness/prepare.py +49 -0
  1691. dslighting-2.6.14/dslighting/registry/dabench-117-which-variable-strongest/checksums.yaml +2 -0
  1692. dslighting-2.6.14/dslighting/registry/dabench-117-which-variable-strongest/config.yaml +16 -0
  1693. dslighting-2.6.14/dslighting/registry/dabench-117-which-variable-strongest/description.md +45 -0
  1694. dslighting-2.6.14/dslighting/registry/dabench-117-which-variable-strongest/grade.py +66 -0
  1695. dslighting-2.6.14/dslighting/registry/dabench-117-which-variable-strongest/prepare.py +49 -0
  1696. dslighting-2.6.14/dslighting/registry/dabench-118-there-linear-relationship/checksums.yaml +2 -0
  1697. dslighting-2.6.14/dslighting/registry/dabench-118-there-linear-relationship/config.yaml +16 -0
  1698. dslighting-2.6.14/dslighting/registry/dabench-118-there-linear-relationship/description.md +43 -0
  1699. dslighting-2.6.14/dslighting/registry/dabench-118-there-linear-relationship/grade.py +66 -0
  1700. dslighting-2.6.14/dslighting/registry/dabench-118-there-linear-relationship/prepare.py +49 -0
  1701. dslighting-2.6.14/dslighting/registry/dabench-123-which-country-highest/checksums.yaml +2 -0
  1702. dslighting-2.6.14/dslighting/registry/dabench-123-which-country-highest/config.yaml +16 -0
  1703. dslighting-2.6.14/dslighting/registry/dabench-123-which-country-highest/description.md +46 -0
  1704. dslighting-2.6.14/dslighting/registry/dabench-123-which-country-highest/grade.py +66 -0
  1705. dslighting-2.6.14/dslighting/registry/dabench-123-which-country-highest/prepare.py +49 -0
  1706. dslighting-2.6.14/dslighting/registry/dabench-124-there-significant-difference/checksums.yaml +2 -0
  1707. dslighting-2.6.14/dslighting/registry/dabench-124-there-significant-difference/config.yaml +16 -0
  1708. dslighting-2.6.14/dslighting/registry/dabench-124-there-significant-difference/description.md +48 -0
  1709. dslighting-2.6.14/dslighting/registry/dabench-124-there-significant-difference/grade.py +66 -0
  1710. dslighting-2.6.14/dslighting/registry/dabench-124-there-significant-difference/prepare.py +49 -0
  1711. dslighting-2.6.14/dslighting/registry/dabench-125-predict-number-people/checksums.yaml +2 -0
  1712. dslighting-2.6.14/dslighting/registry/dabench-125-predict-number-people/config.yaml +16 -0
  1713. dslighting-2.6.14/dslighting/registry/dabench-125-predict-number-people/description.md +52 -0
  1714. dslighting-2.6.14/dslighting/registry/dabench-125-predict-number-people/grade.py +66 -0
  1715. dslighting-2.6.14/dslighting/registry/dabench-125-predict-number-people/prepare.py +49 -0
  1716. dslighting-2.6.14/dslighting/registry/dabench-129-mean-standard-deviation/checksums.yaml +2 -0
  1717. dslighting-2.6.14/dslighting/registry/dabench-129-mean-standard-deviation/config.yaml +16 -0
  1718. dslighting-2.6.14/dslighting/registry/dabench-129-mean-standard-deviation/description.md +44 -0
  1719. dslighting-2.6.14/dslighting/registry/dabench-129-mean-standard-deviation/grade.py +66 -0
  1720. dslighting-2.6.14/dslighting/registry/dabench-129-mean-standard-deviation/prepare.py +49 -0
  1721. dslighting-2.6.14/dslighting/registry/dabench-130-passengers-follows-normal/checksums.yaml +2 -0
  1722. dslighting-2.6.14/dslighting/registry/dabench-130-passengers-follows-normal/config.yaml +16 -0
  1723. dslighting-2.6.14/dslighting/registry/dabench-130-passengers-follows-normal/description.md +43 -0
  1724. dslighting-2.6.14/dslighting/registry/dabench-130-passengers-follows-normal/grade.py +66 -0
  1725. dslighting-2.6.14/dslighting/registry/dabench-130-passengers-follows-normal/prepare.py +49 -0
  1726. dslighting-2.6.14/dslighting/registry/dabench-132-identify-count-number/checksums.yaml +2 -0
  1727. dslighting-2.6.14/dslighting/registry/dabench-132-identify-count-number/config.yaml +16 -0
  1728. dslighting-2.6.14/dslighting/registry/dabench-132-identify-count-number/description.md +46 -0
  1729. dslighting-2.6.14/dslighting/registry/dabench-132-identify-count-number/grade.py +66 -0
  1730. dslighting-2.6.14/dslighting/registry/dabench-132-identify-count-number/prepare.py +49 -0
  1731. dslighting-2.6.14/dslighting/registry/dabench-133-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1732. dslighting-2.6.14/dslighting/registry/dabench-133-comprehensive-data-preprocessing/config.yaml +16 -0
  1733. dslighting-2.6.14/dslighting/registry/dabench-133-comprehensive-data-preprocessing/description.md +49 -0
  1734. dslighting-2.6.14/dslighting/registry/dabench-133-comprehensive-data-preprocessing/grade.py +66 -0
  1735. dslighting-2.6.14/dslighting/registry/dabench-133-comprehensive-data-preprocessing/prepare.py +49 -0
  1736. dslighting-2.6.14/dslighting/registry/dabench-136-distribution-analysis-fare/checksums.yaml +2 -0
  1737. dslighting-2.6.14/dslighting/registry/dabench-136-distribution-analysis-fare/config.yaml +16 -0
  1738. dslighting-2.6.14/dslighting/registry/dabench-136-distribution-analysis-fare/description.md +45 -0
  1739. dslighting-2.6.14/dslighting/registry/dabench-136-distribution-analysis-fare/grade.py +66 -0
  1740. dslighting-2.6.14/dslighting/registry/dabench-136-distribution-analysis-fare/prepare.py +49 -0
  1741. dslighting-2.6.14/dslighting/registry/dabench-137-feature-engineering-creating/checksums.yaml +2 -0
  1742. dslighting-2.6.14/dslighting/registry/dabench-137-feature-engineering-creating/config.yaml +16 -0
  1743. dslighting-2.6.14/dslighting/registry/dabench-137-feature-engineering-creating/description.md +43 -0
  1744. dslighting-2.6.14/dslighting/registry/dabench-137-feature-engineering-creating/grade.py +66 -0
  1745. dslighting-2.6.14/dslighting/registry/dabench-137-feature-engineering-creating/prepare.py +49 -0
  1746. dslighting-2.6.14/dslighting/registry/dabench-139-question-percentage-votes/checksums.yaml +2 -0
  1747. dslighting-2.6.14/dslighting/registry/dabench-139-question-percentage-votes/config.yaml +16 -0
  1748. dslighting-2.6.14/dslighting/registry/dabench-139-question-percentage-votes/description.md +43 -0
  1749. dslighting-2.6.14/dslighting/registry/dabench-139-question-percentage-votes/grade.py +66 -0
  1750. dslighting-2.6.14/dslighting/registry/dabench-139-question-percentage-votes/prepare.py +49 -0
  1751. dslighting-2.6.14/dslighting/registry/dabench-14-feature-called-price/checksums.yaml +2 -0
  1752. dslighting-2.6.14/dslighting/registry/dabench-14-feature-called-price/config.yaml +16 -0
  1753. dslighting-2.6.14/dslighting/registry/dabench-14-feature-called-price/description.md +45 -0
  1754. dslighting-2.6.14/dslighting/registry/dabench-14-feature-called-price/grade.py +66 -0
  1755. dslighting-2.6.14/dslighting/registry/dabench-14-feature-called-price/prepare.py +49 -0
  1756. dslighting-2.6.14/dslighting/registry/dabench-140-question-there-correlation/checksums.yaml +2 -0
  1757. dslighting-2.6.14/dslighting/registry/dabench-140-question-there-correlation/config.yaml +16 -0
  1758. dslighting-2.6.14/dslighting/registry/dabench-140-question-there-correlation/description.md +50 -0
  1759. dslighting-2.6.14/dslighting/registry/dabench-140-question-there-correlation/grade.py +66 -0
  1760. dslighting-2.6.14/dslighting/registry/dabench-140-question-there-correlation/prepare.py +49 -0
  1761. dslighting-2.6.14/dslighting/registry/dabench-142-question-there-relationship/checksums.yaml +2 -0
  1762. dslighting-2.6.14/dslighting/registry/dabench-142-question-there-relationship/config.yaml +16 -0
  1763. dslighting-2.6.14/dslighting/registry/dabench-142-question-there-relationship/description.md +45 -0
  1764. dslighting-2.6.14/dslighting/registry/dabench-142-question-there-relationship/grade.py +66 -0
  1765. dslighting-2.6.14/dslighting/registry/dabench-142-question-there-relationship/prepare.py +49 -0
  1766. dslighting-2.6.14/dslighting/registry/dabench-144-question-mean-standard/checksums.yaml +2 -0
  1767. dslighting-2.6.14/dslighting/registry/dabench-144-question-mean-standard/config.yaml +16 -0
  1768. dslighting-2.6.14/dslighting/registry/dabench-144-question-mean-standard/description.md +46 -0
  1769. dslighting-2.6.14/dslighting/registry/dabench-144-question-mean-standard/grade.py +66 -0
  1770. dslighting-2.6.14/dslighting/registry/dabench-144-question-mean-standard/prepare.py +49 -0
  1771. dslighting-2.6.14/dslighting/registry/dabench-174-determine-skewness-fares/checksums.yaml +2 -0
  1772. dslighting-2.6.14/dslighting/registry/dabench-174-determine-skewness-fares/config.yaml +16 -0
  1773. dslighting-2.6.14/dslighting/registry/dabench-174-determine-skewness-fares/description.md +43 -0
  1774. dslighting-2.6.14/dslighting/registry/dabench-174-determine-skewness-fares/grade.py +66 -0
  1775. dslighting-2.6.14/dslighting/registry/dabench-174-determine-skewness-fares/prepare.py +49 -0
  1776. dslighting-2.6.14/dslighting/registry/dabench-175-identify-there-outliers/checksums.yaml +2 -0
  1777. dslighting-2.6.14/dslighting/registry/dabench-175-identify-there-outliers/config.yaml +16 -0
  1778. dslighting-2.6.14/dslighting/registry/dabench-175-identify-there-outliers/description.md +43 -0
  1779. dslighting-2.6.14/dslighting/registry/dabench-175-identify-there-outliers/grade.py +66 -0
  1780. dslighting-2.6.14/dslighting/registry/dabench-175-identify-there-outliers/prepare.py +49 -0
  1781. dslighting-2.6.14/dslighting/registry/dabench-176-median-male-passengers/checksums.yaml +2 -0
  1782. dslighting-2.6.14/dslighting/registry/dabench-176-median-male-passengers/config.yaml +16 -0
  1783. dslighting-2.6.14/dslighting/registry/dabench-176-median-male-passengers/description.md +46 -0
  1784. dslighting-2.6.14/dslighting/registry/dabench-176-median-male-passengers/grade.py +66 -0
  1785. dslighting-2.6.14/dslighting/registry/dabench-176-median-male-passengers/prepare.py +49 -0
  1786. dslighting-2.6.14/dslighting/registry/dabench-177-investigate-distribution-ages/checksums.yaml +2 -0
  1787. dslighting-2.6.14/dslighting/registry/dabench-177-investigate-distribution-ages/config.yaml +16 -0
  1788. dslighting-2.6.14/dslighting/registry/dabench-177-investigate-distribution-ages/description.md +47 -0
  1789. dslighting-2.6.14/dslighting/registry/dabench-177-investigate-distribution-ages/grade.py +66 -0
  1790. dslighting-2.6.14/dslighting/registry/dabench-177-investigate-distribution-ages/prepare.py +49 -0
  1791. dslighting-2.6.14/dslighting/registry/dabench-178-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1792. dslighting-2.6.14/dslighting/registry/dabench-178-comprehensive-data-preprocessing/config.yaml +16 -0
  1793. dslighting-2.6.14/dslighting/registry/dabench-178-comprehensive-data-preprocessing/description.md +50 -0
  1794. dslighting-2.6.14/dslighting/registry/dabench-178-comprehensive-data-preprocessing/grade.py +66 -0
  1795. dslighting-2.6.14/dslighting/registry/dabench-178-comprehensive-data-preprocessing/prepare.py +49 -0
  1796. dslighting-2.6.14/dslighting/registry/dabench-179-pearson-correlation-coefficient/checksums.yaml +2 -0
  1797. dslighting-2.6.14/dslighting/registry/dabench-179-pearson-correlation-coefficient/config.yaml +16 -0
  1798. dslighting-2.6.14/dslighting/registry/dabench-179-pearson-correlation-coefficient/description.md +43 -0
  1799. dslighting-2.6.14/dslighting/registry/dabench-179-pearson-correlation-coefficient/grade.py +66 -0
  1800. dslighting-2.6.14/dslighting/registry/dabench-179-pearson-correlation-coefficient/prepare.py +49 -0
  1801. dslighting-2.6.14/dslighting/registry/dabench-18-mean-standard-deviation/checksums.yaml +2 -0
  1802. dslighting-2.6.14/dslighting/registry/dabench-18-mean-standard-deviation/config.yaml +16 -0
  1803. dslighting-2.6.14/dslighting/registry/dabench-18-mean-standard-deviation/description.md +43 -0
  1804. dslighting-2.6.14/dslighting/registry/dabench-18-mean-standard-deviation/grade.py +66 -0
  1805. dslighting-2.6.14/dslighting/registry/dabench-18-mean-standard-deviation/prepare.py +49 -0
  1806. dslighting-2.6.14/dslighting/registry/dabench-180-outlier-detection-fare/checksums.yaml +2 -0
  1807. dslighting-2.6.14/dslighting/registry/dabench-180-outlier-detection-fare/config.yaml +16 -0
  1808. dslighting-2.6.14/dslighting/registry/dabench-180-outlier-detection-fare/description.md +45 -0
  1809. dslighting-2.6.14/dslighting/registry/dabench-180-outlier-detection-fare/grade.py +66 -0
  1810. dslighting-2.6.14/dslighting/registry/dabench-180-outlier-detection-fare/prepare.py +49 -0
  1811. dslighting-2.6.14/dslighting/registry/dabench-19-distribution-column-adheres/checksums.yaml +2 -0
  1812. dslighting-2.6.14/dslighting/registry/dabench-19-distribution-column-adheres/config.yaml +16 -0
  1813. dslighting-2.6.14/dslighting/registry/dabench-19-distribution-column-adheres/description.md +43 -0
  1814. dslighting-2.6.14/dslighting/registry/dabench-19-distribution-column-adheres/grade.py +66 -0
  1815. dslighting-2.6.14/dslighting/registry/dabench-19-distribution-column-adheres/prepare.py +49 -0
  1816. dslighting-2.6.14/dslighting/registry/dabench-207-which-column-contain/checksums.yaml +2 -0
  1817. dslighting-2.6.14/dslighting/registry/dabench-207-which-column-contain/config.yaml +16 -0
  1818. dslighting-2.6.14/dslighting/registry/dabench-207-which-column-contain/description.md +43 -0
  1819. dslighting-2.6.14/dslighting/registry/dabench-207-which-column-contain/grade.py +66 -0
  1820. dslighting-2.6.14/dslighting/registry/dabench-207-which-column-contain/prepare.py +49 -0
  1821. dslighting-2.6.14/dslighting/registry/dabench-208-mean-standard-deviation/checksums.yaml +2 -0
  1822. dslighting-2.6.14/dslighting/registry/dabench-208-mean-standard-deviation/config.yaml +16 -0
  1823. dslighting-2.6.14/dslighting/registry/dabench-208-mean-standard-deviation/description.md +45 -0
  1824. dslighting-2.6.14/dslighting/registry/dabench-208-mean-standard-deviation/grade.py +66 -0
  1825. dslighting-2.6.14/dslighting/registry/dabench-208-mean-standard-deviation/prepare.py +49 -0
  1826. dslighting-2.6.14/dslighting/registry/dabench-209-there-correlation-between/checksums.yaml +2 -0
  1827. dslighting-2.6.14/dslighting/registry/dabench-209-there-correlation-between/config.yaml +16 -0
  1828. dslighting-2.6.14/dslighting/registry/dabench-209-there-correlation-between/description.md +43 -0
  1829. dslighting-2.6.14/dslighting/registry/dabench-209-there-correlation-between/grade.py +66 -0
  1830. dslighting-2.6.14/dslighting/registry/dabench-209-there-correlation-between/prepare.py +49 -0
  1831. dslighting-2.6.14/dslighting/registry/dabench-210-identify-remove-outliers/checksums.yaml +2 -0
  1832. dslighting-2.6.14/dslighting/registry/dabench-210-identify-remove-outliers/config.yaml +16 -0
  1833. dslighting-2.6.14/dslighting/registry/dabench-210-identify-remove-outliers/description.md +45 -0
  1834. dslighting-2.6.14/dslighting/registry/dabench-210-identify-remove-outliers/grade.py +66 -0
  1835. dslighting-2.6.14/dslighting/registry/dabench-210-identify-remove-outliers/prepare.py +49 -0
  1836. dslighting-2.6.14/dslighting/registry/dabench-214-correlation-analysis-between/checksums.yaml +2 -0
  1837. dslighting-2.6.14/dslighting/registry/dabench-214-correlation-analysis-between/config.yaml +16 -0
  1838. dslighting-2.6.14/dslighting/registry/dabench-214-correlation-analysis-between/description.md +48 -0
  1839. dslighting-2.6.14/dslighting/registry/dabench-214-correlation-analysis-between/grade.py +66 -0
  1840. dslighting-2.6.14/dslighting/registry/dabench-214-correlation-analysis-between/prepare.py +49 -0
  1841. dslighting-2.6.14/dslighting/registry/dabench-216-mean-standard-deviation/checksums.yaml +2 -0
  1842. dslighting-2.6.14/dslighting/registry/dabench-216-mean-standard-deviation/config.yaml +16 -0
  1843. dslighting-2.6.14/dslighting/registry/dabench-216-mean-standard-deviation/description.md +49 -0
  1844. dslighting-2.6.14/dslighting/registry/dabench-216-mean-standard-deviation/grade.py +66 -0
  1845. dslighting-2.6.14/dslighting/registry/dabench-216-mean-standard-deviation/prepare.py +49 -0
  1846. dslighting-2.6.14/dslighting/registry/dabench-217-find-site-identifier/checksums.yaml +2 -0
  1847. dslighting-2.6.14/dslighting/registry/dabench-217-find-site-identifier/config.yaml +16 -0
  1848. dslighting-2.6.14/dslighting/registry/dabench-217-find-site-identifier/description.md +46 -0
  1849. dslighting-2.6.14/dslighting/registry/dabench-217-find-site-identifier/grade.py +66 -0
  1850. dslighting-2.6.14/dslighting/registry/dabench-217-find-site-identifier/prepare.py +49 -0
  1851. dslighting-2.6.14/dslighting/registry/dabench-218-correlation-coefficient-between/checksums.yaml +2 -0
  1852. dslighting-2.6.14/dslighting/registry/dabench-218-correlation-coefficient-between/config.yaml +16 -0
  1853. dslighting-2.6.14/dslighting/registry/dabench-218-correlation-coefficient-between/description.md +46 -0
  1854. dslighting-2.6.14/dslighting/registry/dabench-218-correlation-coefficient-between/grade.py +66 -0
  1855. dslighting-2.6.14/dslighting/registry/dabench-218-correlation-coefficient-between/prepare.py +49 -0
  1856. dslighting-2.6.14/dslighting/registry/dabench-219-identify-site-with/checksums.yaml +2 -0
  1857. dslighting-2.6.14/dslighting/registry/dabench-219-identify-site-with/config.yaml +16 -0
  1858. dslighting-2.6.14/dslighting/registry/dabench-219-identify-site-with/description.md +45 -0
  1859. dslighting-2.6.14/dslighting/registry/dabench-219-identify-site-with/grade.py +66 -0
  1860. dslighting-2.6.14/dslighting/registry/dabench-219-identify-site-with/prepare.py +49 -0
  1861. dslighting-2.6.14/dslighting/registry/dabench-220-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1862. dslighting-2.6.14/dslighting/registry/dabench-220-comprehensive-data-preprocessing/config.yaml +16 -0
  1863. dslighting-2.6.14/dslighting/registry/dabench-220-comprehensive-data-preprocessing/description.md +43 -0
  1864. dslighting-2.6.14/dslighting/registry/dabench-220-comprehensive-data-preprocessing/grade.py +66 -0
  1865. dslighting-2.6.14/dslighting/registry/dabench-220-comprehensive-data-preprocessing/prepare.py +49 -0
  1866. dslighting-2.6.14/dslighting/registry/dabench-222-explore-distribution-column/checksums.yaml +2 -0
  1867. dslighting-2.6.14/dslighting/registry/dabench-222-explore-distribution-column/config.yaml +16 -0
  1868. dslighting-2.6.14/dslighting/registry/dabench-222-explore-distribution-column/description.md +43 -0
  1869. dslighting-2.6.14/dslighting/registry/dabench-222-explore-distribution-column/grade.py +66 -0
  1870. dslighting-2.6.14/dslighting/registry/dabench-222-explore-distribution-column/prepare.py +49 -0
  1871. dslighting-2.6.14/dslighting/registry/dabench-224-utilize-machine-learning/checksums.yaml +2 -0
  1872. dslighting-2.6.14/dslighting/registry/dabench-224-utilize-machine-learning/config.yaml +16 -0
  1873. dslighting-2.6.14/dslighting/registry/dabench-224-utilize-machine-learning/description.md +43 -0
  1874. dslighting-2.6.14/dslighting/registry/dabench-224-utilize-machine-learning/grade.py +66 -0
  1875. dslighting-2.6.14/dslighting/registry/dabench-224-utilize-machine-learning/prepare.py +49 -0
  1876. dslighting-2.6.14/dslighting/registry/dabench-23-machine-learning-techniques/checksums.yaml +2 -0
  1877. dslighting-2.6.14/dslighting/registry/dabench-23-machine-learning-techniques/config.yaml +16 -0
  1878. dslighting-2.6.14/dslighting/registry/dabench-23-machine-learning-techniques/description.md +43 -0
  1879. dslighting-2.6.14/dslighting/registry/dabench-23-machine-learning-techniques/grade.py +66 -0
  1880. dslighting-2.6.14/dslighting/registry/dabench-23-machine-learning-techniques/prepare.py +49 -0
  1881. dslighting-2.6.14/dslighting/registry/dabench-234-what-average-duration/checksums.yaml +2 -0
  1882. dslighting-2.6.14/dslighting/registry/dabench-234-what-average-duration/config.yaml +16 -0
  1883. dslighting-2.6.14/dslighting/registry/dabench-234-what-average-duration/description.md +43 -0
  1884. dslighting-2.6.14/dslighting/registry/dabench-234-what-average-duration/grade.py +66 -0
  1885. dslighting-2.6.14/dslighting/registry/dabench-234-what-average-duration/prepare.py +49 -0
  1886. dslighting-2.6.14/dslighting/registry/dabench-24-mean-individuals-dataset/checksums.yaml +2 -0
  1887. dslighting-2.6.14/dslighting/registry/dabench-24-mean-individuals-dataset/config.yaml +16 -0
  1888. dslighting-2.6.14/dslighting/registry/dabench-24-mean-individuals-dataset/description.md +43 -0
  1889. dslighting-2.6.14/dslighting/registry/dabench-24-mean-individuals-dataset/grade.py +66 -0
  1890. dslighting-2.6.14/dslighting/registry/dabench-24-mean-individuals-dataset/prepare.py +49 -0
  1891. dslighting-2.6.14/dslighting/registry/dabench-243-what-mean-batting/checksums.yaml +2 -0
  1892. dslighting-2.6.14/dslighting/registry/dabench-243-what-mean-batting/config.yaml +16 -0
  1893. dslighting-2.6.14/dslighting/registry/dabench-243-what-mean-batting/description.md +43 -0
  1894. dslighting-2.6.14/dslighting/registry/dabench-243-what-mean-batting/grade.py +66 -0
  1895. dslighting-2.6.14/dslighting/registry/dabench-243-what-mean-batting/prepare.py +49 -0
  1896. dslighting-2.6.14/dslighting/registry/dabench-244-number-home-runs/checksums.yaml +2 -0
  1897. dslighting-2.6.14/dslighting/registry/dabench-244-number-home-runs/config.yaml +16 -0
  1898. dslighting-2.6.14/dslighting/registry/dabench-244-number-home-runs/description.md +44 -0
  1899. dslighting-2.6.14/dslighting/registry/dabench-244-number-home-runs/grade.py +66 -0
  1900. dslighting-2.6.14/dslighting/registry/dabench-244-number-home-runs/prepare.py +49 -0
  1901. dslighting-2.6.14/dslighting/registry/dabench-247-what-average-number/checksums.yaml +2 -0
  1902. dslighting-2.6.14/dslighting/registry/dabench-247-what-average-number/config.yaml +16 -0
  1903. dslighting-2.6.14/dslighting/registry/dabench-247-what-average-number/description.md +45 -0
  1904. dslighting-2.6.14/dslighting/registry/dabench-247-what-average-number/grade.py +66 -0
  1905. dslighting-2.6.14/dslighting/registry/dabench-247-what-average-number/prepare.py +49 -0
  1906. dslighting-2.6.14/dslighting/registry/dabench-249-there-significant-correlation/checksums.yaml +2 -0
  1907. dslighting-2.6.14/dslighting/registry/dabench-249-there-significant-correlation/config.yaml +16 -0
  1908. dslighting-2.6.14/dslighting/registry/dabench-249-there-significant-correlation/description.md +43 -0
  1909. dslighting-2.6.14/dslighting/registry/dabench-249-there-significant-correlation/grade.py +66 -0
  1910. dslighting-2.6.14/dslighting/registry/dabench-249-there-significant-correlation/prepare.py +49 -0
  1911. dslighting-2.6.14/dslighting/registry/dabench-25-distribution-values-dataset/checksums.yaml +2 -0
  1912. dslighting-2.6.14/dslighting/registry/dabench-25-distribution-values-dataset/config.yaml +16 -0
  1913. dslighting-2.6.14/dslighting/registry/dabench-25-distribution-values-dataset/description.md +43 -0
  1914. dslighting-2.6.14/dslighting/registry/dabench-25-distribution-values-dataset/grade.py +66 -0
  1915. dslighting-2.6.14/dslighting/registry/dabench-25-distribution-values-dataset/prepare.py +49 -0
  1916. dslighting-2.6.14/dslighting/registry/dabench-250-feature-called-which/checksums.yaml +2 -0
  1917. dslighting-2.6.14/dslighting/registry/dabench-250-feature-called-which/config.yaml +16 -0
  1918. dslighting-2.6.14/dslighting/registry/dabench-250-feature-called-which/description.md +45 -0
  1919. dslighting-2.6.14/dslighting/registry/dabench-250-feature-called-which/grade.py +66 -0
  1920. dslighting-2.6.14/dslighting/registry/dabench-250-feature-called-which/prepare.py +49 -0
  1921. dslighting-2.6.14/dslighting/registry/dabench-252-determine-which-country/checksums.yaml +2 -0
  1922. dslighting-2.6.14/dslighting/registry/dabench-252-determine-which-country/config.yaml +16 -0
  1923. dslighting-2.6.14/dslighting/registry/dabench-252-determine-which-country/description.md +43 -0
  1924. dslighting-2.6.14/dslighting/registry/dabench-252-determine-which-country/grade.py +66 -0
  1925. dslighting-2.6.14/dslighting/registry/dabench-252-determine-which-country/prepare.py +49 -0
  1926. dslighting-2.6.14/dslighting/registry/dabench-254-identify-outliers-gross/checksums.yaml +2 -0
  1927. dslighting-2.6.14/dslighting/registry/dabench-254-identify-outliers-gross/config.yaml +16 -0
  1928. dslighting-2.6.14/dslighting/registry/dabench-254-identify-outliers-gross/description.md +43 -0
  1929. dslighting-2.6.14/dslighting/registry/dabench-254-identify-outliers-gross/grade.py +66 -0
  1930. dslighting-2.6.14/dslighting/registry/dabench-254-identify-outliers-gross/prepare.py +49 -0
  1931. dslighting-2.6.14/dslighting/registry/dabench-255-mean-standard-deviation/checksums.yaml +2 -0
  1932. dslighting-2.6.14/dslighting/registry/dabench-255-mean-standard-deviation/config.yaml +16 -0
  1933. dslighting-2.6.14/dslighting/registry/dabench-255-mean-standard-deviation/description.md +45 -0
  1934. dslighting-2.6.14/dslighting/registry/dabench-255-mean-standard-deviation/grade.py +66 -0
  1935. dslighting-2.6.14/dslighting/registry/dabench-255-mean-standard-deviation/prepare.py +49 -0
  1936. dslighting-2.6.14/dslighting/registry/dabench-26-correlation-coefficient-between/checksums.yaml +2 -0
  1937. dslighting-2.6.14/dslighting/registry/dabench-26-correlation-coefficient-between/config.yaml +16 -0
  1938. dslighting-2.6.14/dslighting/registry/dabench-26-correlation-coefficient-between/description.md +43 -0
  1939. dslighting-2.6.14/dslighting/registry/dabench-26-correlation-coefficient-between/grade.py +66 -0
  1940. dslighting-2.6.14/dslighting/registry/dabench-26-correlation-coefficient-between/prepare.py +49 -0
  1941. dslighting-2.6.14/dslighting/registry/dabench-268-meanpot-values-normally/checksums.yaml +2 -0
  1942. dslighting-2.6.14/dslighting/registry/dabench-268-meanpot-values-normally/config.yaml +16 -0
  1943. dslighting-2.6.14/dslighting/registry/dabench-268-meanpot-values-normally/description.md +43 -0
  1944. dslighting-2.6.14/dslighting/registry/dabench-268-meanpot-values-normally/grade.py +66 -0
  1945. dslighting-2.6.14/dslighting/registry/dabench-268-meanpot-values-normally/prepare.py +49 -0
  1946. dslighting-2.6.14/dslighting/registry/dabench-269-there-correlation-between/checksums.yaml +2 -0
  1947. dslighting-2.6.14/dslighting/registry/dabench-269-there-correlation-between/config.yaml +16 -0
  1948. dslighting-2.6.14/dslighting/registry/dabench-269-there-correlation-between/description.md +45 -0
  1949. dslighting-2.6.14/dslighting/registry/dabench-269-there-correlation-between/grade.py +66 -0
  1950. dslighting-2.6.14/dslighting/registry/dabench-269-there-correlation-between/prepare.py +49 -0
  1951. dslighting-2.6.14/dslighting/registry/dabench-27-identify-outliers-charges/checksums.yaml +2 -0
  1952. dslighting-2.6.14/dslighting/registry/dabench-27-identify-outliers-charges/config.yaml +16 -0
  1953. dslighting-2.6.14/dslighting/registry/dabench-27-identify-outliers-charges/description.md +45 -0
  1954. dslighting-2.6.14/dslighting/registry/dabench-27-identify-outliers-charges/grade.py +66 -0
  1955. dslighting-2.6.14/dslighting/registry/dabench-27-identify-outliers-charges/prepare.py +49 -0
  1956. dslighting-2.6.14/dslighting/registry/dabench-271-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1957. dslighting-2.6.14/dslighting/registry/dabench-271-comprehensive-data-preprocessing/config.yaml +16 -0
  1958. dslighting-2.6.14/dslighting/registry/dabench-271-comprehensive-data-preprocessing/description.md +53 -0
  1959. dslighting-2.6.14/dslighting/registry/dabench-271-comprehensive-data-preprocessing/grade.py +66 -0
  1960. dslighting-2.6.14/dslighting/registry/dabench-271-comprehensive-data-preprocessing/prepare.py +49 -0
  1961. dslighting-2.6.14/dslighting/registry/dabench-272-feature-named-dividing/checksums.yaml +2 -0
  1962. dslighting-2.6.14/dslighting/registry/dabench-272-feature-named-dividing/config.yaml +16 -0
  1963. dslighting-2.6.14/dslighting/registry/dabench-272-feature-named-dividing/description.md +45 -0
  1964. dslighting-2.6.14/dslighting/registry/dabench-272-feature-named-dividing/grade.py +66 -0
  1965. dslighting-2.6.14/dslighting/registry/dabench-272-feature-named-dividing/prepare.py +49 -0
  1966. dslighting-2.6.14/dslighting/registry/dabench-273-correlation-analysis-between/checksums.yaml +2 -0
  1967. dslighting-2.6.14/dslighting/registry/dabench-273-correlation-analysis-between/config.yaml +16 -0
  1968. dslighting-2.6.14/dslighting/registry/dabench-273-correlation-analysis-between/description.md +46 -0
  1969. dslighting-2.6.14/dslighting/registry/dabench-273-correlation-analysis-between/grade.py +66 -0
  1970. dslighting-2.6.14/dslighting/registry/dabench-273-correlation-analysis-between/prepare.py +49 -0
  1971. dslighting-2.6.14/dslighting/registry/dabench-275-comprehensive-analysis-dataset/checksums.yaml +2 -0
  1972. dslighting-2.6.14/dslighting/registry/dabench-275-comprehensive-analysis-dataset/config.yaml +16 -0
  1973. dslighting-2.6.14/dslighting/registry/dabench-275-comprehensive-analysis-dataset/description.md +58 -0
  1974. dslighting-2.6.14/dslighting/registry/dabench-275-comprehensive-analysis-dataset/grade.py +66 -0
  1975. dslighting-2.6.14/dslighting/registry/dabench-275-comprehensive-analysis-dataset/prepare.py +49 -0
  1976. dslighting-2.6.14/dslighting/registry/dabench-277-there-correlation-between/checksums.yaml +2 -0
  1977. dslighting-2.6.14/dslighting/registry/dabench-277-there-correlation-between/config.yaml +16 -0
  1978. dslighting-2.6.14/dslighting/registry/dabench-277-there-correlation-between/description.md +43 -0
  1979. dslighting-2.6.14/dslighting/registry/dabench-277-there-correlation-between/grade.py +66 -0
  1980. dslighting-2.6.14/dslighting/registry/dabench-277-there-correlation-between/prepare.py +49 -0
  1981. dslighting-2.6.14/dslighting/registry/dabench-278-there-outliers-agri/checksums.yaml +2 -0
  1982. dslighting-2.6.14/dslighting/registry/dabench-278-there-outliers-agri/config.yaml +16 -0
  1983. dslighting-2.6.14/dslighting/registry/dabench-278-there-outliers-agri/description.md +43 -0
  1984. dslighting-2.6.14/dslighting/registry/dabench-278-there-outliers-agri/grade.py +66 -0
  1985. dslighting-2.6.14/dslighting/registry/dabench-278-there-outliers-agri/prepare.py +49 -0
  1986. dslighting-2.6.14/dslighting/registry/dabench-28-comprehensive-data-preprocessing/checksums.yaml +2 -0
  1987. dslighting-2.6.14/dslighting/registry/dabench-28-comprehensive-data-preprocessing/config.yaml +16 -0
  1988. dslighting-2.6.14/dslighting/registry/dabench-28-comprehensive-data-preprocessing/description.md +45 -0
  1989. dslighting-2.6.14/dslighting/registry/dabench-28-comprehensive-data-preprocessing/grade.py +66 -0
  1990. dslighting-2.6.14/dslighting/registry/dabench-28-comprehensive-data-preprocessing/prepare.py +49 -0
  1991. dslighting-2.6.14/dslighting/registry/dabench-282-correlation-analysis-given/checksums.yaml +2 -0
  1992. dslighting-2.6.14/dslighting/registry/dabench-282-correlation-analysis-given/config.yaml +16 -0
  1993. dslighting-2.6.14/dslighting/registry/dabench-282-correlation-analysis-given/description.md +45 -0
  1994. dslighting-2.6.14/dslighting/registry/dabench-282-correlation-analysis-given/grade.py +66 -0
  1995. dslighting-2.6.14/dslighting/registry/dabench-282-correlation-analysis-given/prepare.py +49 -0
  1996. dslighting-2.6.14/dslighting/registry/dabench-297-there-significant-difference/checksums.yaml +2 -0
  1997. dslighting-2.6.14/dslighting/registry/dabench-297-there-significant-difference/config.yaml +16 -0
  1998. dslighting-2.6.14/dslighting/registry/dabench-297-there-significant-difference/description.md +48 -0
  1999. dslighting-2.6.14/dslighting/registry/dabench-297-there-significant-difference/grade.py +66 -0
  2000. dslighting-2.6.14/dslighting/registry/dabench-297-there-significant-difference/prepare.py +49 -0
  2001. dslighting-2.6.14/dslighting/registry/dabench-298-distribution-analysis-nsamplecov/checksums.yaml +2 -0
  2002. dslighting-2.6.14/dslighting/registry/dabench-298-distribution-analysis-nsamplecov/config.yaml +16 -0
  2003. dslighting-2.6.14/dslighting/registry/dabench-298-distribution-analysis-nsamplecov/description.md +46 -0
  2004. dslighting-2.6.14/dslighting/registry/dabench-298-distribution-analysis-nsamplecov/grade.py +66 -0
  2005. dslighting-2.6.14/dslighting/registry/dabench-298-distribution-analysis-nsamplecov/prepare.py +49 -0
  2006. dslighting-2.6.14/dslighting/registry/dabench-30-linear-regression-machine/checksums.yaml +2 -0
  2007. dslighting-2.6.14/dslighting/registry/dabench-30-linear-regression-machine/config.yaml +16 -0
  2008. dslighting-2.6.14/dslighting/registry/dabench-30-linear-regression-machine/description.md +43 -0
  2009. dslighting-2.6.14/dslighting/registry/dabench-30-linear-regression-machine/grade.py +66 -0
  2010. dslighting-2.6.14/dslighting/registry/dabench-30-linear-regression-machine/prepare.py +49 -0
  2011. dslighting-2.6.14/dslighting/registry/dabench-300-there-correlation-between/checksums.yaml +2 -0
  2012. dslighting-2.6.14/dslighting/registry/dabench-300-there-correlation-between/config.yaml +16 -0
  2013. dslighting-2.6.14/dslighting/registry/dabench-300-there-correlation-between/description.md +45 -0
  2014. dslighting-2.6.14/dslighting/registry/dabench-300-there-correlation-between/grade.py +66 -0
  2015. dslighting-2.6.14/dslighting/registry/dabench-300-there-correlation-between/prepare.py +49 -0
  2016. dslighting-2.6.14/dslighting/registry/dabench-304-fare-variable-follows/checksums.yaml +2 -0
  2017. dslighting-2.6.14/dslighting/registry/dabench-304-fare-variable-follows/config.yaml +16 -0
  2018. dslighting-2.6.14/dslighting/registry/dabench-304-fare-variable-follows/description.md +43 -0
  2019. dslighting-2.6.14/dslighting/registry/dabench-304-fare-variable-follows/grade.py +66 -0
  2020. dslighting-2.6.14/dslighting/registry/dabench-304-fare-variable-follows/prepare.py +49 -0
  2021. dslighting-2.6.14/dslighting/registry/dabench-308-feature-engineering-techniques/checksums.yaml +2 -0
  2022. dslighting-2.6.14/dslighting/registry/dabench-308-feature-engineering-techniques/config.yaml +16 -0
  2023. dslighting-2.6.14/dslighting/registry/dabench-308-feature-engineering-techniques/description.md +45 -0
  2024. dslighting-2.6.14/dslighting/registry/dabench-308-feature-engineering-techniques/grade.py +66 -0
  2025. dslighting-2.6.14/dslighting/registry/dabench-308-feature-engineering-techniques/prepare.py +49 -0
  2026. dslighting-2.6.14/dslighting/registry/dabench-309-distribution-analysis-fare/checksums.yaml +2 -0
  2027. dslighting-2.6.14/dslighting/registry/dabench-309-distribution-analysis-fare/config.yaml +16 -0
  2028. dslighting-2.6.14/dslighting/registry/dabench-309-distribution-analysis-fare/description.md +45 -0
  2029. dslighting-2.6.14/dslighting/registry/dabench-309-distribution-analysis-fare/grade.py +66 -0
  2030. dslighting-2.6.14/dslighting/registry/dabench-309-distribution-analysis-fare/prepare.py +49 -0
  2031. dslighting-2.6.14/dslighting/registry/dabench-310-correlation-analysis-numerical/checksums.yaml +2 -0
  2032. dslighting-2.6.14/dslighting/registry/dabench-310-correlation-analysis-numerical/config.yaml +16 -0
  2033. dslighting-2.6.14/dslighting/registry/dabench-310-correlation-analysis-numerical/description.md +43 -0
  2034. dslighting-2.6.14/dslighting/registry/dabench-310-correlation-analysis-numerical/grade.py +66 -0
  2035. dslighting-2.6.14/dslighting/registry/dabench-310-correlation-analysis-numerical/prepare.py +49 -0
  2036. dslighting-2.6.14/dslighting/registry/dabench-32-mean-standard-deviation/checksums.yaml +2 -0
  2037. dslighting-2.6.14/dslighting/registry/dabench-32-mean-standard-deviation/config.yaml +16 -0
  2038. dslighting-2.6.14/dslighting/registry/dabench-32-mean-standard-deviation/description.md +45 -0
  2039. dslighting-2.6.14/dslighting/registry/dabench-32-mean-standard-deviation/grade.py +66 -0
  2040. dslighting-2.6.14/dslighting/registry/dabench-32-mean-standard-deviation/prepare.py +49 -0
  2041. dslighting-2.6.14/dslighting/registry/dabench-320-what-mean-eventmsgtype/checksums.yaml +2 -0
  2042. dslighting-2.6.14/dslighting/registry/dabench-320-what-mean-eventmsgtype/config.yaml +16 -0
  2043. dslighting-2.6.14/dslighting/registry/dabench-320-what-mean-eventmsgtype/description.md +43 -0
  2044. dslighting-2.6.14/dslighting/registry/dabench-320-what-mean-eventmsgtype/grade.py +66 -0
  2045. dslighting-2.6.14/dslighting/registry/dabench-320-what-mean-eventmsgtype/prepare.py +49 -0
  2046. dslighting-2.6.14/dslighting/registry/dabench-321-there-outliers-scoremargin/checksums.yaml +2 -0
  2047. dslighting-2.6.14/dslighting/registry/dabench-321-there-outliers-scoremargin/config.yaml +16 -0
  2048. dslighting-2.6.14/dslighting/registry/dabench-321-there-outliers-scoremargin/description.md +43 -0
  2049. dslighting-2.6.14/dslighting/registry/dabench-321-there-outliers-scoremargin/grade.py +66 -0
  2050. dslighting-2.6.14/dslighting/registry/dabench-321-there-outliers-scoremargin/prepare.py +49 -0
  2051. dslighting-2.6.14/dslighting/registry/dabench-324-there-missing-values/checksums.yaml +2 -0
  2052. dslighting-2.6.14/dslighting/registry/dabench-324-there-missing-values/config.yaml +16 -0
  2053. dslighting-2.6.14/dslighting/registry/dabench-324-there-missing-values/description.md +43 -0
  2054. dslighting-2.6.14/dslighting/registry/dabench-324-there-missing-values/grade.py +66 -0
  2055. dslighting-2.6.14/dslighting/registry/dabench-324-there-missing-values/prepare.py +49 -0
  2056. dslighting-2.6.14/dslighting/registry/dabench-326-feature-named-that/checksums.yaml +2 -0
  2057. dslighting-2.6.14/dslighting/registry/dabench-326-feature-named-that/config.yaml +16 -0
  2058. dslighting-2.6.14/dslighting/registry/dabench-326-feature-named-that/description.md +47 -0
  2059. dslighting-2.6.14/dslighting/registry/dabench-326-feature-named-that/grade.py +66 -0
  2060. dslighting-2.6.14/dslighting/registry/dabench-326-feature-named-that/prepare.py +49 -0
  2061. dslighting-2.6.14/dslighting/registry/dabench-33-column-normally-distributed/checksums.yaml +2 -0
  2062. dslighting-2.6.14/dslighting/registry/dabench-33-column-normally-distributed/config.yaml +16 -0
  2063. dslighting-2.6.14/dslighting/registry/dabench-33-column-normally-distributed/description.md +43 -0
  2064. dslighting-2.6.14/dslighting/registry/dabench-33-column-normally-distributed/grade.py +66 -0
  2065. dslighting-2.6.14/dslighting/registry/dabench-33-column-normally-distributed/prepare.py +49 -0
  2066. dslighting-2.6.14/dslighting/registry/dabench-337-distribution-median-sold/checksums.yaml +2 -0
  2067. dslighting-2.6.14/dslighting/registry/dabench-337-distribution-median-sold/config.yaml +16 -0
  2068. dslighting-2.6.14/dslighting/registry/dabench-337-distribution-median-sold/description.md +45 -0
  2069. dslighting-2.6.14/dslighting/registry/dabench-337-distribution-median-sold/grade.py +66 -0
  2070. dslighting-2.6.14/dslighting/registry/dabench-337-distribution-median-sold/prepare.py +49 -0
  2071. dslighting-2.6.14/dslighting/registry/dabench-338-there-correlation-between/checksums.yaml +2 -0
  2072. dslighting-2.6.14/dslighting/registry/dabench-338-there-correlation-between/config.yaml +16 -0
  2073. dslighting-2.6.14/dslighting/registry/dabench-338-there-correlation-between/description.md +45 -0
  2074. dslighting-2.6.14/dslighting/registry/dabench-338-there-correlation-between/grade.py +66 -0
  2075. dslighting-2.6.14/dslighting/registry/dabench-338-there-correlation-between/prepare.py +49 -0
  2076. dslighting-2.6.14/dslighting/registry/dabench-34-there-correlation-between/checksums.yaml +2 -0
  2077. dslighting-2.6.14/dslighting/registry/dabench-34-there-correlation-between/config.yaml +16 -0
  2078. dslighting-2.6.14/dslighting/registry/dabench-34-there-correlation-between/description.md +45 -0
  2079. dslighting-2.6.14/dslighting/registry/dabench-34-there-correlation-between/grade.py +66 -0
  2080. dslighting-2.6.14/dslighting/registry/dabench-34-there-correlation-between/prepare.py +49 -0
  2081. dslighting-2.6.14/dslighting/registry/dabench-349-mean-passengers/checksums.yaml +2 -0
  2082. dslighting-2.6.14/dslighting/registry/dabench-349-mean-passengers/config.yaml +16 -0
  2083. dslighting-2.6.14/dslighting/registry/dabench-349-mean-passengers/description.md +43 -0
  2084. dslighting-2.6.14/dslighting/registry/dabench-349-mean-passengers/grade.py +66 -0
  2085. dslighting-2.6.14/dslighting/registry/dabench-349-mean-passengers/prepare.py +49 -0
  2086. dslighting-2.6.14/dslighting/registry/dabench-35-identify-remove-outliers/checksums.yaml +2 -0
  2087. dslighting-2.6.14/dslighting/registry/dabench-35-identify-remove-outliers/config.yaml +16 -0
  2088. dslighting-2.6.14/dslighting/registry/dabench-35-identify-remove-outliers/description.md +43 -0
  2089. dslighting-2.6.14/dslighting/registry/dabench-35-identify-remove-outliers/grade.py +66 -0
  2090. dslighting-2.6.14/dslighting/registry/dabench-35-identify-remove-outliers/prepare.py +49 -0
  2091. dslighting-2.6.14/dslighting/registry/dabench-350-fare-column-follows/checksums.yaml +2 -0
  2092. dslighting-2.6.14/dslighting/registry/dabench-350-fare-column-follows/config.yaml +16 -0
  2093. dslighting-2.6.14/dslighting/registry/dabench-350-fare-column-follows/description.md +43 -0
  2094. dslighting-2.6.14/dslighting/registry/dabench-350-fare-column-follows/grade.py +66 -0
  2095. dslighting-2.6.14/dslighting/registry/dabench-350-fare-column-follows/prepare.py +49 -0
  2096. dslighting-2.6.14/dslighting/registry/dabench-351-determine-correlation-coefficient/checksums.yaml +2 -0
  2097. dslighting-2.6.14/dslighting/registry/dabench-351-determine-correlation-coefficient/config.yaml +16 -0
  2098. dslighting-2.6.14/dslighting/registry/dabench-351-determine-correlation-coefficient/description.md +43 -0
  2099. dslighting-2.6.14/dslighting/registry/dabench-351-determine-correlation-coefficient/grade.py +66 -0
  2100. dslighting-2.6.14/dslighting/registry/dabench-351-determine-correlation-coefficient/prepare.py +49 -0
  2101. dslighting-2.6.14/dslighting/registry/dabench-352-identify-outliers-fare/checksums.yaml +2 -0
  2102. dslighting-2.6.14/dslighting/registry/dabench-352-identify-outliers-fare/config.yaml +16 -0
  2103. dslighting-2.6.14/dslighting/registry/dabench-352-identify-outliers-fare/description.md +45 -0
  2104. dslighting-2.6.14/dslighting/registry/dabench-352-identify-outliers-fare/grade.py +66 -0
  2105. dslighting-2.6.14/dslighting/registry/dabench-352-identify-outliers-fare/prepare.py +49 -0
  2106. dslighting-2.6.14/dslighting/registry/dabench-354-feature-familysize-summing/checksums.yaml +2 -0
  2107. dslighting-2.6.14/dslighting/registry/dabench-354-feature-familysize-summing/config.yaml +16 -0
  2108. dslighting-2.6.14/dslighting/registry/dabench-354-feature-familysize-summing/description.md +44 -0
  2109. dslighting-2.6.14/dslighting/registry/dabench-354-feature-familysize-summing/grade.py +66 -0
  2110. dslighting-2.6.14/dslighting/registry/dabench-354-feature-familysize-summing/prepare.py +49 -0
  2111. dslighting-2.6.14/dslighting/registry/dabench-355-linear-regression-analysis/checksums.yaml +2 -0
  2112. dslighting-2.6.14/dslighting/registry/dabench-355-linear-regression-analysis/config.yaml +16 -0
  2113. dslighting-2.6.14/dslighting/registry/dabench-355-linear-regression-analysis/description.md +49 -0
  2114. dslighting-2.6.14/dslighting/registry/dabench-355-linear-regression-analysis/grade.py +66 -0
  2115. dslighting-2.6.14/dslighting/registry/dabench-355-linear-regression-analysis/prepare.py +49 -0
  2116. dslighting-2.6.14/dslighting/registry/dabench-359-distribution-wind-speed/checksums.yaml +2 -0
  2117. dslighting-2.6.14/dslighting/registry/dabench-359-distribution-wind-speed/config.yaml +16 -0
  2118. dslighting-2.6.14/dslighting/registry/dabench-359-distribution-wind-speed/description.md +48 -0
  2119. dslighting-2.6.14/dslighting/registry/dabench-359-distribution-wind-speed/grade.py +66 -0
  2120. dslighting-2.6.14/dslighting/registry/dabench-359-distribution-wind-speed/prepare.py +49 -0
  2121. dslighting-2.6.14/dslighting/registry/dabench-360-determine-correlation-coefficient/checksums.yaml +2 -0
  2122. dslighting-2.6.14/dslighting/registry/dabench-360-determine-correlation-coefficient/config.yaml +16 -0
  2123. dslighting-2.6.14/dslighting/registry/dabench-360-determine-correlation-coefficient/description.md +47 -0
  2124. dslighting-2.6.14/dslighting/registry/dabench-360-determine-correlation-coefficient/grade.py +66 -0
  2125. dslighting-2.6.14/dslighting/registry/dabench-360-determine-correlation-coefficient/prepare.py +49 -0
  2126. dslighting-2.6.14/dslighting/registry/dabench-361-identify-remove-outliers/checksums.yaml +2 -0
  2127. dslighting-2.6.14/dslighting/registry/dabench-361-identify-remove-outliers/config.yaml +16 -0
  2128. dslighting-2.6.14/dslighting/registry/dabench-361-identify-remove-outliers/description.md +47 -0
  2129. dslighting-2.6.14/dslighting/registry/dabench-361-identify-remove-outliers/grade.py +66 -0
  2130. dslighting-2.6.14/dslighting/registry/dabench-361-identify-remove-outliers/prepare.py +49 -0
  2131. dslighting-2.6.14/dslighting/registry/dabench-363-train-machine-learning/checksums.yaml +2 -0
  2132. dslighting-2.6.14/dslighting/registry/dabench-363-train-machine-learning/config.yaml +16 -0
  2133. dslighting-2.6.14/dslighting/registry/dabench-363-train-machine-learning/description.md +47 -0
  2134. dslighting-2.6.14/dslighting/registry/dabench-363-train-machine-learning/grade.py +66 -0
  2135. dslighting-2.6.14/dslighting/registry/dabench-363-train-machine-learning/prepare.py +49 -0
  2136. dslighting-2.6.14/dslighting/registry/dabench-372-find-mean-median/checksums.yaml +2 -0
  2137. dslighting-2.6.14/dslighting/registry/dabench-372-find-mean-median/config.yaml +16 -0
  2138. dslighting-2.6.14/dslighting/registry/dabench-372-find-mean-median/description.md +43 -0
  2139. dslighting-2.6.14/dslighting/registry/dabench-372-find-mean-median/grade.py +66 -0
  2140. dslighting-2.6.14/dslighting/registry/dabench-372-find-mean-median/prepare.py +49 -0
  2141. dslighting-2.6.14/dslighting/registry/dabench-375-distribution-analysis-trips/checksums.yaml +2 -0
  2142. dslighting-2.6.14/dslighting/registry/dabench-375-distribution-analysis-trips/config.yaml +16 -0
  2143. dslighting-2.6.14/dslighting/registry/dabench-375-distribution-analysis-trips/description.md +45 -0
  2144. dslighting-2.6.14/dslighting/registry/dabench-375-distribution-analysis-trips/grade.py +66 -0
  2145. dslighting-2.6.14/dslighting/registry/dabench-375-distribution-analysis-trips/prepare.py +49 -0
  2146. dslighting-2.6.14/dslighting/registry/dabench-376-feature-engineering-dataset/checksums.yaml +2 -0
  2147. dslighting-2.6.14/dslighting/registry/dabench-376-feature-engineering-dataset/config.yaml +16 -0
  2148. dslighting-2.6.14/dslighting/registry/dabench-376-feature-engineering-dataset/description.md +45 -0
  2149. dslighting-2.6.14/dslighting/registry/dabench-376-feature-engineering-dataset/grade.py +66 -0
  2150. dslighting-2.6.14/dslighting/registry/dabench-376-feature-engineering-dataset/prepare.py +49 -0
  2151. dslighting-2.6.14/dslighting/registry/dabench-378-preprocess-dataset-handling/checksums.yaml +2 -0
  2152. dslighting-2.6.14/dslighting/registry/dabench-378-preprocess-dataset-handling/config.yaml +16 -0
  2153. dslighting-2.6.14/dslighting/registry/dabench-378-preprocess-dataset-handling/description.md +45 -0
  2154. dslighting-2.6.14/dslighting/registry/dabench-378-preprocess-dataset-handling/grade.py +66 -0
  2155. dslighting-2.6.14/dslighting/registry/dabench-378-preprocess-dataset-handling/prepare.py +49 -0
  2156. dslighting-2.6.14/dslighting/registry/dabench-39-explore-distribution-importance/checksums.yaml +2 -0
  2157. dslighting-2.6.14/dslighting/registry/dabench-39-explore-distribution-importance/config.yaml +16 -0
  2158. dslighting-2.6.14/dslighting/registry/dabench-39-explore-distribution-importance/description.md +45 -0
  2159. dslighting-2.6.14/dslighting/registry/dabench-39-explore-distribution-importance/grade.py +66 -0
  2160. dslighting-2.6.14/dslighting/registry/dabench-39-explore-distribution-importance/prepare.py +49 -0
  2161. dslighting-2.6.14/dslighting/registry/dabench-408-there-correlation-between/checksums.yaml +2 -0
  2162. dslighting-2.6.14/dslighting/registry/dabench-408-there-correlation-between/config.yaml +16 -0
  2163. dslighting-2.6.14/dslighting/registry/dabench-408-there-correlation-between/description.md +49 -0
  2164. dslighting-2.6.14/dslighting/registry/dabench-408-there-correlation-between/grade.py +66 -0
  2165. dslighting-2.6.14/dslighting/registry/dabench-408-there-correlation-between/prepare.py +49 -0
  2166. dslighting-2.6.14/dslighting/registry/dabench-409-many-missing-values/checksums.yaml +2 -0
  2167. dslighting-2.6.14/dslighting/registry/dabench-409-many-missing-values/config.yaml +16 -0
  2168. dslighting-2.6.14/dslighting/registry/dabench-409-many-missing-values/description.md +43 -0
  2169. dslighting-2.6.14/dslighting/registry/dabench-409-many-missing-values/grade.py +66 -0
  2170. dslighting-2.6.14/dslighting/registry/dabench-409-many-missing-values/prepare.py +49 -0
  2171. dslighting-2.6.14/dslighting/registry/dabench-410-what-distribution-ages/checksums.yaml +2 -0
  2172. dslighting-2.6.14/dslighting/registry/dabench-410-what-distribution-ages/config.yaml +16 -0
  2173. dslighting-2.6.14/dslighting/registry/dabench-410-what-distribution-ages/description.md +43 -0
  2174. dslighting-2.6.14/dslighting/registry/dabench-410-what-distribution-ages/grade.py +66 -0
  2175. dslighting-2.6.14/dslighting/registry/dabench-410-what-distribution-ages/prepare.py +49 -0
  2176. dslighting-2.6.14/dslighting/registry/dabench-411-there-outliers-fare/checksums.yaml +2 -0
  2177. dslighting-2.6.14/dslighting/registry/dabench-411-there-outliers-fare/config.yaml +16 -0
  2178. dslighting-2.6.14/dslighting/registry/dabench-411-there-outliers-fare/description.md +43 -0
  2179. dslighting-2.6.14/dslighting/registry/dabench-411-there-outliers-fare/grade.py +66 -0
  2180. dslighting-2.6.14/dslighting/registry/dabench-411-there-outliers-fare/prepare.py +49 -0
  2181. dslighting-2.6.14/dslighting/registry/dabench-412-feature-called-familysize/checksums.yaml +2 -0
  2182. dslighting-2.6.14/dslighting/registry/dabench-412-feature-called-familysize/config.yaml +16 -0
  2183. dslighting-2.6.14/dslighting/registry/dabench-412-feature-called-familysize/description.md +43 -0
  2184. dslighting-2.6.14/dslighting/registry/dabench-412-feature-called-familysize/grade.py +66 -0
  2185. dslighting-2.6.14/dslighting/registry/dabench-412-feature-called-familysize/prepare.py +49 -0
  2186. dslighting-2.6.14/dslighting/registry/dabench-413-there-correlation-between/checksums.yaml +2 -0
  2187. dslighting-2.6.14/dslighting/registry/dabench-413-there-correlation-between/config.yaml +16 -0
  2188. dslighting-2.6.14/dslighting/registry/dabench-413-there-correlation-between/description.md +47 -0
  2189. dslighting-2.6.14/dslighting/registry/dabench-413-there-correlation-between/grade.py +66 -0
  2190. dslighting-2.6.14/dslighting/registry/dabench-413-there-correlation-between/prepare.py +49 -0
  2191. dslighting-2.6.14/dslighting/registry/dabench-414-what-average-passengers/checksums.yaml +2 -0
  2192. dslighting-2.6.14/dslighting/registry/dabench-414-what-average-passengers/config.yaml +16 -0
  2193. dslighting-2.6.14/dslighting/registry/dabench-414-what-average-passengers/description.md +45 -0
  2194. dslighting-2.6.14/dslighting/registry/dabench-414-what-average-passengers/grade.py +66 -0
  2195. dslighting-2.6.14/dslighting/registry/dabench-414-what-average-passengers/prepare.py +49 -0
  2196. dslighting-2.6.14/dslighting/registry/dabench-415-what-distribution-fare/checksums.yaml +2 -0
  2197. dslighting-2.6.14/dslighting/registry/dabench-415-what-distribution-fare/config.yaml +16 -0
  2198. dslighting-2.6.14/dslighting/registry/dabench-415-what-distribution-fare/description.md +46 -0
  2199. dslighting-2.6.14/dslighting/registry/dabench-415-what-distribution-fare/grade.py +66 -0
  2200. dslighting-2.6.14/dslighting/registry/dabench-415-what-distribution-fare/prepare.py +49 -0
  2201. dslighting-2.6.14/dslighting/registry/dabench-418-there-outliers-trading/checksums.yaml +2 -0
  2202. dslighting-2.6.14/dslighting/registry/dabench-418-there-outliers-trading/config.yaml +16 -0
  2203. dslighting-2.6.14/dslighting/registry/dabench-418-there-outliers-trading/description.md +43 -0
  2204. dslighting-2.6.14/dslighting/registry/dabench-418-there-outliers-trading/grade.py +66 -0
  2205. dslighting-2.6.14/dslighting/registry/dabench-418-there-outliers-trading/prepare.py +49 -0
  2206. dslighting-2.6.14/dslighting/registry/dabench-419-there-significant-difference/checksums.yaml +2 -0
  2207. dslighting-2.6.14/dslighting/registry/dabench-419-there-significant-difference/config.yaml +16 -0
  2208. dslighting-2.6.14/dslighting/registry/dabench-419-there-significant-difference/description.md +43 -0
  2209. dslighting-2.6.14/dslighting/registry/dabench-419-there-significant-difference/grade.py +66 -0
  2210. dslighting-2.6.14/dslighting/registry/dabench-419-there-significant-difference/prepare.py +49 -0
  2211. dslighting-2.6.14/dslighting/registry/dabench-421-comprehensive-data-preprocessing/checksums.yaml +2 -0
  2212. dslighting-2.6.14/dslighting/registry/dabench-421-comprehensive-data-preprocessing/config.yaml +16 -0
  2213. dslighting-2.6.14/dslighting/registry/dabench-421-comprehensive-data-preprocessing/description.md +43 -0
  2214. dslighting-2.6.14/dslighting/registry/dabench-421-comprehensive-data-preprocessing/grade.py +66 -0
  2215. dslighting-2.6.14/dslighting/registry/dabench-421-comprehensive-data-preprocessing/prepare.py +49 -0
  2216. dslighting-2.6.14/dslighting/registry/dabench-423-feature-engineering-given/checksums.yaml +2 -0
  2217. dslighting-2.6.14/dslighting/registry/dabench-423-feature-engineering-given/config.yaml +16 -0
  2218. dslighting-2.6.14/dslighting/registry/dabench-423-feature-engineering-given/description.md +43 -0
  2219. dslighting-2.6.14/dslighting/registry/dabench-423-feature-engineering-given/grade.py +66 -0
  2220. dslighting-2.6.14/dslighting/registry/dabench-423-feature-engineering-given/prepare.py +49 -0
  2221. dslighting-2.6.14/dslighting/registry/dabench-424-develop-machine-learning/checksums.yaml +2 -0
  2222. dslighting-2.6.14/dslighting/registry/dabench-424-develop-machine-learning/config.yaml +16 -0
  2223. dslighting-2.6.14/dslighting/registry/dabench-424-develop-machine-learning/description.md +43 -0
  2224. dslighting-2.6.14/dslighting/registry/dabench-424-develop-machine-learning/grade.py +66 -0
  2225. dslighting-2.6.14/dslighting/registry/dabench-424-develop-machine-learning/prepare.py +49 -0
  2226. dslighting-2.6.14/dslighting/registry/dabench-425-many-missing-values/checksums.yaml +2 -0
  2227. dslighting-2.6.14/dslighting/registry/dabench-425-many-missing-values/config.yaml +16 -0
  2228. dslighting-2.6.14/dslighting/registry/dabench-425-many-missing-values/description.md +43 -0
  2229. dslighting-2.6.14/dslighting/registry/dabench-425-many-missing-values/grade.py +66 -0
  2230. dslighting-2.6.14/dslighting/registry/dabench-425-many-missing-values/prepare.py +49 -0
  2231. dslighting-2.6.14/dslighting/registry/dabench-426-what-maximum-sustained/checksums.yaml +2 -0
  2232. dslighting-2.6.14/dslighting/registry/dabench-426-what-maximum-sustained/config.yaml +16 -0
  2233. dslighting-2.6.14/dslighting/registry/dabench-426-what-maximum-sustained/description.md +43 -0
  2234. dslighting-2.6.14/dslighting/registry/dabench-426-what-maximum-sustained/grade.py +66 -0
  2235. dslighting-2.6.14/dslighting/registry/dabench-426-what-maximum-sustained/prepare.py +49 -0
  2236. dslighting-2.6.14/dslighting/registry/dabench-427-many-storms-have/checksums.yaml +2 -0
  2237. dslighting-2.6.14/dslighting/registry/dabench-427-many-storms-have/config.yaml +16 -0
  2238. dslighting-2.6.14/dslighting/registry/dabench-427-many-storms-have/description.md +43 -0
  2239. dslighting-2.6.14/dslighting/registry/dabench-427-many-storms-have/grade.py +66 -0
  2240. dslighting-2.6.14/dslighting/registry/dabench-427-many-storms-have/prepare.py +49 -0
  2241. dslighting-2.6.14/dslighting/registry/dabench-428-what-average-damage/checksums.yaml +2 -0
  2242. dslighting-2.6.14/dslighting/registry/dabench-428-what-average-damage/config.yaml +16 -0
  2243. dslighting-2.6.14/dslighting/registry/dabench-428-what-average-damage/description.md +50 -0
  2244. dslighting-2.6.14/dslighting/registry/dabench-428-what-average-damage/grade.py +66 -0
  2245. dslighting-2.6.14/dslighting/registry/dabench-428-what-average-damage/prepare.py +49 -0
  2246. dslighting-2.6.14/dslighting/registry/dabench-429-there-correlation-between/checksums.yaml +2 -0
  2247. dslighting-2.6.14/dslighting/registry/dabench-429-there-correlation-between/config.yaml +16 -0
  2248. dslighting-2.6.14/dslighting/registry/dabench-429-there-correlation-between/description.md +50 -0
  2249. dslighting-2.6.14/dslighting/registry/dabench-429-there-correlation-between/grade.py +66 -0
  2250. dslighting-2.6.14/dslighting/registry/dabench-429-there-correlation-between/prepare.py +49 -0
  2251. dslighting-2.6.14/dslighting/registry/dabench-431-there-relationship-between/checksums.yaml +2 -0
  2252. dslighting-2.6.14/dslighting/registry/dabench-431-there-relationship-between/config.yaml +16 -0
  2253. dslighting-2.6.14/dslighting/registry/dabench-431-there-relationship-between/description.md +50 -0
  2254. dslighting-2.6.14/dslighting/registry/dabench-431-there-relationship-between/grade.py +66 -0
  2255. dslighting-2.6.14/dslighting/registry/dabench-431-there-relationship-between/prepare.py +49 -0
  2256. dslighting-2.6.14/dslighting/registry/dabench-432-predict-maximum-sustained/checksums.yaml +2 -0
  2257. dslighting-2.6.14/dslighting/registry/dabench-432-predict-maximum-sustained/config.yaml +16 -0
  2258. dslighting-2.6.14/dslighting/registry/dabench-432-predict-maximum-sustained/description.md +48 -0
  2259. dslighting-2.6.14/dslighting/registry/dabench-432-predict-maximum-sustained/grade.py +66 -0
  2260. dslighting-2.6.14/dslighting/registry/dabench-432-predict-maximum-sustained/prepare.py +49 -0
  2261. dslighting-2.6.14/dslighting/registry/dabench-446-what-mean-wind/checksums.yaml +2 -0
  2262. dslighting-2.6.14/dslighting/registry/dabench-446-what-mean-wind/config.yaml +16 -0
  2263. dslighting-2.6.14/dslighting/registry/dabench-446-what-mean-wind/description.md +43 -0
  2264. dslighting-2.6.14/dslighting/registry/dabench-446-what-mean-wind/grade.py +66 -0
  2265. dslighting-2.6.14/dslighting/registry/dabench-446-what-mean-wind/prepare.py +49 -0
  2266. dslighting-2.6.14/dslighting/registry/dabench-447-there-outliers-atmospheric/checksums.yaml +2 -0
  2267. dslighting-2.6.14/dslighting/registry/dabench-447-there-outliers-atmospheric/config.yaml +16 -0
  2268. dslighting-2.6.14/dslighting/registry/dabench-447-there-outliers-atmospheric/description.md +43 -0
  2269. dslighting-2.6.14/dslighting/registry/dabench-447-there-outliers-atmospheric/grade.py +66 -0
  2270. dslighting-2.6.14/dslighting/registry/dabench-447-there-outliers-atmospheric/prepare.py +49 -0
  2271. dslighting-2.6.14/dslighting/registry/dabench-449-what-distribution-wind/checksums.yaml +2 -0
  2272. dslighting-2.6.14/dslighting/registry/dabench-449-what-distribution-wind/config.yaml +16 -0
  2273. dslighting-2.6.14/dslighting/registry/dabench-449-what-distribution-wind/description.md +43 -0
  2274. dslighting-2.6.14/dslighting/registry/dabench-449-what-distribution-wind/grade.py +66 -0
  2275. dslighting-2.6.14/dslighting/registry/dabench-449-what-distribution-wind/prepare.py +49 -0
  2276. dslighting-2.6.14/dslighting/registry/dabench-450-average-wind-speed/checksums.yaml +2 -0
  2277. dslighting-2.6.14/dslighting/registry/dabench-450-average-wind-speed/config.yaml +16 -0
  2278. dslighting-2.6.14/dslighting/registry/dabench-450-average-wind-speed/description.md +43 -0
  2279. dslighting-2.6.14/dslighting/registry/dabench-450-average-wind-speed/grade.py +66 -0
  2280. dslighting-2.6.14/dslighting/registry/dabench-450-average-wind-speed/prepare.py +49 -0
  2281. dslighting-2.6.14/dslighting/registry/dabench-451-detect-missing-values/checksums.yaml +2 -0
  2282. dslighting-2.6.14/dslighting/registry/dabench-451-detect-missing-values/config.yaml +16 -0
  2283. dslighting-2.6.14/dslighting/registry/dabench-451-detect-missing-values/description.md +41 -0
  2284. dslighting-2.6.14/dslighting/registry/dabench-451-detect-missing-values/grade.py +66 -0
  2285. dslighting-2.6.14/dslighting/registry/dabench-451-detect-missing-values/prepare.py +49 -0
  2286. dslighting-2.6.14/dslighting/registry/dabench-452-there-relationship-between/checksums.yaml +2 -0
  2287. dslighting-2.6.14/dslighting/registry/dabench-452-there-relationship-between/config.yaml +16 -0
  2288. dslighting-2.6.14/dslighting/registry/dabench-452-there-relationship-between/description.md +48 -0
  2289. dslighting-2.6.14/dslighting/registry/dabench-452-there-relationship-between/grade.py +66 -0
  2290. dslighting-2.6.14/dslighting/registry/dabench-452-there-relationship-between/prepare.py +49 -0
  2291. dslighting-2.6.14/dslighting/registry/dabench-453-data-preprocessing-dataset/checksums.yaml +2 -0
  2292. dslighting-2.6.14/dslighting/registry/dabench-453-data-preprocessing-dataset/config.yaml +16 -0
  2293. dslighting-2.6.14/dslighting/registry/dabench-453-data-preprocessing-dataset/description.md +46 -0
  2294. dslighting-2.6.14/dslighting/registry/dabench-453-data-preprocessing-dataset/grade.py +66 -0
  2295. dslighting-2.6.14/dslighting/registry/dabench-453-data-preprocessing-dataset/prepare.py +49 -0
  2296. dslighting-2.6.14/dslighting/registry/dabench-465-distribution-offender-ages/checksums.yaml +2 -0
  2297. dslighting-2.6.14/dslighting/registry/dabench-465-distribution-offender-ages/config.yaml +16 -0
  2298. dslighting-2.6.14/dslighting/registry/dabench-465-distribution-offender-ages/description.md +43 -0
  2299. dslighting-2.6.14/dslighting/registry/dabench-465-distribution-offender-ages/grade.py +66 -0
  2300. dslighting-2.6.14/dslighting/registry/dabench-465-distribution-offender-ages/prepare.py +49 -0
  2301. dslighting-2.6.14/dslighting/registry/dabench-466-there-correlation-between/checksums.yaml +2 -0
  2302. dslighting-2.6.14/dslighting/registry/dabench-466-there-correlation-between/config.yaml +16 -0
  2303. dslighting-2.6.14/dslighting/registry/dabench-466-there-correlation-between/description.md +43 -0
  2304. dslighting-2.6.14/dslighting/registry/dabench-466-there-correlation-between/grade.py +66 -0
  2305. dslighting-2.6.14/dslighting/registry/dabench-466-there-correlation-between/prepare.py +49 -0
  2306. dslighting-2.6.14/dslighting/registry/dabench-468-there-outliers-distribution/checksums.yaml +2 -0
  2307. dslighting-2.6.14/dslighting/registry/dabench-468-there-outliers-distribution/config.yaml +16 -0
  2308. dslighting-2.6.14/dslighting/registry/dabench-468-there-outliers-distribution/description.md +43 -0
  2309. dslighting-2.6.14/dslighting/registry/dabench-468-there-outliers-distribution/grade.py +66 -0
  2310. dslighting-2.6.14/dslighting/registry/dabench-468-there-outliers-distribution/prepare.py +49 -0
  2311. dslighting-2.6.14/dslighting/registry/dabench-472-what-mean-value/checksums.yaml +2 -0
  2312. dslighting-2.6.14/dslighting/registry/dabench-472-what-mean-value/config.yaml +16 -0
  2313. dslighting-2.6.14/dslighting/registry/dabench-472-what-mean-value/description.md +44 -0
  2314. dslighting-2.6.14/dslighting/registry/dabench-472-what-mean-value/grade.py +66 -0
  2315. dslighting-2.6.14/dslighting/registry/dabench-472-what-mean-value/prepare.py +49 -0
  2316. dslighting-2.6.14/dslighting/registry/dabench-473-there-outliers-value/checksums.yaml +2 -0
  2317. dslighting-2.6.14/dslighting/registry/dabench-473-there-outliers-value/config.yaml +16 -0
  2318. dslighting-2.6.14/dslighting/registry/dabench-473-there-outliers-value/description.md +45 -0
  2319. dslighting-2.6.14/dslighting/registry/dabench-473-there-outliers-value/grade.py +66 -0
  2320. dslighting-2.6.14/dslighting/registry/dabench-473-there-outliers-value/prepare.py +49 -0
  2321. dslighting-2.6.14/dslighting/registry/dabench-474-there-correlation-between/checksums.yaml +2 -0
  2322. dslighting-2.6.14/dslighting/registry/dabench-474-there-correlation-between/config.yaml +16 -0
  2323. dslighting-2.6.14/dslighting/registry/dabench-474-there-correlation-between/description.md +45 -0
  2324. dslighting-2.6.14/dslighting/registry/dabench-474-there-correlation-between/grade.py +66 -0
  2325. dslighting-2.6.14/dslighting/registry/dabench-474-there-correlation-between/prepare.py +49 -0
  2326. dslighting-2.6.14/dslighting/registry/dabench-480-feature-engineering-techniques/checksums.yaml +2 -0
  2327. dslighting-2.6.14/dslighting/registry/dabench-480-feature-engineering-techniques/config.yaml +16 -0
  2328. dslighting-2.6.14/dslighting/registry/dabench-480-feature-engineering-techniques/description.md +43 -0
  2329. dslighting-2.6.14/dslighting/registry/dabench-480-feature-engineering-techniques/grade.py +66 -0
  2330. dslighting-2.6.14/dslighting/registry/dabench-480-feature-engineering-techniques/prepare.py +49 -0
  2331. dslighting-2.6.14/dslighting/registry/dabench-490-what-mean-percentage/checksums.yaml +2 -0
  2332. dslighting-2.6.14/dslighting/registry/dabench-490-what-mean-percentage/config.yaml +16 -0
  2333. dslighting-2.6.14/dslighting/registry/dabench-490-what-mean-percentage/description.md +43 -0
  2334. dslighting-2.6.14/dslighting/registry/dabench-490-what-mean-percentage/grade.py +66 -0
  2335. dslighting-2.6.14/dslighting/registry/dabench-490-what-mean-percentage/prepare.py +49 -0
  2336. dslighting-2.6.14/dslighting/registry/dabench-492-which-field-highest/checksums.yaml +2 -0
  2337. dslighting-2.6.14/dslighting/registry/dabench-492-which-field-highest/config.yaml +16 -0
  2338. dslighting-2.6.14/dslighting/registry/dabench-492-which-field-highest/description.md +43 -0
  2339. dslighting-2.6.14/dslighting/registry/dabench-492-which-field-highest/grade.py +66 -0
  2340. dslighting-2.6.14/dslighting/registry/dabench-492-which-field-highest/prepare.py +49 -0
  2341. dslighting-2.6.14/dslighting/registry/dabench-495-outlier-detection-percentage/checksums.yaml +2 -0
  2342. dslighting-2.6.14/dslighting/registry/dabench-495-outlier-detection-percentage/config.yaml +16 -0
  2343. dslighting-2.6.14/dslighting/registry/dabench-495-outlier-detection-percentage/description.md +45 -0
  2344. dslighting-2.6.14/dslighting/registry/dabench-495-outlier-detection-percentage/grade.py +66 -0
  2345. dslighting-2.6.14/dslighting/registry/dabench-495-outlier-detection-percentage/prepare.py +49 -0
  2346. dslighting-2.6.14/dslighting/registry/dabench-496-feature-engineering-creating/checksums.yaml +2 -0
  2347. dslighting-2.6.14/dslighting/registry/dabench-496-feature-engineering-creating/config.yaml +16 -0
  2348. dslighting-2.6.14/dslighting/registry/dabench-496-feature-engineering-creating/description.md +44 -0
  2349. dslighting-2.6.14/dslighting/registry/dabench-496-feature-engineering-creating/grade.py +66 -0
  2350. dslighting-2.6.14/dslighting/registry/dabench-496-feature-engineering-creating/prepare.py +49 -0
  2351. dslighting-2.6.14/dslighting/registry/dabench-5-generate-feature-called/checksums.yaml +2 -0
  2352. dslighting-2.6.14/dslighting/registry/dabench-5-generate-feature-called/config.yaml +16 -0
  2353. dslighting-2.6.14/dslighting/registry/dabench-5-generate-feature-called/description.md +45 -0
  2354. dslighting-2.6.14/dslighting/registry/dabench-5-generate-feature-called/grade.py +66 -0
  2355. dslighting-2.6.14/dslighting/registry/dabench-5-generate-feature-called/prepare.py +49 -0
  2356. dslighting-2.6.14/dslighting/registry/dabench-506-what-average-number/checksums.yaml +2 -0
  2357. dslighting-2.6.14/dslighting/registry/dabench-506-what-average-number/config.yaml +16 -0
  2358. dslighting-2.6.14/dslighting/registry/dabench-506-what-average-number/description.md +43 -0
  2359. dslighting-2.6.14/dslighting/registry/dabench-506-what-average-number/grade.py +66 -0
  2360. dslighting-2.6.14/dslighting/registry/dabench-506-what-average-number/prepare.py +49 -0
  2361. dslighting-2.6.14/dslighting/registry/dabench-507-there-hotels-dataset/checksums.yaml +2 -0
  2362. dslighting-2.6.14/dslighting/registry/dabench-507-there-hotels-dataset/config.yaml +16 -0
  2363. dslighting-2.6.14/dslighting/registry/dabench-507-there-hotels-dataset/description.md +43 -0
  2364. dslighting-2.6.14/dslighting/registry/dabench-507-there-hotels-dataset/grade.py +66 -0
  2365. dslighting-2.6.14/dslighting/registry/dabench-507-there-hotels-dataset/prepare.py +49 -0
  2366. dslighting-2.6.14/dslighting/registry/dabench-508-there-correlation-between/checksums.yaml +2 -0
  2367. dslighting-2.6.14/dslighting/registry/dabench-508-there-correlation-between/config.yaml +16 -0
  2368. dslighting-2.6.14/dslighting/registry/dabench-508-there-correlation-between/description.md +43 -0
  2369. dslighting-2.6.14/dslighting/registry/dabench-508-there-correlation-between/grade.py +66 -0
  2370. dslighting-2.6.14/dslighting/registry/dabench-508-there-correlation-between/prepare.py +49 -0
  2371. dslighting-2.6.14/dslighting/registry/dabench-510-which-hotel-brand/checksums.yaml +2 -0
  2372. dslighting-2.6.14/dslighting/registry/dabench-510-which-hotel-brand/config.yaml +16 -0
  2373. dslighting-2.6.14/dslighting/registry/dabench-510-which-hotel-brand/description.md +43 -0
  2374. dslighting-2.6.14/dslighting/registry/dabench-510-which-hotel-brand/grade.py +66 -0
  2375. dslighting-2.6.14/dslighting/registry/dabench-510-which-hotel-brand/prepare.py +49 -0
  2376. dslighting-2.6.14/dslighting/registry/dabench-513-among-hotels-with/checksums.yaml +2 -0
  2377. dslighting-2.6.14/dslighting/registry/dabench-513-among-hotels-with/config.yaml +16 -0
  2378. dslighting-2.6.14/dslighting/registry/dabench-513-among-hotels-with/description.md +43 -0
  2379. dslighting-2.6.14/dslighting/registry/dabench-513-among-hotels-with/grade.py +66 -0
  2380. dslighting-2.6.14/dslighting/registry/dabench-513-among-hotels-with/prepare.py +49 -0
  2381. dslighting-2.6.14/dslighting/registry/dabench-514-what-average-review/checksums.yaml +2 -0
  2382. dslighting-2.6.14/dslighting/registry/dabench-514-what-average-review/config.yaml +16 -0
  2383. dslighting-2.6.14/dslighting/registry/dabench-514-what-average-review/description.md +43 -0
  2384. dslighting-2.6.14/dslighting/registry/dabench-514-what-average-review/grade.py +66 -0
  2385. dslighting-2.6.14/dslighting/registry/dabench-514-what-average-review/prepare.py +49 -0
  2386. dslighting-2.6.14/dslighting/registry/dabench-516-fare-distribution-skewed/checksums.yaml +2 -0
  2387. dslighting-2.6.14/dslighting/registry/dabench-516-fare-distribution-skewed/config.yaml +16 -0
  2388. dslighting-2.6.14/dslighting/registry/dabench-516-fare-distribution-skewed/description.md +43 -0
  2389. dslighting-2.6.14/dslighting/registry/dabench-516-fare-distribution-skewed/grade.py +66 -0
  2390. dslighting-2.6.14/dslighting/registry/dabench-516-fare-distribution-skewed/prepare.py +49 -0
  2391. dslighting-2.6.14/dslighting/registry/dabench-517-find-correlation-coefficient/checksums.yaml +2 -0
  2392. dslighting-2.6.14/dslighting/registry/dabench-517-find-correlation-coefficient/config.yaml +16 -0
  2393. dslighting-2.6.14/dslighting/registry/dabench-517-find-correlation-coefficient/description.md +43 -0
  2394. dslighting-2.6.14/dslighting/registry/dabench-517-find-correlation-coefficient/grade.py +66 -0
  2395. dslighting-2.6.14/dslighting/registry/dabench-517-find-correlation-coefficient/prepare.py +49 -0
  2396. dslighting-2.6.14/dslighting/registry/dabench-518-identify-remove-outliers/checksums.yaml +2 -0
  2397. dslighting-2.6.14/dslighting/registry/dabench-518-identify-remove-outliers/config.yaml +16 -0
  2398. dslighting-2.6.14/dslighting/registry/dabench-518-identify-remove-outliers/description.md +43 -0
  2399. dslighting-2.6.14/dslighting/registry/dabench-518-identify-remove-outliers/grade.py +66 -0
  2400. dslighting-2.6.14/dslighting/registry/dabench-518-identify-remove-outliers/prepare.py +49 -0
  2401. dslighting-2.6.14/dslighting/registry/dabench-520-feature-called-familysize/checksums.yaml +2 -0
  2402. dslighting-2.6.14/dslighting/registry/dabench-520-feature-called-familysize/config.yaml +16 -0
  2403. dslighting-2.6.14/dslighting/registry/dabench-520-feature-called-familysize/description.md +43 -0
  2404. dslighting-2.6.14/dslighting/registry/dabench-520-feature-called-familysize/grade.py +66 -0
  2405. dslighting-2.6.14/dslighting/registry/dabench-520-feature-called-familysize/prepare.py +49 -0
  2406. dslighting-2.6.14/dslighting/registry/dabench-521-using-machine-learning/checksums.yaml +2 -0
  2407. dslighting-2.6.14/dslighting/registry/dabench-521-using-machine-learning/config.yaml +16 -0
  2408. dslighting-2.6.14/dslighting/registry/dabench-521-using-machine-learning/description.md +43 -0
  2409. dslighting-2.6.14/dslighting/registry/dabench-521-using-machine-learning/grade.py +66 -0
  2410. dslighting-2.6.14/dslighting/registry/dabench-521-using-machine-learning/prepare.py +49 -0
  2411. dslighting-2.6.14/dslighting/registry/dabench-522-feature-engineering-creating/checksums.yaml +2 -0
  2412. dslighting-2.6.14/dslighting/registry/dabench-522-feature-engineering-creating/config.yaml +16 -0
  2413. dslighting-2.6.14/dslighting/registry/dabench-522-feature-engineering-creating/description.md +43 -0
  2414. dslighting-2.6.14/dslighting/registry/dabench-522-feature-engineering-creating/grade.py +66 -0
  2415. dslighting-2.6.14/dslighting/registry/dabench-522-feature-engineering-creating/prepare.py +49 -0
  2416. dslighting-2.6.14/dslighting/registry/dabench-523-preprocess-dataset-using/checksums.yaml +2 -0
  2417. dslighting-2.6.14/dslighting/registry/dabench-523-preprocess-dataset-using/config.yaml +16 -0
  2418. dslighting-2.6.14/dslighting/registry/dabench-523-preprocess-dataset-using/description.md +45 -0
  2419. dslighting-2.6.14/dslighting/registry/dabench-523-preprocess-dataset-using/grade.py +66 -0
  2420. dslighting-2.6.14/dslighting/registry/dabench-523-preprocess-dataset-using/prepare.py +49 -0
  2421. dslighting-2.6.14/dslighting/registry/dabench-526-there-correlation-between/checksums.yaml +2 -0
  2422. dslighting-2.6.14/dslighting/registry/dabench-526-there-correlation-between/config.yaml +16 -0
  2423. dslighting-2.6.14/dslighting/registry/dabench-526-there-correlation-between/description.md +43 -0
  2424. dslighting-2.6.14/dslighting/registry/dabench-526-there-correlation-between/grade.py +66 -0
  2425. dslighting-2.6.14/dslighting/registry/dabench-526-there-correlation-between/prepare.py +49 -0
  2426. dslighting-2.6.14/dslighting/registry/dabench-527-what-average-male/checksums.yaml +2 -0
  2427. dslighting-2.6.14/dslighting/registry/dabench-527-what-average-male/config.yaml +16 -0
  2428. dslighting-2.6.14/dslighting/registry/dabench-527-what-average-male/description.md +45 -0
  2429. dslighting-2.6.14/dslighting/registry/dabench-527-what-average-male/grade.py +66 -0
  2430. dslighting-2.6.14/dslighting/registry/dabench-527-what-average-male/prepare.py +49 -0
  2431. dslighting-2.6.14/dslighting/registry/dabench-528-there-outliers-fare/checksums.yaml +2 -0
  2432. dslighting-2.6.14/dslighting/registry/dabench-528-there-outliers-fare/config.yaml +16 -0
  2433. dslighting-2.6.14/dslighting/registry/dabench-528-there-outliers-fare/description.md +45 -0
  2434. dslighting-2.6.14/dslighting/registry/dabench-528-there-outliers-fare/grade.py +66 -0
  2435. dslighting-2.6.14/dslighting/registry/dabench-528-there-outliers-fare/prepare.py +49 -0
  2436. dslighting-2.6.14/dslighting/registry/dabench-529-identify-patterns-relationships/checksums.yaml +2 -0
  2437. dslighting-2.6.14/dslighting/registry/dabench-529-identify-patterns-relationships/config.yaml +16 -0
  2438. dslighting-2.6.14/dslighting/registry/dabench-529-identify-patterns-relationships/description.md +45 -0
  2439. dslighting-2.6.14/dslighting/registry/dabench-529-identify-patterns-relationships/grade.py +66 -0
  2440. dslighting-2.6.14/dslighting/registry/dabench-529-identify-patterns-relationships/prepare.py +49 -0
  2441. dslighting-2.6.14/dslighting/registry/dabench-530-there-correlation-between/checksums.yaml +2 -0
  2442. dslighting-2.6.14/dslighting/registry/dabench-530-there-correlation-between/config.yaml +16 -0
  2443. dslighting-2.6.14/dslighting/registry/dabench-530-there-correlation-between/description.md +45 -0
  2444. dslighting-2.6.14/dslighting/registry/dabench-530-there-correlation-between/grade.py +66 -0
  2445. dslighting-2.6.14/dslighting/registry/dabench-530-there-correlation-between/prepare.py +49 -0
  2446. dslighting-2.6.14/dslighting/registry/dabench-542-what-mean-length/checksums.yaml +2 -0
  2447. dslighting-2.6.14/dslighting/registry/dabench-542-what-mean-length/config.yaml +16 -0
  2448. dslighting-2.6.14/dslighting/registry/dabench-542-what-mean-length/description.md +43 -0
  2449. dslighting-2.6.14/dslighting/registry/dabench-542-what-mean-length/grade.py +66 -0
  2450. dslighting-2.6.14/dslighting/registry/dabench-542-what-mean-length/prepare.py +49 -0
  2451. dslighting-2.6.14/dslighting/registry/dabench-543-there-correlation-between/checksums.yaml +2 -0
  2452. dslighting-2.6.14/dslighting/registry/dabench-543-there-correlation-between/config.yaml +16 -0
  2453. dslighting-2.6.14/dslighting/registry/dabench-543-there-correlation-between/description.md +47 -0
  2454. dslighting-2.6.14/dslighting/registry/dabench-543-there-correlation-between/grade.py +66 -0
  2455. dslighting-2.6.14/dslighting/registry/dabench-543-there-correlation-between/prepare.py +49 -0
  2456. dslighting-2.6.14/dslighting/registry/dabench-549-explore-correlation-between/checksums.yaml +2 -0
  2457. dslighting-2.6.14/dslighting/registry/dabench-549-explore-correlation-between/config.yaml +16 -0
  2458. dslighting-2.6.14/dslighting/registry/dabench-549-explore-correlation-between/description.md +45 -0
  2459. dslighting-2.6.14/dslighting/registry/dabench-549-explore-correlation-between/grade.py +66 -0
  2460. dslighting-2.6.14/dslighting/registry/dabench-549-explore-correlation-between/prepare.py +49 -0
  2461. dslighting-2.6.14/dslighting/registry/dabench-55-what-mean-number/checksums.yaml +2 -0
  2462. dslighting-2.6.14/dslighting/registry/dabench-55-what-mean-number/config.yaml +16 -0
  2463. dslighting-2.6.14/dslighting/registry/dabench-55-what-mean-number/description.md +43 -0
  2464. dslighting-2.6.14/dslighting/registry/dabench-55-what-mean-number/grade.py +66 -0
  2465. dslighting-2.6.14/dslighting/registry/dabench-55-what-mean-number/prepare.py +49 -0
  2466. dslighting-2.6.14/dslighting/registry/dabench-550-comprehensive-data-preprocessing/checksums.yaml +2 -0
  2467. dslighting-2.6.14/dslighting/registry/dabench-550-comprehensive-data-preprocessing/config.yaml +16 -0
  2468. dslighting-2.6.14/dslighting/registry/dabench-550-comprehensive-data-preprocessing/description.md +45 -0
  2469. dslighting-2.6.14/dslighting/registry/dabench-550-comprehensive-data-preprocessing/grade.py +66 -0
  2470. dslighting-2.6.14/dslighting/registry/dabench-550-comprehensive-data-preprocessing/prepare.py +49 -0
  2471. dslighting-2.6.14/dslighting/registry/dabench-551-what-mean-column/checksums.yaml +2 -0
  2472. dslighting-2.6.14/dslighting/registry/dabench-551-what-mean-column/config.yaml +16 -0
  2473. dslighting-2.6.14/dslighting/registry/dabench-551-what-mean-column/description.md +43 -0
  2474. dslighting-2.6.14/dslighting/registry/dabench-551-what-mean-column/grade.py +66 -0
  2475. dslighting-2.6.14/dslighting/registry/dabench-551-what-mean-column/prepare.py +49 -0
  2476. dslighting-2.6.14/dslighting/registry/dabench-552-column-column-correlated/checksums.yaml +2 -0
  2477. dslighting-2.6.14/dslighting/registry/dabench-552-column-column-correlated/config.yaml +16 -0
  2478. dslighting-2.6.14/dslighting/registry/dabench-552-column-column-correlated/description.md +45 -0
  2479. dslighting-2.6.14/dslighting/registry/dabench-552-column-column-correlated/grade.py +66 -0
  2480. dslighting-2.6.14/dslighting/registry/dabench-552-column-column-correlated/prepare.py +49 -0
  2481. dslighting-2.6.14/dslighting/registry/dabench-553-many-outliers-there/checksums.yaml +2 -0
  2482. dslighting-2.6.14/dslighting/registry/dabench-553-many-outliers-there/config.yaml +16 -0
  2483. dslighting-2.6.14/dslighting/registry/dabench-553-many-outliers-there/description.md +43 -0
  2484. dslighting-2.6.14/dslighting/registry/dabench-553-many-outliers-there/grade.py +66 -0
  2485. dslighting-2.6.14/dslighting/registry/dabench-553-many-outliers-there/prepare.py +49 -0
  2486. dslighting-2.6.14/dslighting/registry/dabench-554-what-median-value/checksums.yaml +2 -0
  2487. dslighting-2.6.14/dslighting/registry/dabench-554-what-median-value/config.yaml +16 -0
  2488. dslighting-2.6.14/dslighting/registry/dabench-554-what-median-value/description.md +43 -0
  2489. dslighting-2.6.14/dslighting/registry/dabench-554-what-median-value/grade.py +66 -0
  2490. dslighting-2.6.14/dslighting/registry/dabench-554-what-median-value/prepare.py +49 -0
  2491. dslighting-2.6.14/dslighting/registry/dabench-555-many-unique-plant/checksums.yaml +2 -0
  2492. dslighting-2.6.14/dslighting/registry/dabench-555-many-unique-plant/config.yaml +16 -0
  2493. dslighting-2.6.14/dslighting/registry/dabench-555-many-unique-plant/description.md +43 -0
  2494. dslighting-2.6.14/dslighting/registry/dabench-555-many-unique-plant/grade.py +66 -0
  2495. dslighting-2.6.14/dslighting/registry/dabench-555-many-unique-plant/prepare.py +49 -0
  2496. dslighting-2.6.14/dslighting/registry/dabench-56-which-country-highest/checksums.yaml +2 -0
  2497. dslighting-2.6.14/dslighting/registry/dabench-56-which-country-highest/config.yaml +16 -0
  2498. dslighting-2.6.14/dslighting/registry/dabench-56-which-country-highest/description.md +43 -0
  2499. dslighting-2.6.14/dslighting/registry/dabench-56-which-country-highest/grade.py +66 -0
  2500. dslighting-2.6.14/dslighting/registry/dabench-56-which-country-highest/prepare.py +49 -0
  2501. dslighting-2.6.14/dslighting/registry/dabench-57-there-correlation-between/checksums.yaml +2 -0
  2502. dslighting-2.6.14/dslighting/registry/dabench-57-there-correlation-between/config.yaml +16 -0
  2503. dslighting-2.6.14/dslighting/registry/dabench-57-there-correlation-between/description.md +43 -0
  2504. dslighting-2.6.14/dslighting/registry/dabench-57-there-correlation-between/grade.py +66 -0
  2505. dslighting-2.6.14/dslighting/registry/dabench-57-there-correlation-between/prepare.py +49 -0
  2506. dslighting-2.6.14/dslighting/registry/dabench-572-identify-date-with/checksums.yaml +2 -0
  2507. dslighting-2.6.14/dslighting/registry/dabench-572-identify-date-with/config.yaml +16 -0
  2508. dslighting-2.6.14/dslighting/registry/dabench-572-identify-date-with/description.md +48 -0
  2509. dslighting-2.6.14/dslighting/registry/dabench-572-identify-date-with/grade.py +66 -0
  2510. dslighting-2.6.14/dslighting/registry/dabench-572-identify-date-with/prepare.py +49 -0
  2511. dslighting-2.6.14/dslighting/registry/dabench-574-data-preprocessing-stock/checksums.yaml +2 -0
  2512. dslighting-2.6.14/dslighting/registry/dabench-574-data-preprocessing-stock/config.yaml +16 -0
  2513. dslighting-2.6.14/dslighting/registry/dabench-574-data-preprocessing-stock/description.md +48 -0
  2514. dslighting-2.6.14/dslighting/registry/dabench-574-data-preprocessing-stock/grade.py +66 -0
  2515. dslighting-2.6.14/dslighting/registry/dabench-574-data-preprocessing-stock/prepare.py +49 -0
  2516. dslighting-2.6.14/dslighting/registry/dabench-575-using-feature-engineering/checksums.yaml +2 -0
  2517. dslighting-2.6.14/dslighting/registry/dabench-575-using-feature-engineering/config.yaml +16 -0
  2518. dslighting-2.6.14/dslighting/registry/dabench-575-using-feature-engineering/description.md +50 -0
  2519. dslighting-2.6.14/dslighting/registry/dabench-575-using-feature-engineering/grade.py +66 -0
  2520. dslighting-2.6.14/dslighting/registry/dabench-575-using-feature-engineering/prepare.py +49 -0
  2521. dslighting-2.6.14/dslighting/registry/dabench-578-what-average-trading/checksums.yaml +2 -0
  2522. dslighting-2.6.14/dslighting/registry/dabench-578-what-average-trading/config.yaml +16 -0
  2523. dslighting-2.6.14/dslighting/registry/dabench-578-what-average-trading/description.md +43 -0
  2524. dslighting-2.6.14/dslighting/registry/dabench-578-what-average-trading/grade.py +66 -0
  2525. dslighting-2.6.14/dslighting/registry/dabench-578-what-average-trading/prepare.py +49 -0
  2526. dslighting-2.6.14/dslighting/registry/dabench-58-what-percentage-missing/checksums.yaml +2 -0
  2527. dslighting-2.6.14/dslighting/registry/dabench-58-what-percentage-missing/config.yaml +16 -0
  2528. dslighting-2.6.14/dslighting/registry/dabench-58-what-percentage-missing/description.md +45 -0
  2529. dslighting-2.6.14/dslighting/registry/dabench-58-what-percentage-missing/grade.py +66 -0
  2530. dslighting-2.6.14/dslighting/registry/dabench-58-what-percentage-missing/prepare.py +49 -0
  2531. dslighting-2.6.14/dslighting/registry/dabench-586-find-total-number/checksums.yaml +2 -0
  2532. dslighting-2.6.14/dslighting/registry/dabench-586-find-total-number/config.yaml +16 -0
  2533. dslighting-2.6.14/dslighting/registry/dabench-586-find-total-number/description.md +43 -0
  2534. dslighting-2.6.14/dslighting/registry/dabench-586-find-total-number/grade.py +66 -0
  2535. dslighting-2.6.14/dslighting/registry/dabench-586-find-total-number/prepare.py +49 -0
  2536. dslighting-2.6.14/dslighting/registry/dabench-587-examine-correlation-between/checksums.yaml +2 -0
  2537. dslighting-2.6.14/dslighting/registry/dabench-587-examine-correlation-between/config.yaml +16 -0
  2538. dslighting-2.6.14/dslighting/registry/dabench-587-examine-correlation-between/description.md +43 -0
  2539. dslighting-2.6.14/dslighting/registry/dabench-587-examine-correlation-between/grade.py +66 -0
  2540. dslighting-2.6.14/dslighting/registry/dabench-587-examine-correlation-between/prepare.py +49 -0
  2541. dslighting-2.6.14/dslighting/registry/dabench-588-there-outliers-average/checksums.yaml +2 -0
  2542. dslighting-2.6.14/dslighting/registry/dabench-588-there-outliers-average/config.yaml +16 -0
  2543. dslighting-2.6.14/dslighting/registry/dabench-588-there-outliers-average/description.md +43 -0
  2544. dslighting-2.6.14/dslighting/registry/dabench-588-there-outliers-average/grade.py +66 -0
  2545. dslighting-2.6.14/dslighting/registry/dabench-588-there-outliers-average/prepare.py +49 -0
  2546. dslighting-2.6.14/dslighting/registry/dabench-589-generate-feature-representing/checksums.yaml +2 -0
  2547. dslighting-2.6.14/dslighting/registry/dabench-589-generate-feature-representing/config.yaml +16 -0
  2548. dslighting-2.6.14/dslighting/registry/dabench-589-generate-feature-representing/description.md +43 -0
  2549. dslighting-2.6.14/dslighting/registry/dabench-589-generate-feature-representing/grade.py +66 -0
  2550. dslighting-2.6.14/dslighting/registry/dabench-589-generate-feature-representing/prepare.py +49 -0
  2551. dslighting-2.6.14/dslighting/registry/dabench-59-among-countries-americas/checksums.yaml +2 -0
  2552. dslighting-2.6.14/dslighting/registry/dabench-59-among-countries-americas/config.yaml +16 -0
  2553. dslighting-2.6.14/dslighting/registry/dabench-59-among-countries-americas/description.md +43 -0
  2554. dslighting-2.6.14/dslighting/registry/dabench-59-among-countries-americas/grade.py +66 -0
  2555. dslighting-2.6.14/dslighting/registry/dabench-59-among-countries-americas/prepare.py +49 -0
  2556. dslighting-2.6.14/dslighting/registry/dabench-590-using-machine-learning/checksums.yaml +2 -0
  2557. dslighting-2.6.14/dslighting/registry/dabench-590-using-machine-learning/config.yaml +16 -0
  2558. dslighting-2.6.14/dslighting/registry/dabench-590-using-machine-learning/description.md +43 -0
  2559. dslighting-2.6.14/dslighting/registry/dabench-590-using-machine-learning/grade.py +66 -0
  2560. dslighting-2.6.14/dslighting/registry/dabench-590-using-machine-learning/prepare.py +49 -0
  2561. dslighting-2.6.14/dslighting/registry/dabench-593-using-feature-engineering/checksums.yaml +2 -0
  2562. dslighting-2.6.14/dslighting/registry/dabench-593-using-feature-engineering/config.yaml +16 -0
  2563. dslighting-2.6.14/dslighting/registry/dabench-593-using-feature-engineering/description.md +43 -0
  2564. dslighting-2.6.14/dslighting/registry/dabench-593-using-feature-engineering/grade.py +66 -0
  2565. dslighting-2.6.14/dslighting/registry/dabench-593-using-feature-engineering/prepare.py +49 -0
  2566. dslighting-2.6.14/dslighting/registry/dabench-6-column-called-agegroup/checksums.yaml +2 -0
  2567. dslighting-2.6.14/dslighting/registry/dabench-6-column-called-agegroup/config.yaml +16 -0
  2568. dslighting-2.6.14/dslighting/registry/dabench-6-column-called-agegroup/description.md +45 -0
  2569. dslighting-2.6.14/dslighting/registry/dabench-6-column-called-agegroup/grade.py +66 -0
  2570. dslighting-2.6.14/dslighting/registry/dabench-6-column-called-agegroup/prepare.py +49 -0
  2571. dslighting-2.6.14/dslighting/registry/dabench-602-column-follows-normal/checksums.yaml +2 -0
  2572. dslighting-2.6.14/dslighting/registry/dabench-602-column-follows-normal/config.yaml +16 -0
  2573. dslighting-2.6.14/dslighting/registry/dabench-602-column-follows-normal/description.md +43 -0
  2574. dslighting-2.6.14/dslighting/registry/dabench-602-column-follows-normal/grade.py +66 -0
  2575. dslighting-2.6.14/dslighting/registry/dabench-602-column-follows-normal/prepare.py +49 -0
  2576. dslighting-2.6.14/dslighting/registry/dabench-604-identify-remove-outliers/checksums.yaml +2 -0
  2577. dslighting-2.6.14/dslighting/registry/dabench-604-identify-remove-outliers/config.yaml +16 -0
  2578. dslighting-2.6.14/dslighting/registry/dabench-604-identify-remove-outliers/description.md +46 -0
  2579. dslighting-2.6.14/dslighting/registry/dabench-604-identify-remove-outliers/grade.py +66 -0
  2580. dslighting-2.6.14/dslighting/registry/dabench-604-identify-remove-outliers/prepare.py +49 -0
  2581. dslighting-2.6.14/dslighting/registry/dabench-618-find-correlation-coefficient/checksums.yaml +2 -0
  2582. dslighting-2.6.14/dslighting/registry/dabench-618-find-correlation-coefficient/config.yaml +16 -0
  2583. dslighting-2.6.14/dslighting/registry/dabench-618-find-correlation-coefficient/description.md +43 -0
  2584. dslighting-2.6.14/dslighting/registry/dabench-618-find-correlation-coefficient/grade.py +66 -0
  2585. dslighting-2.6.14/dslighting/registry/dabench-618-find-correlation-coefficient/prepare.py +49 -0
  2586. dslighting-2.6.14/dslighting/registry/dabench-619-identify-remove-outliers/checksums.yaml +2 -0
  2587. dslighting-2.6.14/dslighting/registry/dabench-619-identify-remove-outliers/config.yaml +16 -0
  2588. dslighting-2.6.14/dslighting/registry/dabench-619-identify-remove-outliers/description.md +43 -0
  2589. dslighting-2.6.14/dslighting/registry/dabench-619-identify-remove-outliers/grade.py +66 -0
  2590. dslighting-2.6.14/dslighting/registry/dabench-619-identify-remove-outliers/prepare.py +49 -0
  2591. dslighting-2.6.14/dslighting/registry/dabench-62-there-outliers-column/checksums.yaml +2 -0
  2592. dslighting-2.6.14/dslighting/registry/dabench-62-there-outliers-column/config.yaml +16 -0
  2593. dslighting-2.6.14/dslighting/registry/dabench-62-there-outliers-column/description.md +45 -0
  2594. dslighting-2.6.14/dslighting/registry/dabench-62-there-outliers-column/grade.py +66 -0
  2595. dslighting-2.6.14/dslighting/registry/dabench-62-there-outliers-column/prepare.py +49 -0
  2596. dslighting-2.6.14/dslighting/registry/dabench-64-mean-standard-deviation/checksums.yaml +2 -0
  2597. dslighting-2.6.14/dslighting/registry/dabench-64-mean-standard-deviation/config.yaml +16 -0
  2598. dslighting-2.6.14/dslighting/registry/dabench-64-mean-standard-deviation/description.md +45 -0
  2599. dslighting-2.6.14/dslighting/registry/dabench-64-mean-standard-deviation/grade.py +66 -0
  2600. dslighting-2.6.14/dslighting/registry/dabench-64-mean-standard-deviation/prepare.py +49 -0
  2601. dslighting-2.6.14/dslighting/registry/dabench-643-mean-standard-deviation/checksums.yaml +2 -0
  2602. dslighting-2.6.14/dslighting/registry/dabench-643-mean-standard-deviation/config.yaml +16 -0
  2603. dslighting-2.6.14/dslighting/registry/dabench-643-mean-standard-deviation/description.md +43 -0
  2604. dslighting-2.6.14/dslighting/registry/dabench-643-mean-standard-deviation/grade.py +66 -0
  2605. dslighting-2.6.14/dslighting/registry/dabench-643-mean-standard-deviation/prepare.py +49 -0
  2606. dslighting-2.6.14/dslighting/registry/dabench-644-close-column-follows/checksums.yaml +2 -0
  2607. dslighting-2.6.14/dslighting/registry/dabench-644-close-column-follows/config.yaml +16 -0
  2608. dslighting-2.6.14/dslighting/registry/dabench-644-close-column-follows/description.md +43 -0
  2609. dslighting-2.6.14/dslighting/registry/dabench-644-close-column-follows/grade.py +66 -0
  2610. dslighting-2.6.14/dslighting/registry/dabench-644-close-column-follows/prepare.py +49 -0
  2611. dslighting-2.6.14/dslighting/registry/dabench-647-feature-called-price/checksums.yaml +2 -0
  2612. dslighting-2.6.14/dslighting/registry/dabench-647-feature-called-price/config.yaml +16 -0
  2613. dslighting-2.6.14/dslighting/registry/dabench-647-feature-called-price/description.md +43 -0
  2614. dslighting-2.6.14/dslighting/registry/dabench-647-feature-called-price/grade.py +66 -0
  2615. dslighting-2.6.14/dslighting/registry/dabench-647-feature-called-price/prepare.py +49 -0
  2616. dslighting-2.6.14/dslighting/registry/dabench-649-mean-standard-deviation/checksums.yaml +2 -0
  2617. dslighting-2.6.14/dslighting/registry/dabench-649-mean-standard-deviation/config.yaml +16 -0
  2618. dslighting-2.6.14/dslighting/registry/dabench-649-mean-standard-deviation/description.md +43 -0
  2619. dslighting-2.6.14/dslighting/registry/dabench-649-mean-standard-deviation/grade.py +66 -0
  2620. dslighting-2.6.14/dslighting/registry/dabench-649-mean-standard-deviation/prepare.py +49 -0
  2621. dslighting-2.6.14/dslighting/registry/dabench-650-there-correlation-between/checksums.yaml +2 -0
  2622. dslighting-2.6.14/dslighting/registry/dabench-650-there-correlation-between/config.yaml +16 -0
  2623. dslighting-2.6.14/dslighting/registry/dabench-650-there-correlation-between/description.md +43 -0
  2624. dslighting-2.6.14/dslighting/registry/dabench-650-there-correlation-between/grade.py +66 -0
  2625. dslighting-2.6.14/dslighting/registry/dabench-650-there-correlation-between/prepare.py +49 -0
  2626. dslighting-2.6.14/dslighting/registry/dabench-651-there-outliers-coordinate/checksums.yaml +2 -0
  2627. dslighting-2.6.14/dslighting/registry/dabench-651-there-outliers-coordinate/config.yaml +16 -0
  2628. dslighting-2.6.14/dslighting/registry/dabench-651-there-outliers-coordinate/description.md +43 -0
  2629. dslighting-2.6.14/dslighting/registry/dabench-651-there-outliers-coordinate/grade.py +66 -0
  2630. dslighting-2.6.14/dslighting/registry/dabench-651-there-outliers-coordinate/prepare.py +49 -0
  2631. dslighting-2.6.14/dslighting/registry/dabench-652-distribution-analysis-coordinate/checksums.yaml +2 -0
  2632. dslighting-2.6.14/dslighting/registry/dabench-652-distribution-analysis-coordinate/config.yaml +16 -0
  2633. dslighting-2.6.14/dslighting/registry/dabench-652-distribution-analysis-coordinate/description.md +43 -0
  2634. dslighting-2.6.14/dslighting/registry/dabench-652-distribution-analysis-coordinate/grade.py +66 -0
  2635. dslighting-2.6.14/dslighting/registry/dabench-652-distribution-analysis-coordinate/prepare.py +49 -0
  2636. dslighting-2.6.14/dslighting/registry/dabench-655-correlation-analysis-coordinate/checksums.yaml +2 -0
  2637. dslighting-2.6.14/dslighting/registry/dabench-655-correlation-analysis-coordinate/config.yaml +16 -0
  2638. dslighting-2.6.14/dslighting/registry/dabench-655-correlation-analysis-coordinate/description.md +44 -0
  2639. dslighting-2.6.14/dslighting/registry/dabench-655-correlation-analysis-coordinate/grade.py +66 -0
  2640. dslighting-2.6.14/dslighting/registry/dabench-655-correlation-analysis-coordinate/prepare.py +49 -0
  2641. dslighting-2.6.14/dslighting/registry/dabench-656-outlier-analysis-coordinate/checksums.yaml +2 -0
  2642. dslighting-2.6.14/dslighting/registry/dabench-656-outlier-analysis-coordinate/config.yaml +16 -0
  2643. dslighting-2.6.14/dslighting/registry/dabench-656-outlier-analysis-coordinate/description.md +47 -0
  2644. dslighting-2.6.14/dslighting/registry/dabench-656-outlier-analysis-coordinate/grade.py +66 -0
  2645. dslighting-2.6.14/dslighting/registry/dabench-656-outlier-analysis-coordinate/prepare.py +49 -0
  2646. dslighting-2.6.14/dslighting/registry/dabench-657-mean-median-standard/checksums.yaml +2 -0
  2647. dslighting-2.6.14/dslighting/registry/dabench-657-mean-median-standard/config.yaml +16 -0
  2648. dslighting-2.6.14/dslighting/registry/dabench-657-mean-median-standard/description.md +43 -0
  2649. dslighting-2.6.14/dslighting/registry/dabench-657-mean-median-standard/grade.py +66 -0
  2650. dslighting-2.6.14/dslighting/registry/dabench-657-mean-median-standard/prepare.py +49 -0
  2651. dslighting-2.6.14/dslighting/registry/dabench-658-volume-column-adheres/checksums.yaml +2 -0
  2652. dslighting-2.6.14/dslighting/registry/dabench-658-volume-column-adheres/config.yaml +16 -0
  2653. dslighting-2.6.14/dslighting/registry/dabench-658-volume-column-adheres/description.md +43 -0
  2654. dslighting-2.6.14/dslighting/registry/dabench-658-volume-column-adheres/grade.py +66 -0
  2655. dslighting-2.6.14/dslighting/registry/dabench-658-volume-column-adheres/prepare.py +49 -0
  2656. dslighting-2.6.14/dslighting/registry/dabench-659-find-correlation-between/checksums.yaml +2 -0
  2657. dslighting-2.6.14/dslighting/registry/dabench-659-find-correlation-between/config.yaml +16 -0
  2658. dslighting-2.6.14/dslighting/registry/dabench-659-find-correlation-between/description.md +43 -0
  2659. dslighting-2.6.14/dslighting/registry/dabench-659-find-correlation-between/grade.py +66 -0
  2660. dslighting-2.6.14/dslighting/registry/dabench-659-find-correlation-between/prepare.py +49 -0
  2661. dslighting-2.6.14/dslighting/registry/dabench-66-correlation-between-wage/checksums.yaml +2 -0
  2662. dslighting-2.6.14/dslighting/registry/dabench-66-correlation-between-wage/config.yaml +16 -0
  2663. dslighting-2.6.14/dslighting/registry/dabench-66-correlation-between-wage/description.md +45 -0
  2664. dslighting-2.6.14/dslighting/registry/dabench-66-correlation-between-wage/grade.py +66 -0
  2665. dslighting-2.6.14/dslighting/registry/dabench-66-correlation-between-wage/prepare.py +49 -0
  2666. dslighting-2.6.14/dslighting/registry/dabench-662-feature-engineering-creating/checksums.yaml +2 -0
  2667. dslighting-2.6.14/dslighting/registry/dabench-662-feature-engineering-creating/config.yaml +16 -0
  2668. dslighting-2.6.14/dslighting/registry/dabench-662-feature-engineering-creating/description.md +43 -0
  2669. dslighting-2.6.14/dslighting/registry/dabench-662-feature-engineering-creating/grade.py +66 -0
  2670. dslighting-2.6.14/dslighting/registry/dabench-662-feature-engineering-creating/prepare.py +49 -0
  2671. dslighting-2.6.14/dslighting/registry/dabench-663-scatter-plot-high/checksums.yaml +2 -0
  2672. dslighting-2.6.14/dslighting/registry/dabench-663-scatter-plot-high/config.yaml +16 -0
  2673. dslighting-2.6.14/dslighting/registry/dabench-663-scatter-plot-high/description.md +46 -0
  2674. dslighting-2.6.14/dslighting/registry/dabench-663-scatter-plot-high/grade.py +66 -0
  2675. dslighting-2.6.14/dslighting/registry/dabench-663-scatter-plot-high/prepare.py +49 -0
  2676. dslighting-2.6.14/dslighting/registry/dabench-665-data-preprocessing-filling/checksums.yaml +2 -0
  2677. dslighting-2.6.14/dslighting/registry/dabench-665-data-preprocessing-filling/config.yaml +16 -0
  2678. dslighting-2.6.14/dslighting/registry/dabench-665-data-preprocessing-filling/description.md +46 -0
  2679. dslighting-2.6.14/dslighting/registry/dabench-665-data-preprocessing-filling/grade.py +66 -0
  2680. dslighting-2.6.14/dslighting/registry/dabench-665-data-preprocessing-filling/prepare.py +49 -0
  2681. dslighting-2.6.14/dslighting/registry/dabench-666-mean-standard-deviation/checksums.yaml +2 -0
  2682. dslighting-2.6.14/dslighting/registry/dabench-666-mean-standard-deviation/config.yaml +16 -0
  2683. dslighting-2.6.14/dslighting/registry/dabench-666-mean-standard-deviation/description.md +43 -0
  2684. dslighting-2.6.14/dslighting/registry/dabench-666-mean-standard-deviation/grade.py +66 -0
  2685. dslighting-2.6.14/dslighting/registry/dabench-666-mean-standard-deviation/prepare.py +49 -0
  2686. dslighting-2.6.14/dslighting/registry/dabench-667-medinc-column-adheres/checksums.yaml +2 -0
  2687. dslighting-2.6.14/dslighting/registry/dabench-667-medinc-column-adheres/config.yaml +16 -0
  2688. dslighting-2.6.14/dslighting/registry/dabench-667-medinc-column-adheres/description.md +43 -0
  2689. dslighting-2.6.14/dslighting/registry/dabench-667-medinc-column-adheres/grade.py +66 -0
  2690. dslighting-2.6.14/dslighting/registry/dabench-667-medinc-column-adheres/prepare.py +49 -0
  2691. dslighting-2.6.14/dslighting/registry/dabench-668-correlation-coefficient-between/checksums.yaml +2 -0
  2692. dslighting-2.6.14/dslighting/registry/dabench-668-correlation-coefficient-between/config.yaml +16 -0
  2693. dslighting-2.6.14/dslighting/registry/dabench-668-correlation-coefficient-between/description.md +43 -0
  2694. dslighting-2.6.14/dslighting/registry/dabench-668-correlation-coefficient-between/grade.py +66 -0
  2695. dslighting-2.6.14/dslighting/registry/dabench-668-correlation-coefficient-between/prepare.py +49 -0
  2696. dslighting-2.6.14/dslighting/registry/dabench-669-identify-remove-outliers/checksums.yaml +2 -0
  2697. dslighting-2.6.14/dslighting/registry/dabench-669-identify-remove-outliers/config.yaml +16 -0
  2698. dslighting-2.6.14/dslighting/registry/dabench-669-identify-remove-outliers/description.md +43 -0
  2699. dslighting-2.6.14/dslighting/registry/dabench-669-identify-remove-outliers/grade.py +66 -0
  2700. dslighting-2.6.14/dslighting/registry/dabench-669-identify-remove-outliers/prepare.py +49 -0
  2701. dslighting-2.6.14/dslighting/registry/dabench-671-build-machine-learning/checksums.yaml +2 -0
  2702. dslighting-2.6.14/dslighting/registry/dabench-671-build-machine-learning/config.yaml +16 -0
  2703. dslighting-2.6.14/dslighting/registry/dabench-671-build-machine-learning/description.md +55 -0
  2704. dslighting-2.6.14/dslighting/registry/dabench-671-build-machine-learning/grade.py +66 -0
  2705. dslighting-2.6.14/dslighting/registry/dabench-671-build-machine-learning/prepare.py +49 -0
  2706. dslighting-2.6.14/dslighting/registry/dabench-673-comprehensive-data-preprocessing/checksums.yaml +2 -0
  2707. dslighting-2.6.14/dslighting/registry/dabench-673-comprehensive-data-preprocessing/config.yaml +16 -0
  2708. dslighting-2.6.14/dslighting/registry/dabench-673-comprehensive-data-preprocessing/description.md +53 -0
  2709. dslighting-2.6.14/dslighting/registry/dabench-673-comprehensive-data-preprocessing/grade.py +66 -0
  2710. dslighting-2.6.14/dslighting/registry/dabench-673-comprehensive-data-preprocessing/prepare.py +49 -0
  2711. dslighting-2.6.14/dslighting/registry/dabench-674-build-machine-learning/checksums.yaml +2 -0
  2712. dslighting-2.6.14/dslighting/registry/dabench-674-build-machine-learning/config.yaml +16 -0
  2713. dslighting-2.6.14/dslighting/registry/dabench-674-build-machine-learning/description.md +65 -0
  2714. dslighting-2.6.14/dslighting/registry/dabench-674-build-machine-learning/grade.py +66 -0
  2715. dslighting-2.6.14/dslighting/registry/dabench-674-build-machine-learning/prepare.py +49 -0
  2716. dslighting-2.6.14/dslighting/registry/dabench-683-what-mean-temperature/checksums.yaml +2 -0
  2717. dslighting-2.6.14/dslighting/registry/dabench-683-what-mean-temperature/config.yaml +16 -0
  2718. dslighting-2.6.14/dslighting/registry/dabench-683-what-mean-temperature/description.md +43 -0
  2719. dslighting-2.6.14/dslighting/registry/dabench-683-what-mean-temperature/grade.py +66 -0
  2720. dslighting-2.6.14/dslighting/registry/dabench-683-what-mean-temperature/prepare.py +49 -0
  2721. dslighting-2.6.14/dslighting/registry/dabench-684-does-humidity-level/checksums.yaml +2 -0
  2722. dslighting-2.6.14/dslighting/registry/dabench-684-does-humidity-level/config.yaml +16 -0
  2723. dslighting-2.6.14/dslighting/registry/dabench-684-does-humidity-level/description.md +43 -0
  2724. dslighting-2.6.14/dslighting/registry/dabench-684-does-humidity-level/grade.py +66 -0
  2725. dslighting-2.6.14/dslighting/registry/dabench-684-does-humidity-level/prepare.py +49 -0
  2726. dslighting-2.6.14/dslighting/registry/dabench-685-there-correlation-between/checksums.yaml +2 -0
  2727. dslighting-2.6.14/dslighting/registry/dabench-685-there-correlation-between/config.yaml +16 -0
  2728. dslighting-2.6.14/dslighting/registry/dabench-685-there-correlation-between/description.md +43 -0
  2729. dslighting-2.6.14/dslighting/registry/dabench-685-there-correlation-between/grade.py +66 -0
  2730. dslighting-2.6.14/dslighting/registry/dabench-685-there-correlation-between/prepare.py +49 -0
  2731. dslighting-2.6.14/dslighting/registry/dabench-688-using-feature-engineering/checksums.yaml +2 -0
  2732. dslighting-2.6.14/dslighting/registry/dabench-688-using-feature-engineering/config.yaml +16 -0
  2733. dslighting-2.6.14/dslighting/registry/dabench-688-using-feature-engineering/description.md +43 -0
  2734. dslighting-2.6.14/dslighting/registry/dabench-688-using-feature-engineering/grade.py +66 -0
  2735. dslighting-2.6.14/dslighting/registry/dabench-688-using-feature-engineering/prepare.py +49 -0
  2736. dslighting-2.6.14/dslighting/registry/dabench-69-feature-engineering-creating/checksums.yaml +2 -0
  2737. dslighting-2.6.14/dslighting/registry/dabench-69-feature-engineering-creating/config.yaml +16 -0
  2738. dslighting-2.6.14/dslighting/registry/dabench-69-feature-engineering-creating/description.md +43 -0
  2739. dslighting-2.6.14/dslighting/registry/dabench-69-feature-engineering-creating/grade.py +66 -0
  2740. dslighting-2.6.14/dslighting/registry/dabench-69-feature-engineering-creating/prepare.py +49 -0
  2741. dslighting-2.6.14/dslighting/registry/dabench-690-outlier-detection-wind/checksums.yaml +2 -0
  2742. dslighting-2.6.14/dslighting/registry/dabench-690-outlier-detection-wind/config.yaml +16 -0
  2743. dslighting-2.6.14/dslighting/registry/dabench-690-outlier-detection-wind/description.md +41 -0
  2744. dslighting-2.6.14/dslighting/registry/dabench-690-outlier-detection-wind/grade.py +66 -0
  2745. dslighting-2.6.14/dslighting/registry/dabench-690-outlier-detection-wind/prepare.py +49 -0
  2746. dslighting-2.6.14/dslighting/registry/dabench-7-linear-regression-algorithm/checksums.yaml +2 -0
  2747. dslighting-2.6.14/dslighting/registry/dabench-7-linear-regression-algorithm/config.yaml +16 -0
  2748. dslighting-2.6.14/dslighting/registry/dabench-7-linear-regression-algorithm/description.md +43 -0
  2749. dslighting-2.6.14/dslighting/registry/dabench-7-linear-regression-algorithm/grade.py +66 -0
  2750. dslighting-2.6.14/dslighting/registry/dabench-7-linear-regression-algorithm/prepare.py +49 -0
  2751. dslighting-2.6.14/dslighting/registry/dabench-70-machine-learning-training/checksums.yaml +2 -0
  2752. dslighting-2.6.14/dslighting/registry/dabench-70-machine-learning-training/config.yaml +16 -0
  2753. dslighting-2.6.14/dslighting/registry/dabench-70-machine-learning-training/description.md +43 -0
  2754. dslighting-2.6.14/dslighting/registry/dabench-70-machine-learning-training/grade.py +66 -0
  2755. dslighting-2.6.14/dslighting/registry/dabench-70-machine-learning-training/prepare.py +49 -0
  2756. dslighting-2.6.14/dslighting/registry/dabench-71-mean-standard-deviation/checksums.yaml +2 -0
  2757. dslighting-2.6.14/dslighting/registry/dabench-71-mean-standard-deviation/config.yaml +16 -0
  2758. dslighting-2.6.14/dslighting/registry/dabench-71-mean-standard-deviation/description.md +43 -0
  2759. dslighting-2.6.14/dslighting/registry/dabench-71-mean-standard-deviation/grade.py +66 -0
  2760. dslighting-2.6.14/dslighting/registry/dabench-71-mean-standard-deviation/prepare.py +49 -0
  2761. dslighting-2.6.14/dslighting/registry/dabench-710-what-mean-number/checksums.yaml +2 -0
  2762. dslighting-2.6.14/dslighting/registry/dabench-710-what-mean-number/config.yaml +16 -0
  2763. dslighting-2.6.14/dslighting/registry/dabench-710-what-mean-number/description.md +41 -0
  2764. dslighting-2.6.14/dslighting/registry/dabench-710-what-mean-number/grade.py +66 -0
  2765. dslighting-2.6.14/dslighting/registry/dabench-710-what-mean-number/prepare.py +49 -0
  2766. dslighting-2.6.14/dslighting/registry/dabench-715-what-percentage-missing/checksums.yaml +2 -0
  2767. dslighting-2.6.14/dslighting/registry/dabench-715-what-percentage-missing/config.yaml +16 -0
  2768. dslighting-2.6.14/dslighting/registry/dabench-715-what-percentage-missing/description.md +43 -0
  2769. dslighting-2.6.14/dslighting/registry/dabench-715-what-percentage-missing/grade.py +66 -0
  2770. dslighting-2.6.14/dslighting/registry/dabench-715-what-percentage-missing/prepare.py +49 -0
  2771. dslighting-2.6.14/dslighting/registry/dabench-716-data-preprocessing-dropping/checksums.yaml +2 -0
  2772. dslighting-2.6.14/dslighting/registry/dabench-716-data-preprocessing-dropping/config.yaml +16 -0
  2773. dslighting-2.6.14/dslighting/registry/dabench-716-data-preprocessing-dropping/description.md +47 -0
  2774. dslighting-2.6.14/dslighting/registry/dabench-716-data-preprocessing-dropping/grade.py +66 -0
  2775. dslighting-2.6.14/dslighting/registry/dabench-716-data-preprocessing-dropping/prepare.py +49 -0
  2776. dslighting-2.6.14/dslighting/registry/dabench-719-mean-median-column/checksums.yaml +2 -0
  2777. dslighting-2.6.14/dslighting/registry/dabench-719-mean-median-column/config.yaml +16 -0
  2778. dslighting-2.6.14/dslighting/registry/dabench-719-mean-median-column/description.md +43 -0
  2779. dslighting-2.6.14/dslighting/registry/dabench-719-mean-median-column/grade.py +66 -0
  2780. dslighting-2.6.14/dslighting/registry/dabench-719-mean-median-column/prepare.py +49 -0
  2781. dslighting-2.6.14/dslighting/registry/dabench-72-close-column-adheres/checksums.yaml +2 -0
  2782. dslighting-2.6.14/dslighting/registry/dabench-72-close-column-adheres/config.yaml +16 -0
  2783. dslighting-2.6.14/dslighting/registry/dabench-72-close-column-adheres/description.md +43 -0
  2784. dslighting-2.6.14/dslighting/registry/dabench-72-close-column-adheres/grade.py +66 -0
  2785. dslighting-2.6.14/dslighting/registry/dabench-72-close-column-adheres/prepare.py +49 -0
  2786. dslighting-2.6.14/dslighting/registry/dabench-721-find-correlation-coefficient/checksums.yaml +2 -0
  2787. dslighting-2.6.14/dslighting/registry/dabench-721-find-correlation-coefficient/config.yaml +16 -0
  2788. dslighting-2.6.14/dslighting/registry/dabench-721-find-correlation-coefficient/description.md +43 -0
  2789. dslighting-2.6.14/dslighting/registry/dabench-721-find-correlation-coefficient/grade.py +66 -0
  2790. dslighting-2.6.14/dslighting/registry/dabench-721-find-correlation-coefficient/prepare.py +49 -0
  2791. dslighting-2.6.14/dslighting/registry/dabench-722-identify-vehicle-with/checksums.yaml +2 -0
  2792. dslighting-2.6.14/dslighting/registry/dabench-722-identify-vehicle-with/config.yaml +16 -0
  2793. dslighting-2.6.14/dslighting/registry/dabench-722-identify-vehicle-with/description.md +43 -0
  2794. dslighting-2.6.14/dslighting/registry/dabench-722-identify-vehicle-with/grade.py +66 -0
  2795. dslighting-2.6.14/dslighting/registry/dabench-722-identify-vehicle-with/prepare.py +49 -0
  2796. dslighting-2.6.14/dslighting/registry/dabench-723-generate-feature-called/checksums.yaml +2 -0
  2797. dslighting-2.6.14/dslighting/registry/dabench-723-generate-feature-called/config.yaml +16 -0
  2798. dslighting-2.6.14/dslighting/registry/dabench-723-generate-feature-called/description.md +43 -0
  2799. dslighting-2.6.14/dslighting/registry/dabench-723-generate-feature-called/grade.py +66 -0
  2800. dslighting-2.6.14/dslighting/registry/dabench-723-generate-feature-called/prepare.py +49 -0
  2801. dslighting-2.6.14/dslighting/registry/dabench-724-outlier-detection-acceleration/checksums.yaml +2 -0
  2802. dslighting-2.6.14/dslighting/registry/dabench-724-outlier-detection-acceleration/config.yaml +16 -0
  2803. dslighting-2.6.14/dslighting/registry/dabench-724-outlier-detection-acceleration/description.md +43 -0
  2804. dslighting-2.6.14/dslighting/registry/dabench-724-outlier-detection-acceleration/grade.py +66 -0
  2805. dslighting-2.6.14/dslighting/registry/dabench-724-outlier-detection-acceleration/prepare.py +49 -0
  2806. dslighting-2.6.14/dslighting/registry/dabench-725-investigate-relationship-between/checksums.yaml +2 -0
  2807. dslighting-2.6.14/dslighting/registry/dabench-725-investigate-relationship-between/config.yaml +16 -0
  2808. dslighting-2.6.14/dslighting/registry/dabench-725-investigate-relationship-between/description.md +47 -0
  2809. dslighting-2.6.14/dslighting/registry/dabench-725-investigate-relationship-between/grade.py +66 -0
  2810. dslighting-2.6.14/dslighting/registry/dabench-725-investigate-relationship-between/prepare.py +49 -0
  2811. dslighting-2.6.14/dslighting/registry/dabench-726-comprehensive-data-preprocessing/checksums.yaml +2 -0
  2812. dslighting-2.6.14/dslighting/registry/dabench-726-comprehensive-data-preprocessing/config.yaml +16 -0
  2813. dslighting-2.6.14/dslighting/registry/dabench-726-comprehensive-data-preprocessing/description.md +47 -0
  2814. dslighting-2.6.14/dslighting/registry/dabench-726-comprehensive-data-preprocessing/grade.py +66 -0
  2815. dslighting-2.6.14/dslighting/registry/dabench-726-comprehensive-data-preprocessing/prepare.py +49 -0
  2816. dslighting-2.6.14/dslighting/registry/dabench-727-machine-learning-techniques/checksums.yaml +2 -0
  2817. dslighting-2.6.14/dslighting/registry/dabench-727-machine-learning-techniques/config.yaml +16 -0
  2818. dslighting-2.6.14/dslighting/registry/dabench-727-machine-learning-techniques/description.md +47 -0
  2819. dslighting-2.6.14/dslighting/registry/dabench-727-machine-learning-techniques/grade.py +66 -0
  2820. dslighting-2.6.14/dslighting/registry/dabench-727-machine-learning-techniques/prepare.py +49 -0
  2821. dslighting-2.6.14/dslighting/registry/dabench-729-does-distribution-capita/checksums.yaml +2 -0
  2822. dslighting-2.6.14/dslighting/registry/dabench-729-does-distribution-capita/config.yaml +16 -0
  2823. dslighting-2.6.14/dslighting/registry/dabench-729-does-distribution-capita/description.md +43 -0
  2824. dslighting-2.6.14/dslighting/registry/dabench-729-does-distribution-capita/grade.py +66 -0
  2825. dslighting-2.6.14/dslighting/registry/dabench-729-does-distribution-capita/prepare.py +49 -0
  2826. dslighting-2.6.14/dslighting/registry/dabench-73-correlation-coefficient-between/checksums.yaml +2 -0
  2827. dslighting-2.6.14/dslighting/registry/dabench-73-correlation-coefficient-between/config.yaml +16 -0
  2828. dslighting-2.6.14/dslighting/registry/dabench-73-correlation-coefficient-between/description.md +43 -0
  2829. dslighting-2.6.14/dslighting/registry/dabench-73-correlation-coefficient-between/grade.py +66 -0
  2830. dslighting-2.6.14/dslighting/registry/dabench-73-correlation-coefficient-between/prepare.py +49 -0
  2831. dslighting-2.6.14/dslighting/registry/dabench-730-there-correlation-between/checksums.yaml +2 -0
  2832. dslighting-2.6.14/dslighting/registry/dabench-730-there-correlation-between/config.yaml +16 -0
  2833. dslighting-2.6.14/dslighting/registry/dabench-730-there-correlation-between/description.md +43 -0
  2834. dslighting-2.6.14/dslighting/registry/dabench-730-there-correlation-between/grade.py +66 -0
  2835. dslighting-2.6.14/dslighting/registry/dabench-730-there-correlation-between/prepare.py +49 -0
  2836. dslighting-2.6.14/dslighting/registry/dabench-732-comprehensive-data-preprocessing/checksums.yaml +2 -0
  2837. dslighting-2.6.14/dslighting/registry/dabench-732-comprehensive-data-preprocessing/config.yaml +16 -0
  2838. dslighting-2.6.14/dslighting/registry/dabench-732-comprehensive-data-preprocessing/description.md +45 -0
  2839. dslighting-2.6.14/dslighting/registry/dabench-732-comprehensive-data-preprocessing/grade.py +66 -0
  2840. dslighting-2.6.14/dslighting/registry/dabench-732-comprehensive-data-preprocessing/prepare.py +49 -0
  2841. dslighting-2.6.14/dslighting/registry/dabench-733-feature-engineering-techniques/checksums.yaml +2 -0
  2842. dslighting-2.6.14/dslighting/registry/dabench-733-feature-engineering-techniques/config.yaml +16 -0
  2843. dslighting-2.6.14/dslighting/registry/dabench-733-feature-engineering-techniques/description.md +44 -0
  2844. dslighting-2.6.14/dslighting/registry/dabench-733-feature-engineering-techniques/grade.py +66 -0
  2845. dslighting-2.6.14/dslighting/registry/dabench-733-feature-engineering-techniques/prepare.py +49 -0
  2846. dslighting-2.6.14/dslighting/registry/dabench-734-there-correlation-between/checksums.yaml +2 -0
  2847. dslighting-2.6.14/dslighting/registry/dabench-734-there-correlation-between/config.yaml +16 -0
  2848. dslighting-2.6.14/dslighting/registry/dabench-734-there-correlation-between/description.md +43 -0
  2849. dslighting-2.6.14/dslighting/registry/dabench-734-there-correlation-between/grade.py +66 -0
  2850. dslighting-2.6.14/dslighting/registry/dabench-734-there-correlation-between/prepare.py +49 -0
  2851. dslighting-2.6.14/dslighting/registry/dabench-736-feature-combining-population/checksums.yaml +2 -0
  2852. dslighting-2.6.14/dslighting/registry/dabench-736-feature-combining-population/config.yaml +16 -0
  2853. dslighting-2.6.14/dslighting/registry/dabench-736-feature-combining-population/description.md +43 -0
  2854. dslighting-2.6.14/dslighting/registry/dabench-736-feature-combining-population/grade.py +66 -0
  2855. dslighting-2.6.14/dslighting/registry/dabench-736-feature-combining-population/prepare.py +49 -0
  2856. dslighting-2.6.14/dslighting/registry/dabench-737-mean-standard-deviation/checksums.yaml +2 -0
  2857. dslighting-2.6.14/dslighting/registry/dabench-737-mean-standard-deviation/config.yaml +16 -0
  2858. dslighting-2.6.14/dslighting/registry/dabench-737-mean-standard-deviation/description.md +43 -0
  2859. dslighting-2.6.14/dslighting/registry/dabench-737-mean-standard-deviation/grade.py +66 -0
  2860. dslighting-2.6.14/dslighting/registry/dabench-737-mean-standard-deviation/prepare.py +49 -0
  2861. dslighting-2.6.14/dslighting/registry/dabench-738-distribution-column-credit/checksums.yaml +2 -0
  2862. dslighting-2.6.14/dslighting/registry/dabench-738-distribution-column-credit/config.yaml +16 -0
  2863. dslighting-2.6.14/dslighting/registry/dabench-738-distribution-column-credit/description.md +43 -0
  2864. dslighting-2.6.14/dslighting/registry/dabench-738-distribution-column-credit/grade.py +66 -0
  2865. dslighting-2.6.14/dslighting/registry/dabench-738-distribution-column-credit/prepare.py +49 -0
  2866. dslighting-2.6.14/dslighting/registry/dabench-739-determine-correlation-coefficient/checksums.yaml +2 -0
  2867. dslighting-2.6.14/dslighting/registry/dabench-739-determine-correlation-coefficient/config.yaml +16 -0
  2868. dslighting-2.6.14/dslighting/registry/dabench-739-determine-correlation-coefficient/description.md +43 -0
  2869. dslighting-2.6.14/dslighting/registry/dabench-739-determine-correlation-coefficient/grade.py +66 -0
  2870. dslighting-2.6.14/dslighting/registry/dabench-739-determine-correlation-coefficient/prepare.py +49 -0
  2871. dslighting-2.6.14/dslighting/registry/dabench-740-identify-outliers-balance/checksums.yaml +2 -0
  2872. dslighting-2.6.14/dslighting/registry/dabench-740-identify-outliers-balance/config.yaml +16 -0
  2873. dslighting-2.6.14/dslighting/registry/dabench-740-identify-outliers-balance/description.md +43 -0
  2874. dslighting-2.6.14/dslighting/registry/dabench-740-identify-outliers-balance/grade.py +66 -0
  2875. dslighting-2.6.14/dslighting/registry/dabench-740-identify-outliers-balance/prepare.py +49 -0
  2876. dslighting-2.6.14/dslighting/registry/dabench-741-feature-credit-file/checksums.yaml +2 -0
  2877. dslighting-2.6.14/dslighting/registry/dabench-741-feature-credit-file/config.yaml +16 -0
  2878. dslighting-2.6.14/dslighting/registry/dabench-741-feature-credit-file/description.md +43 -0
  2879. dslighting-2.6.14/dslighting/registry/dabench-741-feature-credit-file/grade.py +66 -0
  2880. dslighting-2.6.14/dslighting/registry/dabench-741-feature-credit-file/prepare.py +49 -0
  2881. dslighting-2.6.14/dslighting/registry/dabench-743-comprehensive-data-preprocessing/checksums.yaml +2 -0
  2882. dslighting-2.6.14/dslighting/registry/dabench-743-comprehensive-data-preprocessing/config.yaml +16 -0
  2883. dslighting-2.6.14/dslighting/registry/dabench-743-comprehensive-data-preprocessing/description.md +47 -0
  2884. dslighting-2.6.14/dslighting/registry/dabench-743-comprehensive-data-preprocessing/grade.py +66 -0
  2885. dslighting-2.6.14/dslighting/registry/dabench-743-comprehensive-data-preprocessing/prepare.py +49 -0
  2886. dslighting-2.6.14/dslighting/registry/dabench-75-column-called-daily/checksums.yaml +2 -0
  2887. dslighting-2.6.14/dslighting/registry/dabench-75-column-called-daily/config.yaml +16 -0
  2888. dslighting-2.6.14/dslighting/registry/dabench-75-column-called-daily/description.md +45 -0
  2889. dslighting-2.6.14/dslighting/registry/dabench-75-column-called-daily/grade.py +66 -0
  2890. dslighting-2.6.14/dslighting/registry/dabench-75-column-called-daily/prepare.py +49 -0
  2891. dslighting-2.6.14/dslighting/registry/dabench-755-what-mean-value/checksums.yaml +2 -0
  2892. dslighting-2.6.14/dslighting/registry/dabench-755-what-mean-value/config.yaml +16 -0
  2893. dslighting-2.6.14/dslighting/registry/dabench-755-what-mean-value/description.md +43 -0
  2894. dslighting-2.6.14/dslighting/registry/dabench-755-what-mean-value/grade.py +66 -0
  2895. dslighting-2.6.14/dslighting/registry/dabench-755-what-mean-value/prepare.py +49 -0
  2896. dslighting-2.6.14/dslighting/registry/dabench-756-there-correlation-between/checksums.yaml +2 -0
  2897. dslighting-2.6.14/dslighting/registry/dabench-756-there-correlation-between/config.yaml +16 -0
  2898. dslighting-2.6.14/dslighting/registry/dabench-756-there-correlation-between/description.md +43 -0
  2899. dslighting-2.6.14/dslighting/registry/dabench-756-there-correlation-between/grade.py +66 -0
  2900. dslighting-2.6.14/dslighting/registry/dabench-756-there-correlation-between/prepare.py +49 -0
  2901. dslighting-2.6.14/dslighting/registry/dabench-757-there-outliers-observation/checksums.yaml +2 -0
  2902. dslighting-2.6.14/dslighting/registry/dabench-757-there-outliers-observation/config.yaml +16 -0
  2903. dslighting-2.6.14/dslighting/registry/dabench-757-there-outliers-observation/description.md +43 -0
  2904. dslighting-2.6.14/dslighting/registry/dabench-757-there-outliers-observation/grade.py +66 -0
  2905. dslighting-2.6.14/dslighting/registry/dabench-757-there-outliers-observation/prepare.py +49 -0
  2906. dslighting-2.6.14/dslighting/registry/dabench-759-median-range-maximum/checksums.yaml +2 -0
  2907. dslighting-2.6.14/dslighting/registry/dabench-759-median-range-maximum/config.yaml +16 -0
  2908. dslighting-2.6.14/dslighting/registry/dabench-759-median-range-maximum/description.md +46 -0
  2909. dslighting-2.6.14/dslighting/registry/dabench-759-median-range-maximum/grade.py +66 -0
  2910. dslighting-2.6.14/dslighting/registry/dabench-759-median-range-maximum/prepare.py +49 -0
  2911. dslighting-2.6.14/dslighting/registry/dabench-760-each-station-there/checksums.yaml +2 -0
  2912. dslighting-2.6.14/dslighting/registry/dabench-760-each-station-there/config.yaml +16 -0
  2913. dslighting-2.6.14/dslighting/registry/dabench-760-each-station-there/description.md +45 -0
  2914. dslighting-2.6.14/dslighting/registry/dabench-760-each-station-there/grade.py +66 -0
  2915. dslighting-2.6.14/dslighting/registry/dabench-760-each-station-there/prepare.py +49 -0
  2916. dslighting-2.6.14/dslighting/registry/dabench-77-comprehensive-data-preprocessing/checksums.yaml +2 -0
  2917. dslighting-2.6.14/dslighting/registry/dabench-77-comprehensive-data-preprocessing/config.yaml +16 -0
  2918. dslighting-2.6.14/dslighting/registry/dabench-77-comprehensive-data-preprocessing/description.md +45 -0
  2919. dslighting-2.6.14/dslighting/registry/dabench-77-comprehensive-data-preprocessing/grade.py +66 -0
  2920. dslighting-2.6.14/dslighting/registry/dabench-77-comprehensive-data-preprocessing/prepare.py +49 -0
  2921. dslighting-2.6.14/dslighting/registry/dabench-8-distribution-analysis-fare/checksums.yaml +2 -0
  2922. dslighting-2.6.14/dslighting/registry/dabench-8-distribution-analysis-fare/config.yaml +16 -0
  2923. dslighting-2.6.14/dslighting/registry/dabench-8-distribution-analysis-fare/description.md +45 -0
  2924. dslighting-2.6.14/dslighting/registry/dabench-8-distribution-analysis-fare/grade.py +66 -0
  2925. dslighting-2.6.14/dslighting/registry/dabench-8-distribution-analysis-fare/prepare.py +49 -0
  2926. dslighting-2.6.14/dslighting/registry/dabench-9-mean-value-close/checksums.yaml +2 -0
  2927. dslighting-2.6.14/dslighting/registry/dabench-9-mean-value-close/config.yaml +16 -0
  2928. dslighting-2.6.14/dslighting/registry/dabench-9-mean-value-close/description.md +43 -0
  2929. dslighting-2.6.14/dslighting/registry/dabench-9-mean-value-close/grade.py +66 -0
  2930. dslighting-2.6.14/dslighting/registry/dabench-9-mean-value-close/prepare.py +49 -0
  2931. dslighting-2.6.14/dslighting/registry/demand-forecasting-kernels-only/__init__.py +0 -0
  2932. dslighting-2.6.14/dslighting/registry/demand-forecasting-kernels-only/config.yaml +15 -0
  2933. dslighting-2.6.14/dslighting/registry/demand-forecasting-kernels-only/description.md +44 -0
  2934. dslighting-2.6.14/dslighting/registry/demand-forecasting-kernels-only/grade.py +66 -0
  2935. dslighting-2.6.14/dslighting/registry/demand-forecasting-kernels-only/prepare.py +27 -0
  2936. dslighting-2.6.14/dslighting/registry/demand_forecasting_kernels_only/__init__.py +0 -0
  2937. dslighting-2.6.14/dslighting/registry/demand_forecasting_kernels_only/grade.py +66 -0
  2938. dslighting-2.6.14/dslighting/registry/demand_forecasting_kernels_only/prepare.py +27 -0
  2939. dslighting-2.6.14/dslighting/registry/denoising-dirty-documents/checksums.yaml +5 -0
  2940. dslighting-2.6.14/dslighting/registry/denoising-dirty-documents/config.yaml +16 -0
  2941. dslighting-2.6.14/dslighting/registry/denoising-dirty-documents/description.md +59 -0
  2942. dslighting-2.6.14/dslighting/registry/denoising-dirty-documents/description_obfuscated.md +23 -0
  2943. dslighting-2.6.14/dslighting/registry/denoising-dirty-documents/grade.py +44 -0
  2944. dslighting-2.6.14/dslighting/registry/denoising-dirty-documents/prepare.py +134 -0
  2945. dslighting-2.6.14/dslighting/registry/denoising-dirty-documents/prepare_val.py +178 -0
  2946. dslighting-2.6.14/dslighting/registry/detecting-insults-in-social-commentary/checksums.yaml +8 -0
  2947. dslighting-2.6.14/dslighting/registry/detecting-insults-in-social-commentary/config.yaml +23 -0
  2948. dslighting-2.6.14/dslighting/registry/detecting-insults-in-social-commentary/description.md +164 -0
  2949. dslighting-2.6.14/dslighting/registry/detecting-insults-in-social-commentary/description_obfuscated.md +31 -0
  2950. dslighting-2.6.14/dslighting/registry/detecting-insults-in-social-commentary/grade.py +11 -0
  2951. dslighting-2.6.14/dslighting/registry/detecting-insults-in-social-commentary/prepare.py +72 -0
  2952. dslighting-2.6.14/dslighting/registry/detecting-insults-in-social-commentary/prepare_val.py +128 -0
  2953. dslighting-2.6.14/dslighting/registry/dog-breed-identification/checksums.yaml +6 -0
  2954. dslighting-2.6.14/dslighting/registry/dog-breed-identification/config.yaml +16 -0
  2955. dslighting-2.6.14/dslighting/registry/dog-breed-identification/description.md +169 -0
  2956. dslighting-2.6.14/dslighting/registry/dog-breed-identification/description_obfuscated.md +23 -0
  2957. dslighting-2.6.14/dslighting/registry/dog-breed-identification/dogs.py +124 -0
  2958. dslighting-2.6.14/dslighting/registry/dog-breed-identification/grade.py +42 -0
  2959. dslighting-2.6.14/dslighting/registry/dog-breed-identification/prepare.py +55 -0
  2960. dslighting-2.6.14/dslighting/registry/dog-breed-identification/prepare_val.py +104 -0
  2961. dslighting-2.6.14/dslighting/registry/dogs-vs-cats-redux-kernels-edition/checksums.yaml +5 -0
  2962. dslighting-2.6.14/dslighting/registry/dogs-vs-cats-redux-kernels-edition/config.yaml +16 -0
  2963. dslighting-2.6.14/dslighting/registry/dogs-vs-cats-redux-kernels-edition/description.md +50 -0
  2964. dslighting-2.6.14/dslighting/registry/dogs-vs-cats-redux-kernels-edition/description_obfuscated.md +23 -0
  2965. dslighting-2.6.14/dslighting/registry/dogs-vs-cats-redux-kernels-edition/grade.py +43 -0
  2966. dslighting-2.6.14/dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare.py +70 -0
  2967. dslighting-2.6.14/dslighting/registry/dogs-vs-cats-redux-kernels-edition/prepare_val.py +143 -0
  2968. dslighting-2.6.14/dslighting/registry/ethanol-concentration/checksums.yaml +3 -0
  2969. dslighting-2.6.14/dslighting/registry/ethanol-concentration/config.yaml +16 -0
  2970. dslighting-2.6.14/dslighting/registry/ethanol-concentration/description.md +64 -0
  2971. dslighting-2.6.14/dslighting/registry/ethanol-concentration/grade.py +23 -0
  2972. dslighting-2.6.14/dslighting/registry/ethanol-concentration/prepare.py +90 -0
  2973. dslighting-2.6.14/dslighting/registry/facebook-recruiting-iii-keyword-extraction/checksums.yaml +7 -0
  2974. dslighting-2.6.14/dslighting/registry/facebook-recruiting-iii-keyword-extraction/config.yaml +16 -0
  2975. dslighting-2.6.14/dslighting/registry/facebook-recruiting-iii-keyword-extraction/description.md +74 -0
  2976. dslighting-2.6.14/dslighting/registry/facebook-recruiting-iii-keyword-extraction/description_obfuscated.md +33 -0
  2977. dslighting-2.6.14/dslighting/registry/facebook-recruiting-iii-keyword-extraction/grade.py +60 -0
  2978. dslighting-2.6.14/dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare.py +41 -0
  2979. dslighting-2.6.14/dslighting/registry/facebook-recruiting-iii-keyword-extraction/prepare_val.py +92 -0
  2980. dslighting-2.6.14/dslighting/registry/feedback-prize-english-language-learning/__init__.py +0 -0
  2981. dslighting-2.6.14/dslighting/registry/feedback-prize-english-language-learning/config.yaml +15 -0
  2982. dslighting-2.6.14/dslighting/registry/feedback-prize-english-language-learning/description.md +43 -0
  2983. dslighting-2.6.14/dslighting/registry/feedback-prize-english-language-learning/grade.py +60 -0
  2984. dslighting-2.6.14/dslighting/registry/feedback-prize-english-language-learning/prepare.py +39 -0
  2985. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/checksums.yaml +7 -0
  2986. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/config.yaml +24 -0
  2987. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/description.md +276 -0
  2988. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/description_obfuscated.md +42 -0
  2989. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/grade.py +64 -0
  2990. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/prepare.py +94 -0
  2991. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/prepare_val.py +175 -0
  2992. dslighting-2.6.14/dslighting/registry/freesound-audio-tagging-2019/vocabulary.py +83 -0
  2993. dslighting-2.6.14/dslighting/registry/google-quest-challenge/checksums.yaml +7 -0
  2994. dslighting-2.6.14/dslighting/registry/google-quest-challenge/classes.py +32 -0
  2995. dslighting-2.6.14/dslighting/registry/google-quest-challenge/config.yaml +26 -0
  2996. dslighting-2.6.14/dslighting/registry/google-quest-challenge/description.md +83 -0
  2997. dslighting-2.6.14/dslighting/registry/google-quest-challenge/description_obfuscated.md +29 -0
  2998. dslighting-2.6.14/dslighting/registry/google-quest-challenge/grade.py +45 -0
  2999. dslighting-2.6.14/dslighting/registry/google-quest-challenge/prepare.py +58 -0
  3000. dslighting-2.6.14/dslighting/registry/google-quest-challenge/prepare_val.py +120 -0
  3001. dslighting-2.6.14/dslighting/registry/google-research-identify-contrails-reduce-global-warming/checksums.yaml +7 -0
  3002. dslighting-2.6.14/dslighting/registry/google-research-identify-contrails-reduce-global-warming/config.yaml +28 -0
  3003. dslighting-2.6.14/dslighting/registry/google-research-identify-contrails-reduce-global-warming/description.md +129 -0
  3004. dslighting-2.6.14/dslighting/registry/google-research-identify-contrails-reduce-global-warming/description_obfuscated.md +51 -0
  3005. dslighting-2.6.14/dslighting/registry/google-research-identify-contrails-reduce-global-warming/grade.py +77 -0
  3006. dslighting-2.6.14/dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare.py +155 -0
  3007. dslighting-2.6.14/dslighting/registry/google-research-identify-contrails-reduce-global-warming/prepare_val.py +211 -0
  3008. dslighting-2.6.14/dslighting/registry/h-and-m-personalized-fashion-recommendations/checksums.yaml +8 -0
  3009. dslighting-2.6.14/dslighting/registry/h-and-m-personalized-fashion-recommendations/config.yaml +28 -0
  3010. dslighting-2.6.14/dslighting/registry/h-and-m-personalized-fashion-recommendations/description.md +74 -0
  3011. dslighting-2.6.14/dslighting/registry/h-and-m-personalized-fashion-recommendations/description_obfuscated.md +34 -0
  3012. dslighting-2.6.14/dslighting/registry/h-and-m-personalized-fashion-recommendations/grade.py +42 -0
  3013. dslighting-2.6.14/dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare.py +102 -0
  3014. dslighting-2.6.14/dslighting/registry/h-and-m-personalized-fashion-recommendations/prepare_val.py +132 -0
  3015. dslighting-2.6.14/dslighting/registry/handwriting/checksums.yaml +3 -0
  3016. dslighting-2.6.14/dslighting/registry/handwriting/config.yaml +16 -0
  3017. dslighting-2.6.14/dslighting/registry/handwriting/description.md +39 -0
  3018. dslighting-2.6.14/dslighting/registry/handwriting/grade.py +23 -0
  3019. dslighting-2.6.14/dslighting/registry/handwriting/prepare.py +179 -0
  3020. dslighting-2.6.14/dslighting/registry/herbarium-2020-fgvc7/checksums.yaml +5 -0
  3021. dslighting-2.6.14/dslighting/registry/herbarium-2020-fgvc7/config.yaml +16 -0
  3022. dslighting-2.6.14/dslighting/registry/herbarium-2020-fgvc7/description.md +159 -0
  3023. dslighting-2.6.14/dslighting/registry/herbarium-2020-fgvc7/description_obfuscated.md +27 -0
  3024. dslighting-2.6.14/dslighting/registry/herbarium-2020-fgvc7/grade.py +34 -0
  3025. dslighting-2.6.14/dslighting/registry/herbarium-2020-fgvc7/prepare.py +251 -0
  3026. dslighting-2.6.14/dslighting/registry/herbarium-2020-fgvc7/prepare_val.py +242 -0
  3027. dslighting-2.6.14/dslighting/registry/herbarium-2021-fgvc8/checksums.yaml +5 -0
  3028. dslighting-2.6.14/dslighting/registry/herbarium-2021-fgvc8/config.yaml +16 -0
  3029. dslighting-2.6.14/dslighting/registry/herbarium-2021-fgvc8/description.md +168 -0
  3030. dslighting-2.6.14/dslighting/registry/herbarium-2021-fgvc8/description_obfuscated.md +27 -0
  3031. dslighting-2.6.14/dslighting/registry/herbarium-2021-fgvc8/grade.py +34 -0
  3032. dslighting-2.6.14/dslighting/registry/herbarium-2021-fgvc8/prepare.py +251 -0
  3033. dslighting-2.6.14/dslighting/registry/herbarium-2021-fgvc8/prepare_val.py +222 -0
  3034. dslighting-2.6.14/dslighting/registry/herbarium-2022-fgvc9/checksums.yaml +7 -0
  3035. dslighting-2.6.14/dslighting/registry/herbarium-2022-fgvc9/config.yaml +16 -0
  3036. dslighting-2.6.14/dslighting/registry/herbarium-2022-fgvc9/description.md +154 -0
  3037. dslighting-2.6.14/dslighting/registry/herbarium-2022-fgvc9/description_obfuscated.md +28 -0
  3038. dslighting-2.6.14/dslighting/registry/herbarium-2022-fgvc9/grade.py +31 -0
  3039. dslighting-2.6.14/dslighting/registry/herbarium-2022-fgvc9/prepare.py +233 -0
  3040. dslighting-2.6.14/dslighting/registry/herbarium-2022-fgvc9/prepare_val.py +213 -0
  3041. dslighting-2.6.14/dslighting/registry/histopathologic-cancer-detection/checksums.yaml +6 -0
  3042. dslighting-2.6.14/dslighting/registry/histopathologic-cancer-detection/config.yaml +16 -0
  3043. dslighting-2.6.14/dslighting/registry/histopathologic-cancer-detection/description.md +63 -0
  3044. dslighting-2.6.14/dslighting/registry/histopathologic-cancer-detection/description_obfuscated.md +23 -0
  3045. dslighting-2.6.14/dslighting/registry/histopathologic-cancer-detection/grade.py +12 -0
  3046. dslighting-2.6.14/dslighting/registry/histopathologic-cancer-detection/prepare.py +59 -0
  3047. dslighting-2.6.14/dslighting/registry/histopathologic-cancer-detection/prepare_val.py +131 -0
  3048. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/checksums.yaml +8 -0
  3049. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/config.yaml +27 -0
  3050. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/constants.py +9 -0
  3051. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/description.md +166 -0
  3052. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/description_obfuscated.md +56 -0
  3053. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/grade.py +43 -0
  3054. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/kaggle_metric_utilities.py +96 -0
  3055. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/kullback_leibler_divergence.py +118 -0
  3056. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/prepare.py +121 -0
  3057. dslighting-2.6.14/dslighting/registry/hms-harmful-brain-activity-classification/prepare_val.py +190 -0
  3058. dslighting-2.6.14/dslighting/registry/hotel-id-2021-fgvc8/checksums.yaml +6 -0
  3059. dslighting-2.6.14/dslighting/registry/hotel-id-2021-fgvc8/config.yaml +16 -0
  3060. dslighting-2.6.14/dslighting/registry/hotel-id-2021-fgvc8/description.md +120 -0
  3061. dslighting-2.6.14/dslighting/registry/hotel-id-2021-fgvc8/description_obfuscated.md +40 -0
  3062. dslighting-2.6.14/dslighting/registry/hotel-id-2021-fgvc8/grade.py +41 -0
  3063. dslighting-2.6.14/dslighting/registry/hotel-id-2021-fgvc8/prepare.py +63 -0
  3064. dslighting-2.6.14/dslighting/registry/hotel-id-2021-fgvc8/prepare_val.py +132 -0
  3065. dslighting-2.6.14/dslighting/registry/hubmap-kidney-segmentation/checksums.yaml +8 -0
  3066. dslighting-2.6.14/dslighting/registry/hubmap-kidney-segmentation/config.yaml +29 -0
  3067. dslighting-2.6.14/dslighting/registry/hubmap-kidney-segmentation/description.md +211 -0
  3068. dslighting-2.6.14/dslighting/registry/hubmap-kidney-segmentation/description_obfuscated.md +46 -0
  3069. dslighting-2.6.14/dslighting/registry/hubmap-kidney-segmentation/grade.py +62 -0
  3070. dslighting-2.6.14/dslighting/registry/hubmap-kidney-segmentation/prepare.py +108 -0
  3071. dslighting-2.6.14/dslighting/registry/hubmap-kidney-segmentation/prepare_val.py +153 -0
  3072. dslighting-2.6.14/dslighting/registry/icecube-neutrinos-in-deep-ice/checksums.yaml +8 -0
  3073. dslighting-2.6.14/dslighting/registry/icecube-neutrinos-in-deep-ice/config.yaml +34 -0
  3074. dslighting-2.6.14/dslighting/registry/icecube-neutrinos-in-deep-ice/description.md +231 -0
  3075. dslighting-2.6.14/dslighting/registry/icecube-neutrinos-in-deep-ice/description_obfuscated.md +48 -0
  3076. dslighting-2.6.14/dslighting/registry/icecube-neutrinos-in-deep-ice/grade.py +111 -0
  3077. dslighting-2.6.14/dslighting/registry/icecube-neutrinos-in-deep-ice/prepare.py +127 -0
  3078. dslighting-2.6.14/dslighting/registry/icecube-neutrinos-in-deep-ice/prepare_val.py +183 -0
  3079. dslighting-2.6.14/dslighting/registry/ili/checksums.yaml +3 -0
  3080. dslighting-2.6.14/dslighting/registry/ili/config.yaml +16 -0
  3081. dslighting-2.6.14/dslighting/registry/ili/description.md +61 -0
  3082. dslighting-2.6.14/dslighting/registry/ili/grade.py +60 -0
  3083. dslighting-2.6.14/dslighting/registry/ili/prepare.py +99 -0
  3084. dslighting-2.6.14/dslighting/registry/imet-2020-fgvc7/checksums.yaml +7 -0
  3085. dslighting-2.6.14/dslighting/registry/imet-2020-fgvc7/config.yaml +16 -0
  3086. dslighting-2.6.14/dslighting/registry/imet-2020-fgvc7/description.md +81 -0
  3087. dslighting-2.6.14/dslighting/registry/imet-2020-fgvc7/description_obfuscated.md +29 -0
  3088. dslighting-2.6.14/dslighting/registry/imet-2020-fgvc7/grade.py +54 -0
  3089. dslighting-2.6.14/dslighting/registry/imet-2020-fgvc7/prepare.py +77 -0
  3090. dslighting-2.6.14/dslighting/registry/imet-2020-fgvc7/prepare_val.py +157 -0
  3091. dslighting-2.6.14/dslighting/registry/inaturalist-2019-fgvc6/checksums.yaml +8 -0
  3092. dslighting-2.6.14/dslighting/registry/inaturalist-2019-fgvc6/config.yaml +16 -0
  3093. dslighting-2.6.14/dslighting/registry/inaturalist-2019-fgvc6/description.md +122 -0
  3094. dslighting-2.6.14/dslighting/registry/inaturalist-2019-fgvc6/description_obfuscated.md +31 -0
  3095. dslighting-2.6.14/dslighting/registry/inaturalist-2019-fgvc6/grade.py +35 -0
  3096. dslighting-2.6.14/dslighting/registry/inaturalist-2019-fgvc6/prepare.py +259 -0
  3097. dslighting-2.6.14/dslighting/registry/inaturalist-2019-fgvc6/prepare_val.py +304 -0
  3098. dslighting-2.6.14/dslighting/registry/instant-gratification/__init__.py +0 -0
  3099. dslighting-2.6.14/dslighting/registry/instant-gratification/config.yaml +15 -0
  3100. dslighting-2.6.14/dslighting/registry/instant-gratification/description.md +37 -0
  3101. dslighting-2.6.14/dslighting/registry/instant-gratification/grade.py +55 -0
  3102. dslighting-2.6.14/dslighting/registry/instant-gratification/prepare.py +25 -0
  3103. dslighting-2.6.14/dslighting/registry/instant_gratification/__init__.py +0 -0
  3104. dslighting-2.6.14/dslighting/registry/instant_gratification/grade.py +55 -0
  3105. dslighting-2.6.14/dslighting/registry/instant_gratification/prepare.py +25 -0
  3106. dslighting-2.6.14/dslighting/registry/invasive-species-monitoring/checksums.yaml +5 -0
  3107. dslighting-2.6.14/dslighting/registry/invasive-species-monitoring/config.yaml +16 -0
  3108. dslighting-2.6.14/dslighting/registry/invasive-species-monitoring/description.md +55 -0
  3109. dslighting-2.6.14/dslighting/registry/invasive-species-monitoring/description_obfuscated.md +33 -0
  3110. dslighting-2.6.14/dslighting/registry/invasive-species-monitoring/grade.py +11 -0
  3111. dslighting-2.6.14/dslighting/registry/invasive-species-monitoring/prepare.py +97 -0
  3112. dslighting-2.6.14/dslighting/registry/invasive-species-monitoring/prepare_val.py +164 -0
  3113. dslighting-2.6.14/dslighting/registry/iwildcam-2019-fgvc6/checksums.yaml +8 -0
  3114. dslighting-2.6.14/dslighting/registry/iwildcam-2019-fgvc6/config.yaml +16 -0
  3115. dslighting-2.6.14/dslighting/registry/iwildcam-2019-fgvc6/description.md +109 -0
  3116. dslighting-2.6.14/dslighting/registry/iwildcam-2019-fgvc6/description_obfuscated.md +52 -0
  3117. dslighting-2.6.14/dslighting/registry/iwildcam-2019-fgvc6/grade.py +44 -0
  3118. dslighting-2.6.14/dslighting/registry/iwildcam-2019-fgvc6/prepare.py +118 -0
  3119. dslighting-2.6.14/dslighting/registry/iwildcam-2019-fgvc6/prepare_val.py +194 -0
  3120. dslighting-2.6.14/dslighting/registry/iwildcam-2020-fgvc7/checksums.yaml +8 -0
  3121. dslighting-2.6.14/dslighting/registry/iwildcam-2020-fgvc7/config.yaml +16 -0
  3122. dslighting-2.6.14/dslighting/registry/iwildcam-2020-fgvc7/description.md +89 -0
  3123. dslighting-2.6.14/dslighting/registry/iwildcam-2020-fgvc7/description_obfuscated.md +29 -0
  3124. dslighting-2.6.14/dslighting/registry/iwildcam-2020-fgvc7/grade.py +11 -0
  3125. dslighting-2.6.14/dslighting/registry/iwildcam-2020-fgvc7/prepare.py +164 -0
  3126. dslighting-2.6.14/dslighting/registry/iwildcam-2020-fgvc7/prepare_val.py +245 -0
  3127. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/checksums.yaml +7 -0
  3128. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/classes.py +1 -0
  3129. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/config.yaml +22 -0
  3130. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/description.md +69 -0
  3131. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/description_obfuscated.md +24 -0
  3132. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/grade.py +54 -0
  3133. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare.py +42 -0
  3134. dslighting-2.6.14/dslighting/registry/jigsaw-toxic-comment-classification-challenge/prepare_val.py +88 -0
  3135. dslighting-2.6.14/dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/checksums.yaml +7 -0
  3136. dslighting-2.6.14/dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/config.yaml +36 -0
  3137. dslighting-2.6.14/dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description.md +286 -0
  3138. dslighting-2.6.14/dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/description_obfuscated.md +85 -0
  3139. dslighting-2.6.14/dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/grade.py +153 -0
  3140. dslighting-2.6.14/dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare.py +36 -0
  3141. dslighting-2.6.14/dslighting/registry/jigsaw-unintended-bias-in-toxicity-classification/prepare_val.py +117 -0
  3142. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/checksums.yaml +8 -0
  3143. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/config.yaml +27 -0
  3144. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/description.md +124 -0
  3145. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/description_obfuscated.md +36 -0
  3146. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/grade.py +58 -0
  3147. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/kuzushiji_metric.py +118 -0
  3148. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/prepare.py +92 -0
  3149. dslighting-2.6.14/dslighting/registry/kuzushiji-recognition/prepare_val.py +149 -0
  3150. dslighting-2.6.14/dslighting/registry/leaf-classification/checksums.yaml +7 -0
  3151. dslighting-2.6.14/dslighting/registry/leaf-classification/classes.py +101 -0
  3152. dslighting-2.6.14/dslighting/registry/leaf-classification/config.yaml +16 -0
  3153. dslighting-2.6.14/dslighting/registry/leaf-classification/description.md +70 -0
  3154. dslighting-2.6.14/dslighting/registry/leaf-classification/description_obfuscated.md +41 -0
  3155. dslighting-2.6.14/dslighting/registry/leaf-classification/grade.py +44 -0
  3156. dslighting-2.6.14/dslighting/registry/leaf-classification/prepare.py +60 -0
  3157. dslighting-2.6.14/dslighting/registry/leaf-classification/prepare_val.py +116 -0
  3158. dslighting-2.6.14/dslighting/registry/learning-agency-lab-automated-essay-scoring-2/checksums.yaml +7 -0
  3159. dslighting-2.6.14/dslighting/registry/learning-agency-lab-automated-essay-scoring-2/config.yaml +28 -0
  3160. dslighting-2.6.14/dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description.md +153 -0
  3161. dslighting-2.6.14/dslighting/registry/learning-agency-lab-automated-essay-scoring-2/description_obfuscated.md +30 -0
  3162. dslighting-2.6.14/dslighting/registry/learning-agency-lab-automated-essay-scoring-2/grade.py +44 -0
  3163. dslighting-2.6.14/dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare.py +51 -0
  3164. dslighting-2.6.14/dslighting/registry/learning-agency-lab-automated-essay-scoring-2/prepare_val.py +96 -0
  3165. dslighting-2.6.14/dslighting/registry/liverpool-ion-switching/__init__.py +0 -0
  3166. dslighting-2.6.14/dslighting/registry/liverpool-ion-switching/config.yaml +15 -0
  3167. dslighting-2.6.14/dslighting/registry/liverpool-ion-switching/description.md +44 -0
  3168. dslighting-2.6.14/dslighting/registry/liverpool-ion-switching/grade.py +52 -0
  3169. dslighting-2.6.14/dslighting/registry/liverpool-ion-switching/prepare.py +27 -0
  3170. dslighting-2.6.14/dslighting/registry/liverpool_ion_switching/__init__.py +0 -0
  3171. dslighting-2.6.14/dslighting/registry/liverpool_ion_switching/grade.py +52 -0
  3172. dslighting-2.6.14/dslighting/registry/liverpool_ion_switching/prepare.py +27 -0
  3173. dslighting-2.6.14/dslighting/registry/lmsys-chatbot-arena/checksums.yaml +7 -0
  3174. dslighting-2.6.14/dslighting/registry/lmsys-chatbot-arena/config.yaml +26 -0
  3175. dslighting-2.6.14/dslighting/registry/lmsys-chatbot-arena/description.md +98 -0
  3176. dslighting-2.6.14/dslighting/registry/lmsys-chatbot-arena/description_obfuscated.md +40 -0
  3177. dslighting-2.6.14/dslighting/registry/lmsys-chatbot-arena/grade.py +63 -0
  3178. dslighting-2.6.14/dslighting/registry/lmsys-chatbot-arena/prepare.py +52 -0
  3179. dslighting-2.6.14/dslighting/registry/lmsys-chatbot-arena/prepare_val.py +115 -0
  3180. dslighting-2.6.14/dslighting/registry/mcm-2025-c/config.yaml +8 -0
  3181. dslighting-2.6.14/dslighting/registry/mcm-2025-c/description.md +3 -0
  3182. dslighting-2.6.14/dslighting/registry/mcm-2025-c/eda_report.md +61 -0
  3183. dslighting-2.6.14/dslighting/registry/mcm-2025-c/report.md +32 -0
  3184. dslighting-2.6.14/dslighting/registry/mcm_2024_c/config.yaml +8 -0
  3185. dslighting-2.6.14/dslighting/registry/mcm_2024_c/description.md +1 -0
  3186. dslighting-2.6.14/dslighting/registry/mcm_2024_c/report.md +128 -0
  3187. dslighting-2.6.14/dslighting/registry/mcm_2024_c/rubric.md +0 -0
  3188. dslighting-2.6.14/dslighting/registry/mcm_2024_c_test/config.yaml +16 -0
  3189. dslighting-2.6.14/dslighting/registry/mcm_2024_c_test/description.md +3 -0
  3190. dslighting-2.6.14/dslighting/registry/mcm_2024_c_test/grade.py +107 -0
  3191. dslighting-2.6.14/dslighting/registry/mcm_2024_c_test/prepare.py +2 -0
  3192. dslighting-2.6.14/dslighting/registry/mcm_2024_c_test/report.md +76 -0
  3193. dslighting-2.6.14/dslighting/registry/mcm_2024_c_test/rubric.md +3 -0
  3194. dslighting-2.6.14/dslighting/registry/ml2021spring-hw2/checksums.yaml +5 -0
  3195. dslighting-2.6.14/dslighting/registry/ml2021spring-hw2/config.yaml +16 -0
  3196. dslighting-2.6.14/dslighting/registry/ml2021spring-hw2/description.md +35 -0
  3197. dslighting-2.6.14/dslighting/registry/ml2021spring-hw2/description_obfuscated.md +7 -0
  3198. dslighting-2.6.14/dslighting/registry/ml2021spring-hw2/grade.py +11 -0
  3199. dslighting-2.6.14/dslighting/registry/ml2021spring-hw2/prepare.py +58 -0
  3200. dslighting-2.6.14/dslighting/registry/ml2021spring-hw2/prepare_val.py +135 -0
  3201. dslighting-2.6.14/dslighting/registry/mlsp-2013-birds/checksums.yaml +5 -0
  3202. dslighting-2.6.14/dslighting/registry/mlsp-2013-birds/config.yaml +22 -0
  3203. dslighting-2.6.14/dslighting/registry/mlsp-2013-birds/description.md +269 -0
  3204. dslighting-2.6.14/dslighting/registry/mlsp-2013-birds/description_obfuscated.md +135 -0
  3205. dslighting-2.6.14/dslighting/registry/mlsp-2013-birds/grade.py +11 -0
  3206. dslighting-2.6.14/dslighting/registry/mlsp-2013-birds/prepare.py +182 -0
  3207. dslighting-2.6.14/dslighting/registry/mlsp-2013-birds/prepare_val.py +241 -0
  3208. dslighting-2.6.14/dslighting/registry/movie-review-sentiment-analysis-kernels-only/checksums.yaml +5 -0
  3209. dslighting-2.6.14/dslighting/registry/movie-review-sentiment-analysis-kernels-only/config.yaml +16 -0
  3210. dslighting-2.6.14/dslighting/registry/movie-review-sentiment-analysis-kernels-only/description.md +72 -0
  3211. dslighting-2.6.14/dslighting/registry/movie-review-sentiment-analysis-kernels-only/description_obfuscated.md +35 -0
  3212. dslighting-2.6.14/dslighting/registry/movie-review-sentiment-analysis-kernels-only/grade.py +11 -0
  3213. dslighting-2.6.14/dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare.py +58 -0
  3214. dslighting-2.6.14/dslighting/registry/movie-review-sentiment-analysis-kernels-only/prepare_val.py +120 -0
  3215. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/checksums.yaml +7 -0
  3216. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/config.yaml +28 -0
  3217. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/description.md +324 -0
  3218. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/description_obfuscated.md +133 -0
  3219. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/grade.py +58 -0
  3220. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/leaderboard_readme.md +35 -0
  3221. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/prepare.py +85 -0
  3222. dslighting-2.6.14/dslighting/registry/multi-modal-gesture-recognition/prepare_val.py +139 -0
  3223. dslighting-2.6.14/dslighting/registry/my-custom-task-01/config.yaml +15 -0
  3224. dslighting-2.6.14/dslighting/registry/my-custom-task-01/description.md +51 -0
  3225. dslighting-2.6.14/dslighting/registry/my-custom-task-01/prepare.py +2 -0
  3226. dslighting-2.6.14/dslighting/registry/my-custom-task-01/report.md +74 -0
  3227. dslighting-2.6.14/dslighting/registry/new-my-task-01/config.yaml +15 -0
  3228. dslighting-2.6.14/dslighting/registry/new-my-task-01/description.md +5 -0
  3229. dslighting-2.6.14/dslighting/registry/new-my-task-01/prepare.py +2 -0
  3230. dslighting-2.6.14/dslighting/registry/new-my-task-01/report.md +120 -0
  3231. dslighting-2.6.14/dslighting/registry/new-my-task-02/config.yaml +9 -0
  3232. dslighting-2.6.14/dslighting/registry/new-my-task-02/description.md +3 -0
  3233. dslighting-2.6.14/dslighting/registry/new-my-task-02/report.md +76 -0
  3234. dslighting-2.6.14/dslighting/registry/new-my-task-03/config.yaml +16 -0
  3235. dslighting-2.6.14/dslighting/registry/new-my-task-03/description.md +1 -0
  3236. dslighting-2.6.14/dslighting/registry/new-my-task-03/grade.py +107 -0
  3237. dslighting-2.6.14/dslighting/registry/new-my-task-03/prepare.py +2 -0
  3238. dslighting-2.6.14/dslighting/registry/new-my-task-03/report.md +1 -0
  3239. dslighting-2.6.14/dslighting/registry/new-my-task-03/rubric.md +10 -0
  3240. dslighting-2.6.14/dslighting/registry/new-york-city-taxi-fare-prediction/checksums.yaml +7 -0
  3241. dslighting-2.6.14/dslighting/registry/new-york-city-taxi-fare-prediction/config.yaml +17 -0
  3242. dslighting-2.6.14/dslighting/registry/new-york-city-taxi-fare-prediction/description.md +100 -0
  3243. dslighting-2.6.14/dslighting/registry/new-york-city-taxi-fare-prediction/description_obfuscated.md +46 -0
  3244. dslighting-2.6.14/dslighting/registry/new-york-city-taxi-fare-prediction/grade.py +28 -0
  3245. dslighting-2.6.14/dslighting/registry/new-york-city-taxi-fare-prediction/prepare.py +44 -0
  3246. dslighting-2.6.14/dslighting/registry/new-york-city-taxi-fare-prediction/prepare_val.py +89 -0
  3247. dslighting-2.6.14/dslighting/registry/nfl-player-contact-detection/checksums.yaml +12 -0
  3248. dslighting-2.6.14/dslighting/registry/nfl-player-contact-detection/config.yaml +26 -0
  3249. dslighting-2.6.14/dslighting/registry/nfl-player-contact-detection/description.md +165 -0
  3250. dslighting-2.6.14/dslighting/registry/nfl-player-contact-detection/description_obfuscated.md +87 -0
  3251. dslighting-2.6.14/dslighting/registry/nfl-player-contact-detection/grade.py +36 -0
  3252. dslighting-2.6.14/dslighting/registry/nfl-player-contact-detection/prepare.py +101 -0
  3253. dslighting-2.6.14/dslighting/registry/nfl-player-contact-detection/prepare_val.py +186 -0
  3254. dslighting-2.6.14/dslighting/registry/nomad2018-predict-transparent-conductors/checksums.yaml +7 -0
  3255. dslighting-2.6.14/dslighting/registry/nomad2018-predict-transparent-conductors/config.yaml +22 -0
  3256. dslighting-2.6.14/dslighting/registry/nomad2018-predict-transparent-conductors/description.md +89 -0
  3257. dslighting-2.6.14/dslighting/registry/nomad2018-predict-transparent-conductors/description_obfuscated.md +35 -0
  3258. dslighting-2.6.14/dslighting/registry/nomad2018-predict-transparent-conductors/grade.py +47 -0
  3259. dslighting-2.6.14/dslighting/registry/nomad2018-predict-transparent-conductors/prepare.py +77 -0
  3260. dslighting-2.6.14/dslighting/registry/nomad2018-predict-transparent-conductors/prepare_val.py +144 -0
  3261. dslighting-2.6.14/dslighting/registry/osic-pulmonary-fibrosis-progression/checksums.yaml +7 -0
  3262. dslighting-2.6.14/dslighting/registry/osic-pulmonary-fibrosis-progression/config.yaml +22 -0
  3263. dslighting-2.6.14/dslighting/registry/osic-pulmonary-fibrosis-progression/description.md +122 -0
  3264. dslighting-2.6.14/dslighting/registry/osic-pulmonary-fibrosis-progression/description_obfuscated.md +65 -0
  3265. dslighting-2.6.14/dslighting/registry/osic-pulmonary-fibrosis-progression/grade.py +74 -0
  3266. dslighting-2.6.14/dslighting/registry/osic-pulmonary-fibrosis-progression/prepare.py +95 -0
  3267. dslighting-2.6.14/dslighting/registry/osic-pulmonary-fibrosis-progression/prepare_val.py +167 -0
  3268. dslighting-2.6.14/dslighting/registry/paddy-disease-classification/checksums.yaml +6 -0
  3269. dslighting-2.6.14/dslighting/registry/paddy-disease-classification/config.yaml +16 -0
  3270. dslighting-2.6.14/dslighting/registry/paddy-disease-classification/description.md +72 -0
  3271. dslighting-2.6.14/dslighting/registry/paddy-disease-classification/description_obfuscated.md +31 -0
  3272. dslighting-2.6.14/dslighting/registry/paddy-disease-classification/grade.py +35 -0
  3273. dslighting-2.6.14/dslighting/registry/paddy-disease-classification/prepare.py +69 -0
  3274. dslighting-2.6.14/dslighting/registry/paddy-disease-classification/prepare_val.py +122 -0
  3275. dslighting-2.6.14/dslighting/registry/petfinder-pawpularity-score/checksums.yaml +7 -0
  3276. dslighting-2.6.14/dslighting/registry/petfinder-pawpularity-score/config.yaml +22 -0
  3277. dslighting-2.6.14/dslighting/registry/petfinder-pawpularity-score/description.md +132 -0
  3278. dslighting-2.6.14/dslighting/registry/petfinder-pawpularity-score/description_obfuscated.md +41 -0
  3279. dslighting-2.6.14/dslighting/registry/petfinder-pawpularity-score/grade.py +41 -0
  3280. dslighting-2.6.14/dslighting/registry/petfinder-pawpularity-score/prepare.py +76 -0
  3281. dslighting-2.6.14/dslighting/registry/petfinder-pawpularity-score/prepare_val.py +154 -0
  3282. dslighting-2.6.14/dslighting/registry/plant-pathology-2020-fgvc7/checksums.yaml +7 -0
  3283. dslighting-2.6.14/dslighting/registry/plant-pathology-2020-fgvc7/config.yaml +16 -0
  3284. dslighting-2.6.14/dslighting/registry/plant-pathology-2020-fgvc7/description.md +94 -0
  3285. dslighting-2.6.14/dslighting/registry/plant-pathology-2020-fgvc7/description_obfuscated.md +47 -0
  3286. dslighting-2.6.14/dslighting/registry/plant-pathology-2020-fgvc7/grade.py +41 -0
  3287. dslighting-2.6.14/dslighting/registry/plant-pathology-2020-fgvc7/prepare.py +74 -0
  3288. dslighting-2.6.14/dslighting/registry/plant-pathology-2020-fgvc7/prepare_val.py +160 -0
  3289. dslighting-2.6.14/dslighting/registry/plant-pathology-2021-fgvc8/checksums.yaml +6 -0
  3290. dslighting-2.6.14/dslighting/registry/plant-pathology-2021-fgvc8/config.yaml +16 -0
  3291. dslighting-2.6.14/dslighting/registry/plant-pathology-2021-fgvc8/description.md +101 -0
  3292. dslighting-2.6.14/dslighting/registry/plant-pathology-2021-fgvc8/description_obfuscated.md +36 -0
  3293. dslighting-2.6.14/dslighting/registry/plant-pathology-2021-fgvc8/grade.py +54 -0
  3294. dslighting-2.6.14/dslighting/registry/plant-pathology-2021-fgvc8/prepare.py +65 -0
  3295. dslighting-2.6.14/dslighting/registry/plant-pathology-2021-fgvc8/prepare_val.py +130 -0
  3296. dslighting-2.6.14/dslighting/registry/plant-seedlings-classification/checksums.yaml +5 -0
  3297. dslighting-2.6.14/dslighting/registry/plant-seedlings-classification/config.yaml +16 -0
  3298. dslighting-2.6.14/dslighting/registry/plant-seedlings-classification/description.md +84 -0
  3299. dslighting-2.6.14/dslighting/registry/plant-seedlings-classification/description_obfuscated.md +42 -0
  3300. dslighting-2.6.14/dslighting/registry/plant-seedlings-classification/grade.py +39 -0
  3301. dslighting-2.6.14/dslighting/registry/plant-seedlings-classification/prepare.py +91 -0
  3302. dslighting-2.6.14/dslighting/registry/plant-seedlings-classification/prepare_val.py +158 -0
  3303. dslighting-2.6.14/dslighting/registry/playground-series-s3e1/__init__.py +0 -0
  3304. dslighting-2.6.14/dslighting/registry/playground-series-s3e1/config.yaml +15 -0
  3305. dslighting-2.6.14/dslighting/registry/playground-series-s3e1/description.md +34 -0
  3306. dslighting-2.6.14/dslighting/registry/playground-series-s3e1/grade.py +52 -0
  3307. dslighting-2.6.14/dslighting/registry/playground-series-s3e1/prepare.py +25 -0
  3308. dslighting-2.6.14/dslighting/registry/playground-series-s3e11/__init__.py +0 -0
  3309. dslighting-2.6.14/dslighting/registry/playground-series-s3e11/config.yaml +15 -0
  3310. dslighting-2.6.14/dslighting/registry/playground-series-s3e11/description.md +34 -0
  3311. dslighting-2.6.14/dslighting/registry/playground-series-s3e11/grade.py +55 -0
  3312. dslighting-2.6.14/dslighting/registry/playground-series-s3e11/prepare.py +25 -0
  3313. dslighting-2.6.14/dslighting/registry/playground-series-s3e18/checksums.yaml +7 -0
  3314. dslighting-2.6.14/dslighting/registry/playground-series-s3e18/config.yaml +16 -0
  3315. dslighting-2.6.14/dslighting/registry/playground-series-s3e18/description.md +56 -0
  3316. dslighting-2.6.14/dslighting/registry/playground-series-s3e18/description_obfuscated.md +27 -0
  3317. dslighting-2.6.14/dslighting/registry/playground-series-s3e18/grade.py +39 -0
  3318. dslighting-2.6.14/dslighting/registry/playground-series-s3e18/prepare.py +36 -0
  3319. dslighting-2.6.14/dslighting/registry/playground-series-s3e18/prepare_val.py +89 -0
  3320. dslighting-2.6.14/dslighting/registry/playground_series_s3e1/__init__.py +0 -0
  3321. dslighting-2.6.14/dslighting/registry/playground_series_s3e1/grade.py +52 -0
  3322. dslighting-2.6.14/dslighting/registry/playground_series_s3e1/prepare.py +25 -0
  3323. dslighting-2.6.14/dslighting/registry/playground_series_s3e11/__init__.py +0 -0
  3324. dslighting-2.6.14/dslighting/registry/playground_series_s3e11/grade.py +55 -0
  3325. dslighting-2.6.14/dslighting/registry/playground_series_s3e11/prepare.py +25 -0
  3326. dslighting-2.6.14/dslighting/registry/predict-volcanic-eruptions-ingv-oe/checksums.yaml +6 -0
  3327. dslighting-2.6.14/dslighting/registry/predict-volcanic-eruptions-ingv-oe/config.yaml +16 -0
  3328. dslighting-2.6.14/dslighting/registry/predict-volcanic-eruptions-ingv-oe/description.md +70 -0
  3329. dslighting-2.6.14/dslighting/registry/predict-volcanic-eruptions-ingv-oe/description_obfuscated.md +33 -0
  3330. dslighting-2.6.14/dslighting/registry/predict-volcanic-eruptions-ingv-oe/grade.py +44 -0
  3331. dslighting-2.6.14/dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare.py +68 -0
  3332. dslighting-2.6.14/dslighting/registry/predict-volcanic-eruptions-ingv-oe/prepare_val.py +146 -0
  3333. dslighting-2.6.14/dslighting/registry/random-acts-of-pizza/checksums.yaml +7 -0
  3334. dslighting-2.6.14/dslighting/registry/random-acts-of-pizza/config.yaml +16 -0
  3335. dslighting-2.6.14/dslighting/registry/random-acts-of-pizza/description.md +117 -0
  3336. dslighting-2.6.14/dslighting/registry/random-acts-of-pizza/description_obfuscated.md +90 -0
  3337. dslighting-2.6.14/dslighting/registry/random-acts-of-pizza/grade.py +14 -0
  3338. dslighting-2.6.14/dslighting/registry/random-acts-of-pizza/prepare.py +80 -0
  3339. dslighting-2.6.14/dslighting/registry/random-acts-of-pizza/prepare_val.py +144 -0
  3340. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/checksums.yaml +7 -0
  3341. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/classes.py +11 -0
  3342. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/config.yaml +31 -0
  3343. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/description.md +172 -0
  3344. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/description_obfuscated.md +53 -0
  3345. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/grade.py +31 -0
  3346. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/prepare.py +53 -0
  3347. dslighting-2.6.14/dslighting/registry/ranzcr-clip-catheter-line-classification/prepare_val.py +113 -0
  3348. dslighting-2.6.14/dslighting/registry/rsna-2022-cervical-spine-fracture-detection/checksums.yaml +8 -0
  3349. dslighting-2.6.14/dslighting/registry/rsna-2022-cervical-spine-fracture-detection/config.yaml +32 -0
  3350. dslighting-2.6.14/dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description.md +276 -0
  3351. dslighting-2.6.14/dslighting/registry/rsna-2022-cervical-spine-fracture-detection/description_obfuscated.md +66 -0
  3352. dslighting-2.6.14/dslighting/registry/rsna-2022-cervical-spine-fracture-detection/grade.py +124 -0
  3353. dslighting-2.6.14/dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare.py +219 -0
  3354. dslighting-2.6.14/dslighting/registry/rsna-2022-cervical-spine-fracture-detection/prepare_val.py +257 -0
  3355. dslighting-2.6.14/dslighting/registry/rsna-breast-cancer-detection/checksums.yaml +7 -0
  3356. dslighting-2.6.14/dslighting/registry/rsna-breast-cancer-detection/config.yaml +32 -0
  3357. dslighting-2.6.14/dslighting/registry/rsna-breast-cancer-detection/description.md +190 -0
  3358. dslighting-2.6.14/dslighting/registry/rsna-breast-cancer-detection/description_obfuscated.md +58 -0
  3359. dslighting-2.6.14/dslighting/registry/rsna-breast-cancer-detection/grade.py +65 -0
  3360. dslighting-2.6.14/dslighting/registry/rsna-breast-cancer-detection/prepare.py +141 -0
  3361. dslighting-2.6.14/dslighting/registry/rsna-breast-cancer-detection/prepare_val.py +201 -0
  3362. dslighting-2.6.14/dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/checksums.yaml +6 -0
  3363. dslighting-2.6.14/dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/config.yaml +32 -0
  3364. dslighting-2.6.14/dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description.md +202 -0
  3365. dslighting-2.6.14/dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/description_obfuscated.md +26 -0
  3366. dslighting-2.6.14/dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/grade.py +13 -0
  3367. dslighting-2.6.14/dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare.py +47 -0
  3368. dslighting-2.6.14/dslighting/registry/rsna-miccai-brain-tumor-radiogenomic-classification/prepare_val.py +97 -0
  3369. dslighting-2.6.14/dslighting/registry/santander-customer-satisfaction/checksums.yaml +8 -0
  3370. dslighting-2.6.14/dslighting/registry/santander-customer-satisfaction/config.yaml +17 -0
  3371. dslighting-2.6.14/dslighting/registry/santander-customer-satisfaction/description.md +36 -0
  3372. dslighting-2.6.14/dslighting/registry/santander-customer-satisfaction/grade.py +10 -0
  3373. dslighting-2.6.14/dslighting/registry/santander-customer-satisfaction/prepare.py +41 -0
  3374. dslighting-2.6.14/dslighting/registry/sciencebench-001-clintox-nn/__init__.py +0 -0
  3375. dslighting-2.6.14/dslighting/registry/sciencebench-001-clintox-nn/checksums.yaml +3 -0
  3376. dslighting-2.6.14/dslighting/registry/sciencebench-001-clintox-nn/config.yaml +16 -0
  3377. dslighting-2.6.14/dslighting/registry/sciencebench-001-clintox-nn/description.md +30 -0
  3378. dslighting-2.6.14/dslighting/registry/sciencebench-001-clintox-nn/grade.py +56 -0
  3379. dslighting-2.6.14/dslighting/registry/sciencebench-001-clintox-nn/prepare.py +75 -0
  3380. dslighting-2.6.14/dslighting/registry/sciencebench-015-aai/checksums.yaml +5 -0
  3381. dslighting-2.6.14/dslighting/registry/sciencebench-015-aai/config.yaml +16 -0
  3382. dslighting-2.6.14/dslighting/registry/sciencebench-015-aai/description.md +31 -0
  3383. dslighting-2.6.14/dslighting/registry/sciencebench-015-aai/grade.py +37 -0
  3384. dslighting-2.6.14/dslighting/registry/sciencebench-015-aai/prepare.py +102 -0
  3385. dslighting-2.6.14/dslighting/registry/sciencebench-051-brain-blood-qsar/config.yaml +16 -0
  3386. dslighting-2.6.14/dslighting/registry/sciencebench-051-brain-blood-qsar/description.md +31 -0
  3387. dslighting-2.6.14/dslighting/registry/sciencebench-051-brain-blood-qsar/grade.py +58 -0
  3388. dslighting-2.6.14/dslighting/registry/sciencebench-051-brain-blood-qsar/prepare.py +69 -0
  3389. dslighting-2.6.14/dslighting/registry/sciencebench-101-experimental-band-gap-prediction/checksums.yaml +5 -0
  3390. dslighting-2.6.14/dslighting/registry/sciencebench-101-experimental-band-gap-prediction/config.yaml +16 -0
  3391. dslighting-2.6.14/dslighting/registry/sciencebench-101-experimental-band-gap-prediction/description.md +26 -0
  3392. dslighting-2.6.14/dslighting/registry/sciencebench-101-experimental-band-gap-prediction/grade.py +55 -0
  3393. dslighting-2.6.14/dslighting/registry/sciencebench-101-experimental-band-gap-prediction/prepare.py +88 -0
  3394. dslighting-2.6.14/dslighting/registry/see-click-predict-fix/__init__.py +0 -0
  3395. dslighting-2.6.14/dslighting/registry/see-click-predict-fix/config.yaml +15 -0
  3396. dslighting-2.6.14/dslighting/registry/see-click-predict-fix/description.md +47 -0
  3397. dslighting-2.6.14/dslighting/registry/see-click-predict-fix/grade.py +66 -0
  3398. dslighting-2.6.14/dslighting/registry/see-click-predict-fix/prepare.py +25 -0
  3399. dslighting-2.6.14/dslighting/registry/see_click_predict_fix/__init__.py +0 -0
  3400. dslighting-2.6.14/dslighting/registry/see_click_predict_fix/grade.py +66 -0
  3401. dslighting-2.6.14/dslighting/registry/see_click_predict_fix/prepare.py +25 -0
  3402. dslighting-2.6.14/dslighting/registry/seti-breakthrough-listen/checksums.yaml +6 -0
  3403. dslighting-2.6.14/dslighting/registry/seti-breakthrough-listen/config.yaml +24 -0
  3404. dslighting-2.6.14/dslighting/registry/seti-breakthrough-listen/description.md +112 -0
  3405. dslighting-2.6.14/dslighting/registry/seti-breakthrough-listen/description_obfuscated.md +58 -0
  3406. dslighting-2.6.14/dslighting/registry/seti-breakthrough-listen/grade.py +11 -0
  3407. dslighting-2.6.14/dslighting/registry/seti-breakthrough-listen/prepare.py +71 -0
  3408. dslighting-2.6.14/dslighting/registry/seti-breakthrough-listen/prepare_val.py +159 -0
  3409. dslighting-2.6.14/dslighting/registry/siim-covid19-detection/checksums.yaml +7 -0
  3410. dslighting-2.6.14/dslighting/registry/siim-covid19-detection/config.yaml +36 -0
  3411. dslighting-2.6.14/dslighting/registry/siim-covid19-detection/description.md +345 -0
  3412. dslighting-2.6.14/dslighting/registry/siim-covid19-detection/description_obfuscated.md +73 -0
  3413. dslighting-2.6.14/dslighting/registry/siim-covid19-detection/grade.py +194 -0
  3414. dslighting-2.6.14/dslighting/registry/siim-covid19-detection/prepare.py +123 -0
  3415. dslighting-2.6.14/dslighting/registry/siim-covid19-detection/prepare_val.py +164 -0
  3416. dslighting-2.6.14/dslighting/registry/siim-isic-melanoma-classification/checksums.yaml +7 -0
  3417. dslighting-2.6.14/dslighting/registry/siim-isic-melanoma-classification/config.yaml +26 -0
  3418. dslighting-2.6.14/dslighting/registry/siim-isic-melanoma-classification/description.md +176 -0
  3419. dslighting-2.6.14/dslighting/registry/siim-isic-melanoma-classification/description_obfuscated.md +46 -0
  3420. dslighting-2.6.14/dslighting/registry/siim-isic-melanoma-classification/grade.py +11 -0
  3421. dslighting-2.6.14/dslighting/registry/siim-isic-melanoma-classification/prepare.py +127 -0
  3422. dslighting-2.6.14/dslighting/registry/siim-isic-melanoma-classification/prepare_val.py +158 -0
  3423. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/checksums.yaml +5 -0
  3424. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/config.yaml +22 -0
  3425. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/description.md +321 -0
  3426. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/description_obfuscated.md +259 -0
  3427. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/grade.py +55 -0
  3428. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/notebook.py +86 -0
  3429. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/prepare.py +143 -0
  3430. dslighting-2.6.14/dslighting/registry/smartphone-decimeter-2022/prepare_val.py +199 -0
  3431. dslighting-2.6.14/dslighting/registry/spaceship-titanic/checksums.yaml +7 -0
  3432. dslighting-2.6.14/dslighting/registry/spaceship-titanic/config.yaml +16 -0
  3433. dslighting-2.6.14/dslighting/registry/spaceship-titanic/description.md +93 -0
  3434. dslighting-2.6.14/dslighting/registry/spaceship-titanic/description_obfuscated.md +38 -0
  3435. dslighting-2.6.14/dslighting/registry/spaceship-titanic/grade.py +11 -0
  3436. dslighting-2.6.14/dslighting/registry/spaceship-titanic/prepare.py +23 -0
  3437. dslighting-2.6.14/dslighting/registry/spaceship-titanic/prepare_val.py +61 -0
  3438. dslighting-2.6.14/dslighting/registry/spooky-author-identification/checksums.yaml +7 -0
  3439. dslighting-2.6.14/dslighting/registry/spooky-author-identification/classes.py +1 -0
  3440. dslighting-2.6.14/dslighting/registry/spooky-author-identification/config.yaml +16 -0
  3441. dslighting-2.6.14/dslighting/registry/spooky-author-identification/description.md +98 -0
  3442. dslighting-2.6.14/dslighting/registry/spooky-author-identification/description_obfuscated.md +35 -0
  3443. dslighting-2.6.14/dslighting/registry/spooky-author-identification/grade.py +38 -0
  3444. dslighting-2.6.14/dslighting/registry/spooky-author-identification/prepare.py +40 -0
  3445. dslighting-2.6.14/dslighting/registry/spooky-author-identification/prepare_val.py +78 -0
  3446. dslighting-2.6.14/dslighting/registry/stanford-covid-vaccine/checksums.yaml +7 -0
  3447. dslighting-2.6.14/dslighting/registry/stanford-covid-vaccine/config.yaml +22 -0
  3448. dslighting-2.6.14/dslighting/registry/stanford-covid-vaccine/description.md +125 -0
  3449. dslighting-2.6.14/dslighting/registry/stanford-covid-vaccine/description_obfuscated.md +63 -0
  3450. dslighting-2.6.14/dslighting/registry/stanford-covid-vaccine/grade.py +65 -0
  3451. dslighting-2.6.14/dslighting/registry/stanford-covid-vaccine/prepare.py +129 -0
  3452. dslighting-2.6.14/dslighting/registry/stanford-covid-vaccine/prepare_val.py +199 -0
  3453. dslighting-2.6.14/dslighting/registry/statoil-iceberg-classifier-challenge/checksums.yaml +5 -0
  3454. dslighting-2.6.14/dslighting/registry/statoil-iceberg-classifier-challenge/config.yaml +22 -0
  3455. dslighting-2.6.14/dslighting/registry/statoil-iceberg-classifier-challenge/description.md +99 -0
  3456. dslighting-2.6.14/dslighting/registry/statoil-iceberg-classifier-challenge/description_obfuscated.md +36 -0
  3457. dslighting-2.6.14/dslighting/registry/statoil-iceberg-classifier-challenge/grade.py +41 -0
  3458. dslighting-2.6.14/dslighting/registry/statoil-iceberg-classifier-challenge/prepare.py +105 -0
  3459. dslighting-2.6.14/dslighting/registry/statoil-iceberg-classifier-challenge/prepare_val.py +157 -0
  3460. dslighting-2.6.14/dslighting/registry/tabular-playground-series-dec-2021/checksums.yaml +7 -0
  3461. dslighting-2.6.14/dslighting/registry/tabular-playground-series-dec-2021/config.yaml +16 -0
  3462. dslighting-2.6.14/dslighting/registry/tabular-playground-series-dec-2021/description.md +59 -0
  3463. dslighting-2.6.14/dslighting/registry/tabular-playground-series-dec-2021/description_obfuscated.md +22 -0
  3464. dslighting-2.6.14/dslighting/registry/tabular-playground-series-dec-2021/grade.py +11 -0
  3465. dslighting-2.6.14/dslighting/registry/tabular-playground-series-dec-2021/prepare.py +39 -0
  3466. dslighting-2.6.14/dslighting/registry/tabular-playground-series-dec-2021/prepare_val.py +99 -0
  3467. dslighting-2.6.14/dslighting/registry/tabular-playground-series-may-2022/checksums.yaml +8 -0
  3468. dslighting-2.6.14/dslighting/registry/tabular-playground-series-may-2022/config.yaml +17 -0
  3469. dslighting-2.6.14/dslighting/registry/tabular-playground-series-may-2022/description.md +79 -0
  3470. dslighting-2.6.14/dslighting/registry/tabular-playground-series-may-2022/description_obfuscated.md +25 -0
  3471. dslighting-2.6.14/dslighting/registry/tabular-playground-series-may-2022/grade.py +9 -0
  3472. dslighting-2.6.14/dslighting/registry/tabular-playground-series-may-2022/prepare.py +56 -0
  3473. dslighting-2.6.14/dslighting/registry/tabular-playground-series-may-2022/prepare_val.py +116 -0
  3474. dslighting-2.6.14/dslighting/registry/tensorflow-speech-recognition-challenge/checksums.yaml +5 -0
  3475. dslighting-2.6.14/dslighting/registry/tensorflow-speech-recognition-challenge/config.yaml +24 -0
  3476. dslighting-2.6.14/dslighting/registry/tensorflow-speech-recognition-challenge/description.md +328 -0
  3477. dslighting-2.6.14/dslighting/registry/tensorflow-speech-recognition-challenge/description_obfuscated.md +36 -0
  3478. dslighting-2.6.14/dslighting/registry/tensorflow-speech-recognition-challenge/grade.py +11 -0
  3479. dslighting-2.6.14/dslighting/registry/tensorflow-speech-recognition-challenge/prepare.py +90 -0
  3480. dslighting-2.6.14/dslighting/registry/tensorflow-speech-recognition-challenge/prepare_val.py +148 -0
  3481. dslighting-2.6.14/dslighting/registry/tensorflow2-question-answering/checksums.yaml +8 -0
  3482. dslighting-2.6.14/dslighting/registry/tensorflow2-question-answering/config.yaml +29 -0
  3483. dslighting-2.6.14/dslighting/registry/tensorflow2-question-answering/description.md +173 -0
  3484. dslighting-2.6.14/dslighting/registry/tensorflow2-question-answering/description_obfuscated.md +43 -0
  3485. dslighting-2.6.14/dslighting/registry/tensorflow2-question-answering/grade.py +122 -0
  3486. dslighting-2.6.14/dslighting/registry/tensorflow2-question-answering/prepare.py +122 -0
  3487. dslighting-2.6.14/dslighting/registry/tensorflow2-question-answering/prepare_val.py +187 -0
  3488. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-english-language/checksums.yaml +5 -0
  3489. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-english-language/config.yaml +22 -0
  3490. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-english-language/description.md +77 -0
  3491. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-english-language/description_obfuscated.md +27 -0
  3492. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-english-language/grade.py +49 -0
  3493. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-english-language/prepare.py +115 -0
  3494. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-english-language/prepare_val.py +213 -0
  3495. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-russian-language/checksums.yaml +5 -0
  3496. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-russian-language/config.yaml +22 -0
  3497. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-russian-language/description.md +79 -0
  3498. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-russian-language/description_obfuscated.md +29 -0
  3499. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-russian-language/grade.py +49 -0
  3500. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-russian-language/prepare.py +113 -0
  3501. dslighting-2.6.14/dslighting/registry/text-normalization-challenge-russian-language/prepare_val.py +165 -0
  3502. dslighting-2.6.14/dslighting/registry/tgs-salt-identification-challenge/checksums.yaml +7 -0
  3503. dslighting-2.6.14/dslighting/registry/tgs-salt-identification-challenge/config.yaml +24 -0
  3504. dslighting-2.6.14/dslighting/registry/tgs-salt-identification-challenge/description.md +83 -0
  3505. dslighting-2.6.14/dslighting/registry/tgs-salt-identification-challenge/description_obfuscated.md +42 -0
  3506. dslighting-2.6.14/dslighting/registry/tgs-salt-identification-challenge/grade.py +144 -0
  3507. dslighting-2.6.14/dslighting/registry/tgs-salt-identification-challenge/prepare.py +158 -0
  3508. dslighting-2.6.14/dslighting/registry/tgs-salt-identification-challenge/prepare_val.py +166 -0
  3509. dslighting-2.6.14/dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/checksums.yaml +5 -0
  3510. dslighting-2.6.14/dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/config.yaml +20 -0
  3511. dslighting-2.6.14/dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description.md +72 -0
  3512. dslighting-2.6.14/dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/description_obfuscated.md +25 -0
  3513. dslighting-2.6.14/dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/grade.py +11 -0
  3514. dslighting-2.6.14/dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare.py +95 -0
  3515. dslighting-2.6.14/dslighting/registry/the-icml-2013-whale-challenge-right-whale-redux/prepare_val.py +141 -0
  3516. dslighting-2.6.14/dslighting/registry/tmdb-box-office-prediction/__init__.py +0 -0
  3517. dslighting-2.6.14/dslighting/registry/tmdb-box-office-prediction/config.yaml +15 -0
  3518. dslighting-2.6.14/dslighting/registry/tmdb-box-office-prediction/description.md +47 -0
  3519. dslighting-2.6.14/dslighting/registry/tmdb-box-office-prediction/grade.py +55 -0
  3520. dslighting-2.6.14/dslighting/registry/tmdb-box-office-prediction/prepare.py +35 -0
  3521. dslighting-2.6.14/dslighting/registry/tweet-sentiment-extraction/checksums.yaml +7 -0
  3522. dslighting-2.6.14/dslighting/registry/tweet-sentiment-extraction/config.yaml +22 -0
  3523. dslighting-2.6.14/dslighting/registry/tweet-sentiment-extraction/description.md +130 -0
  3524. dslighting-2.6.14/dslighting/registry/tweet-sentiment-extraction/description_obfuscated.md +30 -0
  3525. dslighting-2.6.14/dslighting/registry/tweet-sentiment-extraction/grade.py +67 -0
  3526. dslighting-2.6.14/dslighting/registry/tweet-sentiment-extraction/prepare.py +36 -0
  3527. dslighting-2.6.14/dslighting/registry/tweet-sentiment-extraction/prepare_val.py +106 -0
  3528. dslighting-2.6.14/dslighting/registry/us-patent-phrase-to-phrase-matching/checksums.yaml +7 -0
  3529. dslighting-2.6.14/dslighting/registry/us-patent-phrase-to-phrase-matching/config.yaml +22 -0
  3530. dslighting-2.6.14/dslighting/registry/us-patent-phrase-to-phrase-matching/description.md +118 -0
  3531. dslighting-2.6.14/dslighting/registry/us-patent-phrase-to-phrase-matching/description_obfuscated.md +46 -0
  3532. dslighting-2.6.14/dslighting/registry/us-patent-phrase-to-phrase-matching/grade.py +31 -0
  3533. dslighting-2.6.14/dslighting/registry/us-patent-phrase-to-phrase-matching/prepare.py +33 -0
  3534. dslighting-2.6.14/dslighting/registry/us-patent-phrase-to-phrase-matching/prepare_val.py +71 -0
  3535. dslighting-2.6.14/dslighting/registry/utils.py +266 -0
  3536. dslighting-2.6.14/dslighting/registry/uw-madison-gi-tract-image-segmentation/checksums.yaml +7 -0
  3537. dslighting-2.6.14/dslighting/registry/uw-madison-gi-tract-image-segmentation/config.yaml +22 -0
  3538. dslighting-2.6.14/dslighting/registry/uw-madison-gi-tract-image-segmentation/description.md +126 -0
  3539. dslighting-2.6.14/dslighting/registry/uw-madison-gi-tract-image-segmentation/description_obfuscated.md +58 -0
  3540. dslighting-2.6.14/dslighting/registry/uw-madison-gi-tract-image-segmentation/grade.py +158 -0
  3541. dslighting-2.6.14/dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare.py +139 -0
  3542. dslighting-2.6.14/dslighting/registry/uw-madison-gi-tract-image-segmentation/prepare_val.py +193 -0
  3543. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/__init__.py +0 -0
  3544. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/checksums.yaml +7 -0
  3545. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/config.yaml +15 -0
  3546. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/description.md +48 -0
  3547. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/description_obfuscated.md +46 -0
  3548. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/grade.py +52 -0
  3549. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/prepare.py +27 -0
  3550. dslighting-2.6.14/dslighting/registry/ventilator-pressure-prediction/prepare_val.py +142 -0
  3551. dslighting-2.6.14/dslighting/registry/ventilator_pressure_prediction/__init__.py +0 -0
  3552. dslighting-2.6.14/dslighting/registry/ventilator_pressure_prediction/grade.py +52 -0
  3553. dslighting-2.6.14/dslighting/registry/ventilator_pressure_prediction/prepare.py +27 -0
  3554. dslighting-2.6.14/dslighting/registry/vesuvius-challenge-ink-detection/checksums.yaml +6 -0
  3555. dslighting-2.6.14/dslighting/registry/vesuvius-challenge-ink-detection/config.yaml +37 -0
  3556. dslighting-2.6.14/dslighting/registry/vesuvius-challenge-ink-detection/description.md +135 -0
  3557. dslighting-2.6.14/dslighting/registry/vesuvius-challenge-ink-detection/description_obfuscated.md +39 -0
  3558. dslighting-2.6.14/dslighting/registry/vesuvius-challenge-ink-detection/grade.py +97 -0
  3559. dslighting-2.6.14/dslighting/registry/vesuvius-challenge-ink-detection/prepare.py +122 -0
  3560. dslighting-2.6.14/dslighting/registry/vesuvius-challenge-ink-detection/prepare_val.py +170 -0
  3561. dslighting-2.6.14/dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/checksums.yaml +7 -0
  3562. dslighting-2.6.14/dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/config.yaml +25 -0
  3563. dslighting-2.6.14/dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description.md +132 -0
  3564. dslighting-2.6.14/dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/description_obfuscated.md +63 -0
  3565. dslighting-2.6.14/dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/grade.py +220 -0
  3566. dslighting-2.6.14/dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare.py +129 -0
  3567. dslighting-2.6.14/dslighting/registry/vinbigdata-chest-xray-abnormalities-detection/prepare_val.py +204 -0
  3568. dslighting-2.6.14/dslighting/registry/whale-categorization-playground/checksums.yaml +6 -0
  3569. dslighting-2.6.14/dslighting/registry/whale-categorization-playground/config.yaml +16 -0
  3570. dslighting-2.6.14/dslighting/registry/whale-categorization-playground/description.md +51 -0
  3571. dslighting-2.6.14/dslighting/registry/whale-categorization-playground/description_obfuscated.md +27 -0
  3572. dslighting-2.6.14/dslighting/registry/whale-categorization-playground/grade.py +41 -0
  3573. dslighting-2.6.14/dslighting/registry/whale-categorization-playground/prepare.py +103 -0
  3574. dslighting-2.6.14/dslighting/registry/whale-categorization-playground/prepare_val.py +196 -0
  3575. dslighting-2.6.14/dslighting/services/__init__.py +37 -0
  3576. dslighting-2.6.14/dslighting/services/data_analyzer.py +11 -0
  3577. dslighting-2.6.14/dslighting/services/vdb.py +11 -0
  3578. dslighting-2.6.14/dslighting/state/__init__.py +40 -0
  3579. dslighting-2.6.14/dslighting/state/memory.py +165 -0
  3580. dslighting-2.6.14/dslighting/tasks/__init__.py +28 -0
  3581. dslighting-2.6.14/dslighting/tasks/mle_task_loader.py +265 -0
  3582. dslighting-2.6.14/dslighting/tools/__init__.py +9 -0
  3583. dslighting-2.6.14/dslighting/tools/base.py +245 -0
  3584. dslighting-2.6.14/dslighting/training/__init__.py +46 -0
  3585. dslighting-2.6.14/dslighting/training/agents/__init__.py +6 -0
  3586. dslighting-2.6.14/dslighting/training/agents/functional/__init__.py +16 -0
  3587. dslighting-2.6.14/dslighting/training/agents/functional/workflow_agent.py +129 -0
  3588. dslighting-2.6.14/dslighting/training/agents/lit_ds_agent.py +137 -0
  3589. dslighting-2.6.14/dslighting/training/agents/presets/__init__.py +14 -0
  3590. dslighting-2.6.14/dslighting/training/agents/presets/aide.py +27 -0
  3591. dslighting-2.6.14/dslighting/training/agents/presets/autokaggle.py +27 -0
  3592. dslighting-2.6.14/dslighting/training/agents/presets/data_interpreter.py +27 -0
  3593. dslighting-2.6.14/dslighting/training/config/__init__.py +6 -0
  3594. dslighting-2.6.14/dslighting/training/config/default_verl.yaml +32 -0
  3595. dslighting-2.6.14/dslighting/training/config/verl_config.py +119 -0
  3596. dslighting-2.6.14/dslighting/training/datasets/__init__.py +10 -0
  3597. dslighting-2.6.14/dslighting/training/datasets/converters.py +107 -0
  3598. dslighting-2.6.14/dslighting/training/datasets/splitters.py +43 -0
  3599. dslighting-2.6.14/dslighting/training/rewards/__init__.py +16 -0
  3600. dslighting-2.6.14/dslighting/training/rewards/base.py +90 -0
  3601. dslighting-2.6.14/dslighting/training/rewards/metrics.py +52 -0
  3602. dslighting-2.6.14/dslighting/training/rewards/presets/__init__.py +14 -0
  3603. dslighting-2.6.14/dslighting/training/rewards/presets/classification_reward.py +19 -0
  3604. dslighting-2.6.14/dslighting/training/rewards/presets/kaggle_reward.py +63 -0
  3605. dslighting-2.6.14/dslighting/training/rewards/presets/regression_reward.py +19 -0
  3606. dslighting-2.6.14/dslighting/training/utils/__init__.py +10 -0
  3607. dslighting-2.6.14/dslighting/training/utils/evaluator.py +39 -0
  3608. dslighting-2.6.14/dslighting/training/utils/tracer.py +28 -0
  3609. dslighting-2.6.14/dslighting/utils/__init__.py +34 -0
  3610. dslighting-2.6.14/dslighting/utils/common/__init__.py +19 -0
  3611. dslighting-2.6.14/dslighting/utils/common/constants.py +13 -0
  3612. dslighting-2.6.14/dslighting/utils/common/exceptions.py +26 -0
  3613. dslighting-2.6.14/dslighting/utils/common/typing.py +21 -0
  3614. dslighting-2.6.14/dslighting/utils/context.py +23 -0
  3615. dslighting-2.6.14/dslighting/utils/defaults.py +151 -0
  3616. dslighting-2.6.14/dslighting/utils/helpers/__init__.py +19 -0
  3617. dslighting-2.6.14/dslighting/utils/helpers/context.py +11 -0
  3618. dslighting-2.6.14/dslighting/utils/helpers/dynamic_import.py +11 -0
  3619. dslighting-2.6.14/dslighting/utils/helpers/parsing.py +11 -0
  3620. dslighting-2.6.14/dslighting/utils/package_detector.py +335 -0
  3621. dslighting-2.6.14/dslighting/workflows/__init__.py +9 -0
  3622. dslighting-2.6.14/dslighting/workflows/base_factory.py +541 -0
  3623. dslighting-2.6.14/dslighting.egg-info/PKG-INFO +796 -0
  3624. dslighting-2.6.14/dslighting.egg-info/SOURCES.txt +3655 -0
  3625. dslighting-2.6.14/dslighting.egg-info/dependency_links.txt +1 -0
  3626. dslighting-2.6.14/dslighting.egg-info/entry_points.txt +3 -0
  3627. dslighting-2.6.14/dslighting.egg-info/requires.txt +58 -0
  3628. dslighting-2.6.14/dslighting.egg-info/top_level.txt +5 -0
  3629. dslighting-2.6.14/dslighting_cli.py +687 -0
  3630. dslighting-2.6.14/pyproject.toml +162 -0
  3631. dslighting-2.6.14/setup.cfg +4 -0
  3632. dslighting-2.6.14/setup.py +96 -0
  3633. dslighting-2.6.14/tests/test_all_workflows_batch.py +236 -0
  3634. dslighting-2.6.14/tests/test_automind_no_rag.py +197 -0
  3635. dslighting-2.6.14/tests/test_baseagent_import.py +53 -0
  3636. dslighting-2.6.14/tests/test_benchmark.py +179 -0
  3637. dslighting-2.6.14/tests/test_builtin_custom_agent.py +130 -0
  3638. dslighting-2.6.14/tests/test_comprehensive_v1.8.3.py +300 -0
  3639. dslighting-2.6.14/tests/test_data_flow.py +122 -0
  3640. dslighting-2.6.14/tests/test_datainsights_aide.py +118 -0
  3641. dslighting-2.6.14/tests/test_datainsights_aide_standard.py +109 -0
  3642. dslighting-2.6.14/tests/test_debug_mle_loader.py +147 -0
  3643. dslighting-2.6.14/tests/test_dsagent_no_rag.py +122 -0
  3644. dslighting-2.6.14/tests/test_dslighting_inherits_dsat.py +353 -0
  3645. dslighting-2.6.14/tests/test_explore_prompt.py +22 -0
  3646. dslighting-2.6.14/tests/test_intelligent_agent.py +91 -0
  3647. dslighting-2.6.14/tests/test_llm_agent.py +106 -0
  3648. dslighting-2.6.14/tests/test_loader_output.py +47 -0
  3649. dslighting-2.6.14/tests/test_mle_loader.py +34 -0
  3650. dslighting-2.6.14/tests/test_my_workflow.py +140 -0
  3651. dslighting-2.6.14/tests/test_nested_params_v1.9.0.py +212 -0
  3652. dslighting-2.6.14/tests/test_quick_start.py +80 -0
  3653. dslighting-2.6.14/tests/test_rag_config_only.py +106 -0
  3654. dslighting-2.6.14/tests/test_single_workflow.py +224 -0
  3655. dslighting-2.6.14/tests/test_task_loader_architecture.py +181 -0
  3656. dslighting-2.6.14/tests/test_user_workflow.py +123 -0
  3657. dslighting-2.6.14/tests/test_v1.8.1.py +94 -0
@@ -0,0 +1,15 @@
1
+ include PIP_DOC/README_PIP.md
2
+ include README.md
3
+ include LICENSE
4
+ include pyproject.toml
5
+ recursive-include dslighting *.yaml *.json
6
+ recursive-include dslighting/datasets **/*.csv
7
+ recursive-include dslighting/registry **/*.yaml **/*.md
8
+ recursive-include dsat *.yaml *.json
9
+ exclude claude_doc/
10
+ exclude .git/
11
+ exclude .gitignore
12
+ exclude *.pyc
13
+ exclude __pycache__/
14
+ global-exclude __pycache__
15
+ global-exclude *.pyc