Leonid Rozenberg

Results 37 issues of Leonid Rozenberg

A Work-In-Progress to solicit comments on how to correctly wrap instances of probabilities in Oml. Breaks the build because tests are not changed.

A place to discuss the usage of a result type, option type or exceptions in oml. From #153 @struktured wrote > I think adopting a result or or_error type is...

question

Thankfully those modules are not part of the documentation but they should not be exposed to the end user at all. They're needed because of the way that ocamlbuild resolves...

build system

Now that we support this.

The source code [claims](https://github.com/ocaml/ocaml/blob/trunk/stdlib/random.ml#L21) that the sequence of ints generated passes the famous [Diehard](http://stat.fsu.edu/pub/diehard/) tests of randomness. But does it [Dieharder](https://www.phy.duke.edu/~rgb/General/dieharder.php)?

Once the log-reg [PR](https://github.com/hammerlab/oml/pull/119) is merged, we should start considering an example test suite, since Mnist, Iris and Default are now cropping up.

- [ ] Create a functor for the 2/multi option of NB. I think a functor approach makes more sense here since there are options to evaluation and estimation in...

Part of the goal of Oml is to make it as easy as possible to interact with data. For some types of data and functionality, such as [distributions](https://github.com/rleonid/oml/blob/master/src/lib/descriptive.mli), native OCaml...

- [ ] [Online LDA](https://www.cs.princeton.edu/~blei/papers/HoffmanBleiBach2010b.pdf)

enhancement
help wanted