Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d885373

Browse files
committed
Remove print from classes.py
1 parent c517d18 commit d885373

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklearn/svm/classes.py

-1
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,5 @@ def fit(self, X, sample_weight=None, **params):
850850
super(SVDD, self).fit(X, [], sample_weight=sample_weight,
851851
**params)
852852

853-
print self._impl
854853
return self
855854

0 commit comments

Comments
 (0)