You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To install, use the following maven coordinates:
41
41
<dependency>
42
42
<groupId>io.github.metarank</groupId>
43
43
<artifactId>lightgbm4j</artifactId>
44
-
<version>3.3.2-5</version>
44
+
<version>4.1.0-1</version>
45
45
</dependency>
46
46
```
47
47
@@ -198,12 +198,12 @@ dataset.close();
198
198
199
199
Note the following change in the LightGBM4 behavior:
200
200
201
-
* you need to set `objective=none metric=<eval metric>` parameters to signal that we're going to use custom objective.
201
+
* you need to set `objective=none metric=<eval metric>` parameters to signal that we're going to use custom objective. Otherwise the LightGBM will complain on incorrect objective.
202
202
203
203
## Supported platforms
204
204
205
205
This code is tested to work well with Linux (Ubuntu 20.04), Windows (Server 2019) and MacOS 10.15/11. Mac M1 is also supported.
0 commit comments