Much of the common functionality across estimators is tested within sklearn.tests.test_common. As far as I can tell, there are no tests of what partial_fit should do in general, such as returning self. (I'm not sure what else is general to all estimators supporting partial_fit.) Test(s) should be added.
Much of the common functionality across estimators is tested within
sklearn.tests.test_common. As far as I can tell, there are no tests of whatpartial_fitshould do in general, such as returningself. (I'm not sure what else is general to all estimators supportingpartial_fit.) Test(s) should be added.