| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDJL Прикладные библиотеки Machine Learning |
| Группа | Группаai.djl.ml.xgboost |
| Идентификатор | Идентификаторxgboost |
| Последняя версия | Последняя версия0.17.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDJL Engine Adapter for XGBoost
Deep Java Library (DJL) Engine Adapter for XGBoost
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xgboost-0.17.0.pom | |
| xgboost-0.17.0.jar | 4 MB |
| xgboost-0.17.0-sources.jar | 13 KB |
| xgboost-0.17.0-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/ -->
<dependency>
<groupId>ai.djl.ml.xgboost</groupId>
<artifactId>xgboost</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/
implementation 'ai.djl.ml.xgboost:xgboost:0.17.0'
// https://jarcasting.com/artifacts/ai.djl.ml.xgboost/xgboost/
implementation ("ai.djl.ml.xgboost:xgboost:0.17.0")
'ai.djl.ml.xgboost:xgboost:jar:0.17.0'
<dependency org="ai.djl.ml.xgboost" name="xgboost" rev="0.17.0">
<artifact name="xgboost" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.ml.xgboost', module='xgboost', version='0.17.0')
)
libraryDependencies += "ai.djl.ml.xgboost" % "xgboost" % "0.17.0"
[ai.djl.ml.xgboost/xgboost "0.17.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ai.djl : api | jar | 0.17.0 |
| commons-logging : commons-logging | jar | 1.2 |