You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #51 (and after #52 is addressed), it will be extremely convenient to have a high level method that can just take a list of paths, automatically infer the appropriate pipeline to use and run it in batch using the compute_batch_traits method.
This function can go in the pipeline_traits module and be called compute_traits (outside of the class) for convenience so you can do something like:
With #51 (and after #52 is addressed), it will be extremely convenient to have a high level method that can just take a list of paths, automatically infer the appropriate pipeline to use and run it in batch using the
compute_batch_traits
method.This function can go in the
pipeline_traits
module and be calledcompute_traits
(outside of the class) for convenience so you can do something like:The text was updated successfully, but these errors were encountered: