Leonid Rozenberg
Leonid Rozenberg
@hcarty I'd like to get your opinion on this approach. I've used a [ppx](https://github.com/rleonid/bigarray_fold_ppx) to write all of the operations where specifying the kind would generate faster code using for...
Thank you!
Thanks, glad to have this list.
I'm also experiencing this issue, but it seems to be due to loading other libraries (in my case `lacaml`, `csv` and compiled code using those things). It's a bit hard...
Knowing what I'm thinking about, at this point, I would say no. Writing those vector and matrix functions reminded me of why I find Matlab so convenient, and at least...
> What is the value of permanently representing the data types as anything but a `Lacaml_float64.vec` (at least underneath the hood, it can be abstract type if necessary)? In my...
@struktured I've put the basics of what I'm thinking about in this issue in the `dimensional` branch. Comments welcome there or here.
Unfortunately not implemented but yes, certainly welcome.
Naw, you're probably awake, it is useless. I remember coding a naive KS test a couple of years ago and finding it unstable or unsatisfactory for some reason that escapes...
Bindings to the fairly reputable [LIBSVM](http://www.csie.ntu.edu.tw/~cjlin/libsvm/) [exist](https://bitbucket.org/ogu/libsvm-ocaml). I don't have experience with the underlying library or bindings so _caveat emptor_.