AnotherSamWilson / miceforest

Multiple Imputation with LightGBM in Python
MIT License
353 stars 31 forks source link

Save large kernel #84

Closed ZSZYoung closed 3 months ago

ZSZYoung commented 1 year ago

I utilized the save_kernel method to store a kernel with 250 iterations. However, it appears that the kernel size exceeds the processing limit, leading to a ValueError: bytesobj cannot exceed 2147483631 bytes. Is there a specific method for saving such a large kernel, or do I need to modify certain kernel settings? I simply want to save the kernel for future diagnostic plotting. Thank you for your assistance.

AnotherSamWilson commented 3 months ago

This is fixed in the latest update.