Pete Mohanty

Results 16 comments of Pete Mohanty

I just stumbled across this; since the `terminal` feature of RStudio is fairly new, I would recommend adding a version check to `RStudio` as well, perhaps along the lines of...

Thanks for the suggestion, @privefl . `bigKRLS` currently uses filebacked `big.matrix` objects when the user uses multiple cores. I will take some time this week to see if using them...

We did as well, which is why the example calls `bigKRLS(y, X, Ncores=1)` instead of `bigKRLS(y, X)`. Disabling the examples is not a bad idea though.

Thanks, will clean that up! On Thu, Jun 13, 2019 at 12:01 PM Henrik Bengtsson wrote: > Oh, and, it's macOS these days. > > — > You are receiving...

Interesting, thanks for the head's up. I don't usually view vignettes that way. Does that happen with other libaries' vignettes?

Thanks for your interest! bigKRLS should, when it runs out of RAM, switch the computation to disk (using swap, I.e., putting some on ROM). However those calculations are considerably slower...

Close but not quite. Saving the full model output involves several NxN matrices (such as variance-covariance). I am away from my laptop but anticipate the output is \propto 5 N^2....

That is strange. I just ran that example again without issue. It seems similar to [this issue](https://github.com/rstudio/keras/issues/33). The discussion suggests it may be a problem with `RGui` (as opposed to...

Hmm... `use_session_with_seed` is imported from the library `keras` (and it is exported at least as of `keras 2.16`). Have you confirmed `keras` is working on that build? `is_keras_available()`? Or, is...

@vsoch just asked in another thread--is python 2.7 a strict requirement for an older version of numpy? Here is what I'm hitting: ``` > out ``` It also fails (higher...