Neuraxle icon indicating copy to clipboard operation
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

Open alexbrillant opened this issue 5 years ago • 1 comments

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})

alexbrillant avatar Oct 08 '20 21:10 alexbrillant

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.

stale[bot] avatar Apr 11 '22 22:04 stale[bot]