'Saving a miceforest kernel

According to the miceforest documentation (https://github.com/AnotherSamWilson/miceforest#Imputing-New-Data-with-Existing-Models) it is stated to be possible to save kernels and re-use them later to impute missing data.

However, I can't find any command to actually save the kernel to disk & load the kernel for later usage. Is it possible to save the kernel object somewhere? Or do i need to store the underlying models used for imputation separately? The documentation only shows the kernel being used on a different dataset.

Thanks in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source