Sebastian Ament
Sebastian Ament
I am getting an error that is probably the same. I am running Julia natively on an M1 Pro and am getting an `ImportError: No module named site`. ```Julia _...
I first tried it without changing the `ENV["PYTHON"]` entry. I believe this should've defaulted to `usr/bin/python3`, which is currently ```python Python 3.8.9 (default, Oct 26 2021, 07:25:53) [Clang 13.0.0 (clang-1300.0.29.30)]...
Thank you for your comments. I wanted to use TaylorSeries to implement certain differential operators on functions and be able to apply them in a nested way. As a simple...
This is a higher level design question, rather than a comment on the particular fix. @roussel-ryan, is there a reason against simply adding a quadratic to an arbitrary acquisition function?...
> As for adding the biasing, instead of multiplying it you mentioned that the relative scale of each term would remain the same, but I think it presents the biasing...
> > The parallel implementation yields a speed up for even small datasets of n = 100 data points, > > But from what I understand, the parallel building only...
Further notes: - `StatsBase.levinson!` mutates `b`, which is unexpected (and should probably be called `levinson!!`). For this reason, the new `levinson!` implementation still allocates a single vector of length `n`....
> > * We could also add a `SymmetricPositiveDefiniteToeplitz` > > Not a good idea: there’s no equivalent in LinearAlgebra. The analogue there is explicitly calling ` cholesky` This is...
> I found a few minor style issues. I just committed your suggestions.
I adjusted the Julia compatibility entry, the CI file, and bumped the minor version. Let me know if there's anything else that needs modification.