Neuraxle
Neuraxle copied to clipboard
Bug: QueuedPipeline should be able to apply methods with additional worker arguments instead of using an hard update on the property name
This needs to be changed to be able to call a method on the step with the additional arguments (eg. _set_hyperparams):
for argument_name, argument_value in additional_worker_arguments:
step.__dict__.update({argument_name: argument_value})
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 180 days. Thank you for your contributions.