Skip to content
Snippets Groups Projects
Select Git revision
0 results

sklearn

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    ec0dbf03
    History
    Name Last commit Last update
    ..