Skip to content

Commit 407d8e3

Browse files
author
hzlinyanggang
committed
model path comment in test code
1 parent ed5d8a3 commit 407d8e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/lightgbm/predict4j/UseageTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
* @author lyg5623
1818
*/
1919
public class UseageTest {
20+
//your model path
2021
private static String modelPath = "LightGBM_model.txt";
2122

2223
@Test
2324
public void test() throws FileNotFoundException, IOException {
2425
String path = UseageTest.class.getClassLoader().getResource(modelPath).getPath();
26+
//your model path
2527
path = URLDecoder.decode(path, "utf8");
2628

2729
Boosting boosting = Boosting.createBoosting(path);

0 commit comments

Comments
 (0)