Max Balandat
Max Balandat
> While using the untrained tasks is perhaps not great in terms of predictive accuracy, it's in my eyes clearly the "default thing" that the user would expect to happen....
At this point we don't have any plans to include it, but I'd be willing to do so if works generically across all (or at least most) use cases. I...
For reference, `FixedFeatureModel ` is defined here: https://github.com/facebookresearch/SustainableConcrete/blob/ed62256b9e0d126c346cb705170e595891923e6d/models.py#L136
> I am not sure why it results in slower performance for my cases I think to get to the bottom of this we'd probably want to profile this in...
> As suggested, I will try profiling with cProfile next. If there are any specific functions or parts of the codebase that would be particularly helpful to inspect, I would...
> Since .prof files cannot be pasted directly on GitHub, I have attached the results as .txt files instead. This is my first time using cProfile, so please let me...
I looked into this a little bit; the main thing that pops out to me is that the dev42 version spends a lot more time generating many more `CatLinearOperator` objects...
Hi @jduerholt, what exactly are the use cases for the functionality you built on your end? @sdaulton has used `optimize_with_nsgaii` to do multi-objective optimization across different acquisition function as sort...
That sounds great. Do you have a high-level design in mind? Could make sense to align on that before starting a PR.
Thanks for raising this, this is a great catch. Since this call happens in gpytorch we'll have to make a change there and ensure that it is compatible with all...