Fork me on GitHub
#data-science
<
2016-11-13
>
sooheon03:11:29

Hey data scientists! If anyone has a few minutes, could you please tell me what I’m doing obviously wrong with this code? The csv being read in has ~190k lines, with 130 features. It’s my first time writing anything like the dummify code, and clojure makes it not too hard to reason about, but it must be hugely inefficient because when I try to run it on the whole list of maps, it takes ages then java runs out of memory. Thank you!