miceforest.load_kernel

miceforest.load_kernel(filepath, n_threads=None)[source]

Loads a kernel that was saved using save_kernel().

Parameters
  • filepath (str) – The filepath of the saved kernel

  • n_threads (int) – The threads to use for decompression. By default, all threads are used.

Returns

Return type

ImputationKernel