License |
License |
---|---|
GroupId | GroupIdcom.microsoft.ml.lightgbm |
ArtifactId | ArtifactIdlightgbmlib |
Last Version | Last Version3.2.110 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightGBM
A fast, distributed, high performance gradient boosting framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lightgbmlib-3.2.110.pom | |
lightgbmlib-3.2.110.jar | 2 MB |
lightgbmlib-3.2.110-sources.jar | 12 KB |
lightgbmlib-3.2.110-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.ml.lightgbm/lightgbmlib/ -->
<dependency>
<groupId>com.microsoft.ml.lightgbm</groupId>
<artifactId>lightgbmlib</artifactId>
<version>3.2.110</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.ml.lightgbm/lightgbmlib/
implementation 'com.microsoft.ml.lightgbm:lightgbmlib:3.2.110'
// https://jarcasting.com/artifacts/com.microsoft.ml.lightgbm/lightgbmlib/
implementation ("com.microsoft.ml.lightgbm:lightgbmlib:3.2.110")
'com.microsoft.ml.lightgbm:lightgbmlib:jar:3.2.110'
<dependency org="com.microsoft.ml.lightgbm" name="lightgbmlib" rev="3.2.110">
<artifact name="lightgbmlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.ml.lightgbm', module='lightgbmlib', version='3.2.110')
)
libraryDependencies += "com.microsoft.ml.lightgbm" % "lightgbmlib" % "3.2.110"
[com.microsoft.ml.lightgbm/lightgbmlib "3.2.110"]