Skip to content

Commit

Permalink
scala lightGBM classifier and regressor[WIP] (intel-analytics#5447)
Browse files Browse the repository at this point in the history
* scala lightGBM classifier and regressor
  • Loading branch information
songhappy authored and ForJadeForest committed Sep 20, 2022
1 parent 71ee532 commit e970053
Show file tree
Hide file tree
Showing 6 changed files with 932 additions and 405 deletions.
13 changes: 13 additions & 0 deletions scala/dllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@
<version>1.7.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>synapseml-lightgbm_2.12</artifactId>
<version>0.9.5</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -374,6 +379,14 @@
<exclude>META-INF/maven/com.google.protobuf/protobuf-java/*</exclude>
</excludes>
</filter>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
Expand Down
Loading

0 comments on commit e970053

Please sign in to comment.