Skip to content

Commit 42c052e

Browse files
committed
added MLJXGBoostInterface package
1 parent 4275b3d commit 42c052e

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
5151
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
5252
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
5353
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
54+
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91"
5455
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
5556
MultiData = "8cc5100c-b3d1-4f82-90cb-0ea93d317aba"
5657
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -66,6 +67,7 @@ test = [
6667
"MLJ",
6768
"MLJDecisionTreeInterface",
6869
"MLJModelInterface",
70+
"MLJXGBoostInterface",
6971
"Markdown",
7072
"MultiData",
7173
"Random",

test/XGBoostExt/xgboost_classifier.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
using Test
2-
3-
using MLJ
4-
# using MLJBase
5-
using DataFrames
6-
7-
using SoleModels
8-
9-
import MLJModelInterface as MMI
10-
import XGBoost as XGB
11-
12-
using Random, CategoricalArrays
13-
141
X, y = @load_iris
152
X = DataFrame(X)
163

0 commit comments

Comments
 (0)