Skip to content

Commit

Permalink
Merge pull request #21 from ExpandingMan/em/overhaul
Browse files Browse the repository at this point in the history
elminate code duplication to make this much easier to maintain
  • Loading branch information
ablaom authored Nov 11, 2022
2 parents d44debb + f59e148 commit 6df79c1
Show file tree
Hide file tree
Showing 4 changed files with 421 additions and 862 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJXGBoostInterface"
uuid = "54119dfa-1dab-4055-a167-80440f4f7a91"
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"]
version = "0.2.1"
version = "0.3.0"

[deps]
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Expand All @@ -12,14 +12,15 @@ XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
[compat]
MLJModelInterface = "0.3.5, 0.4, 1"
Tables = "1.0.5"
XGBoost = "1.1.1"
XGBoost = "2.0.1"
julia = "1.6"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJTestIntegration = "697918b4-fdc1-4f9e-8ff9-929724cee270"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Distributions", "MLJBase", "StableRNGs", "Test"]
test = ["Distributions", "MLJBase", "MLJTestIntegration", "StableRNGs", "Test"]
Loading

0 comments on commit 6df79c1

Please sign in to comment.