Hacker News new | ask | show | jobs
by CapmCrackaWaka 1734 days ago
I recently ran into this issue as well. Serialization of sklearn random forests results in absolutely massive files. I had to switch to lightgbm, which is 100x faster to load from a save file and about 20x smaller.