Solved

Joblib support in Cognite Python SDK

  • 30 March 2023
  • 1 reply
  • 52 views

Badge +2

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

icon

Best answer by AndersM 31 March 2023, 13:31

View original

1 reply

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