This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
The steps of a sub-pipeline cannot be accessed if they are not the last step #9
Labels
bug
Something isn't working
Describe the bug
Using sub-pipelines, only the last steps can be accessed from other pipelines.
To Reproduce
Modify the
example.py
Steps to reproduce the behavior:
pipeline
in line 23 topre_processing_pipeline
training_pipeline
in line 59, add thepre_processing_pipeline
to thetraining_pipeline
and adapttarget
andfeatures
of the regressor accordingly (lines 66, 67)selected_features
, takesshift_power_statistics
,shift_power_statistics2
, andcalendar
as inputsWorkaround
Manually set
step.last=True
of the stepsshift_power_statistics
,shift_power_statistics2
, andcalendar
after adding them as inputs to theselected_features
step (line 59)The text was updated successfully, but these errors were encountered: