lale
lale copied to clipboard
add support for fit params to pipelines
as per sklearn, they should be prefixed with the operator they are for: Parameters passed to the fit method of each step, where each parameter name is prefixed such that parameter p for step s has key s__p.