Skip to content

Commit

Permalink
Updated JPMML-SkLearn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 4, 2023
1 parent 4537b89 commit dd05e7f
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</issueManagement>

<properties>
<jpmml-sklearn.version>1.7.41</jpmml-sklearn.version>
<jpmml-sklearn.version>1.7.42</jpmml-sklearn.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sklearn2pmml/metadata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__copyright__ = "Copyright (c) 2015 Villu Ruusmann"
__license__ = "GNU Affero General Public License (AGPL) version 3.0"
__version__ = "0.99.2"
__version__ = "0.99.3"
20 changes: 10 additions & 10 deletions sklearn2pmml/resources/classpath.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sklearn2pmml-1.0-SNAPSHOT.jar
gson-2.10.1.jar
guava-32.1.1-jre.jar
h2o-genmodel-3.44.0.1.jar
h2o-logger-3.44.0.1.jar
h2o-genmodel-3.44.0.2.jar
h2o-logger-3.44.0.2.jar
h2o-tree-api-0.3.17.jar
istack-commons-runtime-4.0.1.jar
jackson-annotations-2.13.3.jar
Expand All @@ -11,19 +11,19 @@ jakarta.xml.bind-api-3.0.1.jar
jaxb-core-3.0.2.jar
jaxb-runtime-3.0.2.jar
jcommander-1.72.jar
pickle-1.4.jar
pickle-1.5.jar
pmml-converter-1.5.5.jar
pmml-h2o-1.2.9.jar
pmml-lightgbm-1.4.6.jar
pmml-model-1.6.4.jar
pmml-model-metro-1.6.4.jar
pmml-python-1.1.17.jar
pmml-sklearn-1.7.41.jar
pmml-sklearn-extension-1.7.41.jar
pmml-sklearn-h2o-1.7.41.jar
pmml-sklearn-lightgbm-1.7.41.jar
pmml-sklearn-statsmodels-1.7.41.jar
pmml-sklearn-xgboost-1.7.41.jar
pmml-python-1.1.18.jar
pmml-sklearn-1.7.42.jar
pmml-sklearn-extension-1.7.42.jar
pmml-sklearn-h2o-1.7.42.jar
pmml-sklearn-lightgbm-1.7.42.jar
pmml-sklearn-statsmodels-1.7.42.jar
pmml-sklearn-xgboost-1.7.42.jar
pmml-statsmodels-1.0.5.jar
pmml-xgboost-1.7.4.jar
serpent-1.40.jar
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed sklearn2pmml/resources/pickle-1.4.jar
Binary file not shown.
Binary file added sklearn2pmml/resources/pickle-1.5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified sklearn2pmml/resources/sklearn2pmml-1.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit dd05e7f

Please sign in to comment.