jenfb / bkmr

Bayesian kernel machine regression
51 stars 20 forks source link

How to shorten long running time after adding the est.h = TRUE? #29

Open IloveGermanHotdog opened 1 year ago

IloveGermanHotdog commented 1 year ago

when I was running the kmbayes function on my PC, i coma accross a error below:

Error in checksymmetricPositiveDefinite(H,name = "H") H must be positive definite

then I add the est.h = TRUE to the kmbayes function. Then I dicovered that the runtime was extremely extended(more than 7 days), and the program are easy to break up during the running. I wander if you have any solution?

We sincerely hope to receive your help.

yu-zhang-oYo commented 1 year ago

hello, I had the same question, did you find out how to solve it? Thanks