You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/06/04 11:52:45 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #5744: IGNITE-10803:[ML] Add prototype LogReg loading from PMML format

nizhikov commented on a change in pull request #5744: IGNITE-10803:[ML] Add prototype LogReg loading from PMML format
URL: https://github.com/apache/ignite/pull/5744#discussion_r290257662
 
 

 ##########
 File path: examples/pom.xml
 ##########
 @@ -122,6 +122,30 @@
             <version>${javassist.version}</version>
             <scope>test</scope>
         </dependency>
+        <!-- https://mvnrepository.com/artifact/org.jpmml/pmml-evaluator -->
+        <dependency>
+            <groupId>org.jpmml</groupId>
+            <artifactId>pmml-evaluator</artifactId>
 
 Review comment:
   Hello @zaleslaw
   
   Please, clarify, why you add jackson dependencies to examples module?
   It brokes Spark Data Frame examples.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services