Skip to content

Commit

Permalink
upgrade xgboost to 1.2 (#2892)
Browse files Browse the repository at this point in the history
* upgrade xgboost to 1.2
  • Loading branch information
dding3 authored Sep 24, 2020
1 parent 26ac701 commit f72e6da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file modified pyzoo/test/zoo/resources/xgbclassifier/XGBClassifer.bin
Binary file not shown.
13 changes: 9 additions & 4 deletions zoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>XGBoost4J Snapshot Repo</id>
<name>XGBoost4J Snapshot Repo</name>
<url>https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/snapshot/</url>
</repository>
</repositories>

<licenses>
Expand Down Expand Up @@ -332,13 +337,13 @@
</dependency>
<dependency>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost4j</artifactId>
<version>0.90</version>
<artifactId>xgboost4j_2.11</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ml.dmlc</groupId>
<artifactId>xgboost4j-spark</artifactId>
<version>0.90</version>
<artifactId>xgboost4j-spark_2.11</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.spark-project.spark</groupId>
Expand Down
Binary file modified zoo/src/test/resources/XGBClassifier/XGBClassifer.bin
Binary file not shown.

0 comments on commit f72e6da

Please sign in to comment.