Show HN: Skeights – Serialize sklearn models to safetensors and JSON, no pickle
Category: library
Tags: machine-learning, serialization, scikit-learn
Score: 5.5/10 (Innovation: 5, Technical: 6, Documentation: 6, Utility: 5)
Skeights provides a secure and inspectable way to serialize scikit-learn models by separating hyperparameters into JSON and weights into safetensors, avoiding pickle's security and fragility issues. It's interesting because it combines the safety of safetensors with human-readable configs, making model versioning and inspection easier. The project targets a moderate audience of ML engineers who need safer model serialization.
Target audience: data engineers
Repository: https://github.com/carbon-re/skeights · Python · MIT
View on Hacker News