-
- Downloads
[MRG+1] Fixes predicting std and cov without fitting in GPR by default. (#9177)
* If self.kernel_ is None then self.kernel_ is set to RBFKernel in predict() as fit(). Fixes #6573 * xxx_ attributes can not be altered outside fit. Removing self.kernel_ from predict() and using previously implemented self.kernel attribute. * Cleanup and add non-regression-test
Loading
Please register or sign in to comment