Bill Engels

Results 43 comments of Bill Engels

Would a good alternative name maybe be `scale_func`?

Yes this should still be fixed

Well maybe two things are left, one is need to add tests for the HSGP class. The other is maybe handling the periodic covariance. I was going to punt on...

To update where this is at, tests were passing except for windows and I couldn't figure out why. Not sure what here would depend on windows so maybe need to...

> overflows in windows? Ah I bet that's it! The test produces inf and it shouldn't. Well thanks for giving me a starting place

Have also run into this issue, would be good to get logging right > all the progressbar kwargs could default to a global variable that could be changed after importing...

After seeing this there's a couple things that make me prefer the option of passing `nu` as an optional kwarg to `HSGP.__init__`. Mostly am concerned that Periodic HSGP https://github.com/pymc-devs/pymc/pull/6877 won't...

> Let's wait the https://github.com/pymc-devs/pymc/issues/6883 and then continue, so it will be one round of refactoring Are you sure? Pytensorifying the GP and covariance function library is a huge refactor....