Darren Wilkinson
Darren Wilkinson
I've been playing some more with this, and came up with the following, for converting a Frame, df: ``` scala Csv.fromFrame(new CsvFormat(",", header = true))(df).toString ``` which seems as though...
Thanks. I tried hacking the makefile to allow building with clang++-14. It did build an executable, but it crashed at runtime. In the end I built clang-12 from the official...
Thanks for your feedback. For really big problems you probably want to use Spark. But there's no reason why this code should not work for models that run fine in...
Regarding your second question, there is no code for this currently. There should be a "verb" or "debug" option when calling the function that will print (or log) diagnostic information...
Does it run OK if (say) you halve the number of observations and covariates? If so, I suspect the problem is just that I haven't tried to do in-place operations...