Post #1428689
2026-04-06 20:26 UTC
current python frustration: the maze of twisty weight storage formats, not all alike. Spent some time researching how to save parameters for LensKit models & pipelines with something other than pickles, and came away somewhat sad about the current state of play.
I think I can make a pretty workable solution on HDF5, though.
https://github.com/lenskit/lkpy/issues/690#issuecomment-4194748854
Replies (1)
-
@SnoopJ@hachyderm.io 2026-04-06 20:27
@mdekstrand yea, once you get past "simple serialization of numpy(ish) weights" things turn into a total hash DIY on top of HDF5 ain't bad at all IMO.