It's a bit of an anti-pattern.
I haven't come up with a better name yet. But
apply_filter / run_filter. Way less clean than smoother
flter, filtr, filt or filter_. This is the sort of thing that comes up when a parameter of your model is lambda_
Or jut keeping the module-level call cuthbert.filtering.filter and not re-exporting it at the top level.
It's a bit of an anti-pattern.
I haven't come up with a better name yet. But
apply_filter/run_filter. Way less clean thansmootherflter,filtr,filtorfilter_. This is the sort of thing that comes up when a parameter of your model islambda_Or jut keeping the module-level call
cuthbert.filtering.filterand not re-exporting it at the top level.