Samuel Wilson
Samuel Wilson
Changing to float32 does nothing. Setting mms = 0.5 fixed the issue. Worried there might be a upper limit to the candidates that KDtree can handle.
Still getting this error for data with lots of duplicate candidate_preds. For anyone getting this error code, run: ``` impory sys sys.setrecursionlimit(# dupes) ``` Where `# dupes` is some number...
This is happening on both packages I maintain - here is an example from each: https://builder.r-hub.io/status/ParBayesianOptimization_1.2.5.tar.gz-bc6d47d807204fd1afe730114bc8d51b https://builder.r-hub.io/status/miceRanger_1.4.0.tar.gz-af30439a9ff145aba7973788f0b2a783 R CMD says OK, status is Success, email says PREPERROR like the picture...
Yup, in the case that NA is explicitly returned from the scoring function, an error is not recorded. The scaling function is only run on scores which returned successfully, which...
I have run into this. It is a limitation with the Gaussian Process fitting package, GPfit. I never found a way around it.
Would you mind sending me the data? I'll probably implement the `seq_along` fix if everything else works as intended. I foresee several areas that will need to be fixed to...