Does COGNITE Python sdk support joblib ? Joblib is part of the SciPy ecosystem and provides utilities for pipelining Python jobs.
Solved
Joblib support in Cognite Python SDK

Best answer by AndersM
Hi!
While there is no explicit support for joblib in the Cognite Python SDK, there’s also no need to have that to benefit from joblib and the Python SDK together. Simply use both in your code as you normally would. As the Joblib documentation states.
Joblib’s philosophy is to keep the underlying algorithm code unchanged, avoiding framework-style modifications.
The details would depend on your use case, naturally, but in general applying joblib to your code should not interfere with the SDK.
Thanks,
-Anders M
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.