sklearn.utils.joblib
.delayed¶
-
sklearn.utils.joblib.
delayed
(function, check_pickle=True)[source]¶ Decorator used to capture the arguments of a function.
Pass check_pickle=False when:
- performing a possibly repeated check is too costly and has been done already once outside of the call to delayed.
- when used in conjunction Parallel(backend=’threading’).