Leonid Rozenberg

Results 37 issues of Leonid Rozenberg

- [ ] L2 Regularization - [ ] L1 Regularization

I really like how general [this](https://github.com/rleonid/oml/blob/master/src/lib/continued_fraction.ml) approach can be, but I think we need to document and test it's capabilities.

In editing and using this manual I think it is important to get agreement on the layout or outline of each section. In particular, a way of addressing questions such...

A question and not an issue, but are there plans/timeline to merge this manual with the newly created separate ocamlbuild repo? You've made tremendous progress on this manual (Thank you!)...

We have a large monorepo with different languages and using Bazel as our build system. I have installed the plugin, added a `WORKSPACE` file with (`workspace(name="example")`) and a `.eclipse/.bazelproject` with...

``` $ make make: opam: Command not found Makefile:1: /solvuu.mk: No such file or directory make: *** No rule to make target `/solvuu.mk'. Stop. ``` and ``` $ which make...