koaning / tokenwiser

Bag of, not words, but tricks!
https://koaning.github.io/tokenwiser/
Apache License 2.0
68 stars 7 forks source link

Added missing **kwargs to make_partial_pipeline #61

Open emanuele opened 1 year ago

emanuele commented 1 year ago

make_partial_pipeline() does not propagate keyword arguments to PartialPipeline, like "verbose=True" - now fixed.