File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
51
51
MLJ = " add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
52
52
MLJDecisionTreeInterface = " c6f25543-311c-4c74-83dc-3ea6d1015661"
53
53
MLJModelInterface = " e80e1ace-859a-464e-9ed9-23947d8ae3ea"
54
+ MLJXGBoostInterface = " 54119dfa-1dab-4055-a167-80440f4f7a91"
54
55
Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
55
56
MultiData = " 8cc5100c-b3d1-4f82-90cb-0ea93d317aba"
56
57
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -66,6 +67,7 @@ test = [
66
67
" MLJ" ,
67
68
" MLJDecisionTreeInterface" ,
68
69
" MLJModelInterface" ,
70
+ " MLJXGBoostInterface" ,
69
71
" Markdown" ,
70
72
" MultiData" ,
71
73
" Random" ,
Original file line number Diff line number Diff line change 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
-
14
1
X, y = @load_iris
15
2
X = DataFrame (X)
16
3
You can’t perform that action at this time.
0 commit comments