Enhancements - Add compatibility with latest changes in scikit-learn 1.4+ (54)
1.0.6
Enhancements - Added support for auto detection from byte file-like objects (53).
Bugfixes - Ensure to reseek before loading segmentation models if needed. This could cause unexpected crashes when auto detecting random forest pmml files (a4bed072a426ec913d8e17777afcd0a4f12b555d).
1.0.5
Enhancements - Add support for non-seekable file-like objects (d0c0034cfbdfab1b4312deaec0ab3c7324ce0ff3)
Bugfixes - Fix for loading file-like objects directly instead of providing a file path; caused a file already closed error (55de16ae3f6f69452343c09375893e0ec3e2f91c)
1.0.4
Enhancements - 🌟Added method to automatically detect the model type from the PMML file, and return the corresponding scikit-learn model (51).
1.0.3
Bugfixes - Fix typo that caused memory leak using tree based models (50)
1.0.2
Bugfixes - Fix for building on Apple Silicon (83519d935df94073dbb8a8f9b382583a2abd57c7) - Several changes to make `sklearn-pmml-model` work with the latest versions of `scikit-learn`.