Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pipelines
Commits
32056806
Commit
32056806
authored
Mar 27, 2020
by
Tiago de Freitas Pereira
Browse files
Fixed dask_it function
parent
f174bfa5
Pipeline
#38414
failed with stage
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pipelines/mixins.py
View file @
32056806
...
...
@@ -91,7 +91,7 @@ def estimator_dask_it(
)
# Tagging each element in a pipeline
if
isinstance
(
o
,
Pipeline
)
and
mix_for_each_step_in_pipelines
:
if
isinstance
(
o
,
Pipeline
):
# Tagging each element for fitting and transforming
if
fit_tag
is
not
None
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment