Closed mtrbean closed 1 year ago
@FBruzzesi let me know on Slack once this is merged in so that I may prep a release.
LGTM I left a tiny comment for the docstring describing the parameter, we should be ready to merge rightafter
@FBruzzesi I don't seem to be able to find your comment - can you let me know what change you'd like to see?
I don't seem to be able to find your comment
I can't find it either, not sure what went wrong. Apologies for the inconvenient
can you let me know what change you'd like to see?
In the docstring for the check_input
parameter, I would suggest something more generic as:
:param check_input: Whether or not to check the input data. If False, the checks are delegated to the wrapped estimator.
Description
Similar to #580, #507 , this change allows using an estimator / pipeline that can handle nan/string inputs with
EstimatorTransformer
Fixes # (issue)
Type of change
Checklist:
If you feel your PR is ready for a review, ping @koaning or @mbrouns.