Select Git revision
sklearn
-
-
- Open in your IDE
- Download source code
- Download this directory
Manoj Kumar
authored
* 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
Name | Last commit | Last update |
---|---|---|
.. |