Dmitry Selivanov
Dmitry Selivanov
I'm trying to use `nsq_to_file` to sync messages to S3. So I use `--work-dir` option: `--work-dir=/nsq_logs/nsq_logs_workdir` to store intermediate messages to local disk and and `--output-dir=/nsq_logs/nsq_logs_store` where `/nsq_logs/nsq_logs_store` is S3...
I think it may make sense to create a wrapper around R's list with clear `append` semantics without copy of the object. Recently R lists (and actually arrays) seems improved...
Tried to find way, but have no clue.
Looks very interesting and not too hard to implement https://arxiv.org/pdf/1802.06398.pdf
Several choices: - [plumber](https://github.com/trestletech/plumber) - [Rserve](https://github.com/s-u/Rserve) - [opencpu](https://www.opencpu.org/) (updated) - ~[jug](http://bart6114.github.io/jug/index.html) (updated)~ - something else?
- [ ] objective - [ ] SVD tricks and [MatrixCSR](https://github.com/dselivanov/MatrixCSR) - [ ] fast grid-search for `lambda` based on cross-validation
- [ ] explain confidence - [ ] solvers - cholesky, conjugate gradient - [ ] checking convergence - [ ] excluding items from prediction
Needs IPC communication between Rserve child processes. Related to https://github.com/s-u/Rserve/issues/105
Issue #146 brought interesting discovery. @s-u I actually haven't check the R benchmark code from #146. I was pretty sure that the main issue was due to fork overhead (which...