jpmml / jpmml-sklearn

Java library and command-line application for converting Scikit-Learn pipelines to PMML
GNU Affero General Public License v3.0
531 stars 117 forks source link

scikit-learn v1.3.X support #188

Closed Oj5000 closed 9 months ago

Oj5000 commented 11 months ago

Current version only supports scikit-learn v1.2.2

vruusmann commented 11 months ago

Current version only supports scikit-learn v1.2.2

I know.

The version check was added fairly recently, in SkLearn2PMML version 0.96.0: https://github.com/jpmml/jpmml-sklearn/commit/20de2caf441c5e4fa9b360c5730ee22a7ff6a265

Therefore, as a workaround, you may install some older SkLearn2PMML package version, which does not perform the version check.