Fix fit extra parameters
All threads resolved!
All threads resolved!
Compare changes
+ 39
− 20
@@ -123,6 +123,9 @@ def get_bob_tags(estimator=None, force_tags=None):
@@ -149,6 +152,7 @@ def get_bob_tags(estimator=None, force_tags=None):
@@ -616,10 +620,12 @@ def _len_samples(samples):
@@ -655,7 +661,8 @@ def _array_from_sample_bags(X: dask.bag.Bag, attribute: str):
@@ -665,17 +672,23 @@ class DaskWrapper(BaseWrapper, TransformerMixin):
@@ -684,6 +697,7 @@ class DaskWrapper(BaseWrapper, TransformerMixin):
@@ -692,9 +706,12 @@ class DaskWrapper(BaseWrapper, TransformerMixin):
@@ -732,17 +749,17 @@ class DaskWrapper(BaseWrapper, TransformerMixin):
@@ -762,7 +779,9 @@ class DaskWrapper(BaseWrapper, TransformerMixin):