Closed kavicastelo closed 10 months ago
The JPMML-SkLearn project was modularized when transitioning from 1.6.X to 1.7.X (happened ~two years ago, in January of 2022).
The org.jpmml:jpmml-sklearn
artifact now refers to the abstract main/parent module; it serves as an umbrella/coordinator for concrete child modules.
There is no point in importing the org.jpmml:jpmml-sklearn
dependency into a third-party software project, because it only provides a project description POM file, and no actual library JAR files.
You want to be including the org.jpmml:pmml-sklearn
dependency instead (note the missing "j" prefix to the artifactId part of the coordinate). And, if you want to use LightGBM, XGBoost etc. integrations, then you should also be including the respective org.jpmml:pmml-sklearn-lightgbm
, org.jpmml:pmml-sklearn-xgboost
, etc. dependencies.
I got a problem when installing the
jpmml-sklearn
dependency for my maven project. I tried to add diffrent kind of versions but got the same error. Here is the latest one.Dependency downloaded successfully. But cannot resolve.
Here is the error log.